.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:237,224,255;--color-primary-1:196,151,255;--color-primary-2:137,46,255;--color-primary-3:69,23,128;--color-primary-4:21,7,38;--color-secondary-0:255,238,223;--color-secondary-1:255,198,148;--color-secondary-2:255,140,40;--color-secondary-3:128,70,20;--color-secondary-4:38,21,6;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Unbounded";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/64200482-529f-4b1c-928e-7e587739c023/to.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 { 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;z-index:auto;display:block; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container { background-color: transparent; background-image: none; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container > .video-iframe-container { display: none; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row > .video-iframe-container { display: none; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .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); }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container { border-width: 0; border-radius: 0; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#JTEffLpbru7fNQ7FtaQQGKIxcOccOsLo { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.25rem;left:15.3125rem;display:block; }
#U5gApzhq8oLTx1beBQfrT8DWfqOh5e6u { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fDi5RTqQxdxsriR9MdoTLvWupqTevTyG { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.25rem;left:27.1875rem;display:block; }
#pImbRBDvm4bpWaPAxKEQpfxfUlCUk3we { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KpAKBnSxhyfy11WKvm0u4Tve9W1oPm0R { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.5rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.25rem;left:35.3125rem;display:block; }
#flRp4zny30DrWTJl256vVetaaASQCF7m { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VhRPBwclPt8MZ2rRlKwVIWymxCPBs3bI { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.5rem;top:-0.5625rem;left:2.5rem;overflow:hidden;display:block; }
#OAkdcK4HEhFWwgrqN9PI7iecIR6073Q3 { background-color:#45c800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.875rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.875rem;left:59.5rem;display:block; }
#LT9p6GgsNfm8Eh012nbcRer5P0fn5c0b { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucVngpeueIs4z1dNT97Oc7kRRk1o38Pl { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.25rem;left:43.1875rem;display:block; }
#Zagr3EvBnINOuaypE65lJKW1gREgdN3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95b83065-b581-4318-85f2-dd3a7269612a/noroot.preview.flip");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1.adaptive-delivery-prevent-bg, #gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1.lazyload, #gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1.lazyloading { background-image: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { background-color: transparent; background-image: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container > .video-iframe-container { display: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row > .video-iframe-container { display: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .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); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { border-width: 0; border-radius: 0; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { font-size:0.875rem;font-family:arial;height:53.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#phw5Q0cSszfMpSr6klGmDTMguC9prCpE { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:grandstander;font-size:0;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.27);top:24.25rem;left:18.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qXxEvXTDCU9a7CvIpNwoskItc24kD00C { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.25rem 0.25rem 1rem rgba(var(--color-primary-4),0.28) ;box-sizing:border-box;color:#2ab20c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.9375rem;height:4.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:31.0625rem;left:0rem;display:block; }
#cQ5OCuwyDOxObCWq4U9aads0UFaOGcO9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A4LOgCtht3DvCpZTVgpVd6vOukfTEBBO { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:17.5rem;left:37.75rem;overflow:hidden;display:block; }
#Q0oVxmNHU7Dhvrx8TuQKkO0X9x79Fem8 { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #000000;top:26.40625rem;left:0rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fXsa8ZPsRzDEuWd8Xo0UGw3AisE7E0Hw { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:16.84375rem;left:13.34375rem;overflow:hidden;display:none; }
#gCSqr0H6RIT27JAKQgMVOCmRwziXeMZZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#z8dsc1DyuxK4oIuu789XiJdxOBh462nv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tttwvKemQOk50EpTzCxaDCDFtu6E54sz { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.3125rem;left:0rem;height:7.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LRtOaOHGH3N1pTV4gmSG5mbHJ5dSGCri { position:absolute;display:block;z-index:15095;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:13.3125rem;left:60.9375rem;overflow:hidden;display:block; }
#SnWFWHTo7HLCsx9RtbOByoHSD7rUZOLA { position:absolute;display:block;z-index:15089;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:27rem;width:28.75rem;top:9.1875rem;left:46.25rem;overflow:hidden;display:block; }
#VSzBPxUi8i9bXdDSDb1fePrtl1wslk0g { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:9.1875rem;left:1.1875rem;height:1.13671875rem;font-style:normal;display:block; }
#tkxGB8Fk4BtDUbQ43nTEZNx4b2Wa6W5s { box-sizing:content-box;height:2.75rem;width:36.8125rem;position:absolute;display:block;z-index:15091;background-color:rgba(255,255,255,0.32);background-image:none;box-shadow: none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;top:8.3125rem;left:0rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#Zku8FbDDv3BIuMAPpv0xoC1THXdEZl9W { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15093;line-height:1.5;letter-spacing:0;top:22rem;left:0rem;height:7.5rem;font-style:normal;display:block; }
#QFABQub1aPIkyeCz0ayEIHv76tLQJe1p { position:absolute;display:block;z-index:15094;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.3125rem;width:13.125rem;top:12.375rem;left:39.75rem;overflow:hidden;display:block; }
#kdeRPXET17cospVELbVM5uB6v3z6m58p { color:#ffffff;display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15094;line-height:1.7;letter-spacing:0;top:36.875rem;left:0rem;height:4.78125rem;font-style:normal;display:block; }
#gfXulVsdf6u7luKgL71U6KV9rFnEtExW { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:1.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#AKSHkTdlIU3sTqB6dqg1BLLuTu47FGi3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15106;opacity:1;top:46.25rem;left:26.0625rem; }
#F6EI8z3drHWvJWoVd3c7ImRoIoO4xnEq { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JzT4lJ1OVa33OfShtUiDc8RKtROdmhGl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15101;opacity:1;top:46.6875rem;left:7.4375rem; }
#taVyKd54xNqOgtLmlz7GsaUFB6BBDZLI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15110;opacity:1;top:46.625rem;left:44.875rem; }
#Lr3J3rRrdHDKEMA1Wt5wpav41k9lw6c1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15114;opacity:1;top:46.5rem;left:62.8125rem; }
#xCILiZzpSnyK7CDVMSB6NngvMgBd2OQX { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15104;line-height:1.1;letter-spacing:0;top:51.5625rem;left:21.3125rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wQoWHFRtBJqX4NTmCl87zhh52pIvWM7V { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15108;line-height:1.1;letter-spacing:0;top:51.5625rem;left:39.875rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T38GnC0dCgqPS6kSGTC9zk70HVJ8mpQP { color:#2ab20c;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15112;line-height:1.1;letter-spacing:0;top:51.8125rem;left:58.0625rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uS0pbsvezh5XtaADZWfGxTBacSycpgPp { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:20rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#kdDnDU1Nw2GFCTqcWzyqff53x27iTDrw { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:38.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#iEQoywSMJ6MkhnBfkumUtRM9RUXEE869 { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:57.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#yoTBx1K6OisM56Cqu87IqkV3VZqnE8xK { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:9.1875rem;left:1.1875rem;height:1.13671875rem;font-style:normal;display:none; }
#i27PGLkMFUg9DDHKWLoTPLdzcNub1MMx { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fbVcWNTH65z4HylprUAqGf90xXdW0t51 { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:1.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#QtxNn1ZAnPOMRGDiENWXgTlenWgBZ1z4 { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#W8q4ZTfhUrUvakrnVFNCVlAvSDIU2aHJ { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#nbelZEJeJzIA750KvpD47W5oR0rpcPHA { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:1.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#i6zH7LTfHETxQK2LN6JzS1C0giRxQuZ3 { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#H4DzceP6VdBXhsEotT2ZGKz8zVDEXcFa { box-sizing:content-box;height:11.25rem;width:16.625rem;position:absolute;display:block;z-index:15096;background-color:#ffffff;background-image:none;box-shadow: 0.3125rem 0.1875rem 0.4375rem rgba(var(--color-tertiary-4),0.28) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:1.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#tAe8XBvHo7vaUPrqRhc3f0g7fclX1cTe { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#L8THmtVTzLX1oZJbM2Wfyr1AQbdPh7u2 { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Tw3UXDR5s4w4Nt2kEvIdxGnd754vehJ4 { color:#2ab20c;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15100;line-height:1.1;letter-spacing:0;top:51.5rem;left:2.4375rem;height:1.4433625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container { background-color: transparent; background-image: none; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container > .video-iframe-container { display: none; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row > .video-iframe-container { display: none; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .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); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container { border-width: 0; border-radius: 0; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#PaNNKd6cJ6tXCuTn6b9C3Uy8KtxcGDHW { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:30.5625rem;left:50.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#czfGqLqvl7nHn2Kmg6L4CubkuW5nTpVs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#cqy1QNt7ZXzOfu6s4hAdM6pOxUgTaKbT { color:rgba(var(--color-primary-0),1);display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:8.3125rem;left:15.3125rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NMReGt6LfRStbsWEzxs0eeb1lOlraUyv { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:12.25rem;top:18.3125rem;left:5.75rem;overflow:hidden;display:block; }
#GiUUaBf9pC4PTtCkXrxTSiS5A6SGukoW { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:12.25rem;top:18.3125rem;left:31.375rem;overflow:hidden;display:block; }
#SdnBVZTXtxPLHuHt4kGryKvbiQRD0ARP { box-sizing:content-box;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.125rem;left:5.5rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#I225oKiScTIXMV63NN6KFRfaUva0iyNt { box-sizing:content-box;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.125rem;left:31.125rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#RlD1svwAT5OG43wd7EiCvEFkPib1oXuK { position:absolute;display:block;z-index:15013;background-color:#ff7400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:24.4375rem;left:21.25rem;display:block; }
#qygQToso0GGt7XtZ9N8qJPxdxRvxdcER { position:absolute;display:block;z-index:15014;background-color:#ff7400;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:24.4375rem;left:46.875rem;display:block; }
#TRgcV4KOCS1hyA4qTBbQ8wAOgNQ2cgWi { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:12.25rem;top:18.3125rem;left:57rem;overflow:hidden;display:block; }
#uxCViLJuVbpOCSe8shoEHnycGz0wqbGJ { box-sizing:content-box;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:18.125rem;left:56.75rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#LgCVzz2w4raqbHOZEmgtCUqw92Wb2Pws { color:#ff7400;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:31.625rem;left:2.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqhxhsinTcVeBFVdAZLf3q3EQm1i2za7 { color:#000000;display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:35.974609375rem;left:3.40625rem;height:4.1982375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#F9ThlcNWrMhZ99y4RCWyO5kHoOpqoJHC { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15101;line-height:1.1;letter-spacing:0;top:0rem;left:2.6875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tz0KCLRyVArfeBh7B2fU4bLgG6VVf4qu { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15105;line-height:1.1;letter-spacing:0;top:0.0625rem;left:21.4375rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ODX3TdgI9CAOPSTBllVsAzl6mKLrQPK2 { color:#000000;display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:12.4609375rem;left:16.75rem;height:1.6621125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GM0sVxtKektUuS84aCgwz0hnNDr7q7dE { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:34.1181640625rem;left:3.40625rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aKTLxAlac5CeDVbQJgNFzr6cyfK8EX5H { color:#000000;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.4;letter-spacing:0;top:36rem;left:29.0625rem;height:5.59765rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qUP8Q2Q48gPGKgGFRBMHa1xNUDcKtQuA { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:34.125rem;left:29.0625rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M99nJBIUg8o0Rzzsw03sxhgyUvvNILIF { color:#ff7400;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:31.625rem;left:28.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XDOkV46UedxpApasZJ7k9sC7TN4nHaM7 { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15040;line-height:1.4;letter-spacing:0;top:34.125rem;left:54.6875rem;height:1.6621125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KJn4NhWLdgrhhqLoIpXkcTpzS9Qvonnu { color:#ff7400;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:31.625rem;left:53.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OeDf6t02BICbAZ4ULIQH5ocvGogNTU7H { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.4;letter-spacing:0;top:36rem;left:54.6875rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gQIOU1rq2VrsDLixdLoi5cGP4uFBvQBB { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15109;line-height:1.1;letter-spacing:0;top:0rem;left:39.875rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WJBceD07EcToAPu0XeQIfe9ZvJihdLKV { color:#000000;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15113;line-height:1.1;letter-spacing:0;top:0rem;left:58.5rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sw2pRfrfCkZSL76TZfTUnswcC46dpK0a { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:700;z-index:15088;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.3125rem;left:0rem;height:7.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh { background-color:#f6f6f6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container { background-color: transparent; background-image: none; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container > .video-iframe-container { display: none; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row > .video-iframe-container { display: none; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .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); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container { border-width: 0; border-radius: 0; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container { font-size:0.875rem;font-family:arial;height:44.125rem;width:75rem;overflow:visible;position:relative;display:block; }#QzpbNyH03M8KL5c8VIMGNHeGKibqXJlg { color:rgba(var(--color-primary-0),1);display:block;width:33.3125rem;position:absolute;font-family:montserrat;font-size:2.625rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:4.5rem;left:34.5625rem;height:9.44825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OkVbwoigb40WPymFlCS1TyxJTDTt6SSi { position:absolute;display:block;z-index:15090;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.375rem 0.375rem 0.625rem rgba(var(--color-tertiary-4),0.2) ;height:32.25rem;width:27.5625rem;top:4.6728515625rem;left:3.3349609375rem;overflow:hidden;display:block; }
#pgkuwJOFfTmkdThiJ7rhHO82mc6enT3c { color:#000000;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:14.5rem;left:34.5625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#s2vusn9axQZ0kLBsCDlJddO5pPyZnkwp { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:20.1875rem;left:34.5625rem;height:16.7969rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXOOVKbDdMTLDKJ3Z18WkCbbsoQOxuxb { color:#000000;display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15037;line-height:1.5;letter-spacing:0;top:14.5rem;left:34.5625rem;height:4.21875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#OzyUv8ixuHhfakThdBeKGhGTwaKF6Cls { color:#000000;display:block;width:40.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:2.1;letter-spacing:0;top:20.1875rem;left:34.5625rem;height:16.7969rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QcbrDARzBySoTPtgTNpMBueCeVUNp93N { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N.adaptive-delivery-prevent-bg, #QcbrDARzBySoTPtgTNpMBueCeVUNp93N.lazyload, #QcbrDARzBySoTPtgTNpMBueCeVUNp93N.lazyloading { background-image: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { background-color: transparent; background-image: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container > .video-iframe-container { display: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row > .video-iframe-container { display: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .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); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { border-width: 0; border-radius: 0; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;position:relative;display:block; }#mLqVQb0QXFBiamrhhtGsHSMaDMqFLoKz { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:20.25rem;left:2.375rem;overflow:hidden;display:block; }
#gSZh7Bh6RzI15hl4brdoqrRnTDE7WobF { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:15rem;left:73.125rem;overflow:hidden;display:block; }
#BJ2Xup3rUdLPLTTrPpglUfIpMvtuZCe8 { color:#343434;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:12.5625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9gusWZZr9T6CihHHfkEtEezAcXNxdBD { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:28.8125rem;width:16.125rem;top:10.1875rem;left:11.75rem;display:block; }
#pQQ2xbWaTZFo3lflw4BWZWTIm4ED138y { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:29.0625rem;width:16.3125rem;top:10.0625rem;left:31rem;display:block; }
#ky62dmTkGJeuunXiNmnCwLT6Tt2fHEVw { color:#343434;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.1875rem;left:31.875rem;height:5.36133125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xvWf31r04vJKmDZsel7vKAlvRrQbH3PT { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:28.6875rem;width:16.0625rem;top:10.25rem;left:50.4375rem;display:block; }
#FgZEe9kUtNMigCRp2Q9NCURGiSJgZCVt { color:#343434;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:49.9375rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C60xCvG49FtivOTeUZQ2aTkZyfMI6PIF { color:#343434;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.1875rem;left:12.5625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, rgba(255,180,0,0.26));background-image: -moz-linear-gradient(180deg, #ffffff, rgba(255,180,0,0.26));background-image: -ms-linear-gradient(180deg, #ffffff, rgba(255,180,0,0.26));background-image: -o-linear-gradient(180deg, #ffffff, rgba(255,180,0,0.26));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb40042' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffb40042' );";background-image: linear-gradient(180deg, #ffffff, rgba(255,180,0,0.26));background-size:auto !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; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container { background-color: transparent; background-image: none; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container > .video-iframe-container { display: none; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row > .video-iframe-container { display: none; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .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); }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container { border-width: 0; border-radius: 0; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container { font-size:0.875rem;font-family:arial;height:91.625rem;width:75rem;position:relative;display:block; }#Xsz3K3iP0CNcVW9bduOON6dU1E5VBJ8c { color:rgba(var(--color-primary-0),1);display:block;width:47rem;position:absolute;font-family:montserrat;font-size:3.25rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;top:3.7890625rem;left:14rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8PUc6FsTVtaPJ8WfdLN47R8HHiLVPN4 { color:#000000;display:block;width:53.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:8.375rem;left:10.625rem;height:3.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PkJzgFqTVFrmib03w51qPFwcPDVTO8qE { box-sizing:content-box;height:59.75rem;width:23.125rem;position:absolute;display:block;z-index:15097;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#laQ5mkendGMqIPy2Q7flN4Ms0DaTcHrl { box-sizing:content-box;height:62.3125rem;width:24.5rem;position:absolute;display:block;z-index:15099;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;border-top:0.25rem solid #ff7400;border-left:0.25rem solid #ff7400;border-right:0.25rem solid #ff7400;border-bottom:0.25rem solid #ff7400;top:16.1875rem;left:25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#nzdKkcJuNWKqF63KdgSdlVntWXyVeUET { box-sizing:content-box;height:2.5625rem;width:16.0625rem;position:absolute;display:block;z-index:15100;background-color:#ff7400;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.25rem;left:29.5rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#sTHXlgLBndHQ5EM2ZhxZXw9QFKERTOp5 { color:#000000;display:block;width:45.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15101;line-height:1.4;letter-spacing:0;top:15.9375rem;left:14.875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yFNHMQrfZuRsTIbQALvBQRrgixqDa4BR { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15102;line-height:1.2;letter-spacing:0;top:18.75rem;left:0rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ekViTPLg97aWNUTxMbSmgD8i0uBiBEIA { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:18.75rem;left:25.875rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BDtP8LLwGTsn83oprunaT7hXIPV69dwC { color:rgba(var(--color-primary-0),1);display:block;width:23.25rem;position:absolute;font-family:montserrat;font-size:1.8125rem;font-weight:700;z-index:15103;line-height:1.2;letter-spacing:0;top:18.75rem;left:51.75rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WIkb83mX3DQn9rtcEbqU9MoTiIfKBf9q { color:#000000;display:block;width:20.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15104;line-height:2.1;letter-spacing:0;top:28.375rem;left:27.34375rem;height:43.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z6xzFhmEdbpG9B8UmmACOstwUDtHGaAC { background-color:#ff7400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: 0.25rem 0.25rem 1rem rgba(var(--color-primary-4),0.28) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.5rem;text-decoration:none;z-index:15105;text-align:center;text-align-last:center;top:73.375rem;left:29.09375rem;display:block; }
#cndr5ZxG4TlW9sWZx9SfPbP39wrMlWtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fz6CglrTzgnU6hinwATlbcZRTPTGMSdq { color:#000000;display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15105;line-height:2;letter-spacing:0;top:28.375rem;left:1.625rem;height:41.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QufSnGptcQyiRXaspxRRepPk32z7Jpk5 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7400;border-left:0.125rem solid #ff7400;border-right:0.125rem solid #ff7400;border-bottom:0.125rem solid #ff7400;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:#ff7400;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.5rem;text-decoration:none;z-index:15106;text-align:center;text-align-last:center;top:71.25rem;left:3.15625rem;display:block; }
#EuJGEozGiXWTJ2GdsdKzqTfT53nINu1e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d6yMNSThwzy5THLs1laxWOG892IzSTlJ { color:#000000;display:block;width:20.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15105;line-height:2;letter-spacing:0;top:28.375rem;left:53.6875rem;height:39.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AelwTkAaoisUFgvKCWCM327C4HULkILi { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ff7400;border-left:0.125rem solid #ff7400;border-right:0.125rem solid #ff7400;border-bottom:0.125rem solid #ff7400;border-top-left-radius:2.5625rem;border-top-right-radius:2.5625rem;border-bottom-left-radius:2.5625rem;border-bottom-right-radius:2.5625rem;box-shadow: none;box-sizing:border-box;color:#ff7400;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.8125rem;height:3.5rem;text-decoration:none;z-index:15107;text-align:center;text-align-last:center;top:71.25rem;left:54.96875rem;display:block; }
#smKAudlm2xs7cmqV0L5Ttoo2fBVbAJN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoOHEDPFrJylL52hyyFsgDT9iPOW9K97 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15037;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:82.5rem;left:0rem;height:2.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2lWcopXsFHv4KHMNe4uFyShVvbHknT9 { color:rgba(var(--color-primary-0),1);display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15103;line-height:1.3;letter-spacing:0;top:23.724609375rem;left:0rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I5rHZFdTGiOPIE7TJt6zF8IbTL2LAzos { color:rgba(var(--color-primary-0),1);display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:24.05078125rem;left:25.84375rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#foDLQqTEfu1NkZ8A2N3tZnFJBSRBuTpR { color:rgba(var(--color-primary-0),1);display:block;width:23.3125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:700;z-index:15104;line-height:1.3;letter-spacing:0;top:24.05078125rem;left:51.6875rem;height:2.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEZgtvB6QOps9ZT5n264AEupUOToL8rk { box-sizing:content-box;height:59.75rem;width:23.125rem;position:absolute;display:block;z-index:15098;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-4),0.18) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.0625rem;left:51.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#sLT0Qeig0oCCTVAWTKZZrPgwl8DXWqxE { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:85.625rem;left:0rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZZRDstvAxGy0zFsJnFz7Fu3e9nIUH7rM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15038;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:85.625rem;left:0rem;height:1.9121125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#EOG2h3cINPInh5FgIeJG0EJVSaWriACP { 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; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container { background-color: transparent; background-image: none; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container > .video-iframe-container { display: none; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row > .video-iframe-container { display: none; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .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); }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container { border-width: 0; border-radius: 0; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:75rem;position:relative;display:block; }#OhLhC5NsxpiRcHuKNK2VrMR0FvwvCL3J { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:30.25rem;width:54.75rem;top:16.6875rem;left:9.9248046875rem;display:block; }
#ySFTFSA1bHLByk2lwTShfQ68zXRnMegu { color:#343434;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.84375rem;left:20.2685546875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VwZmdZkevog1PquIWNS7OOLG15eOJqVc { color:#343434;display:block;width:41.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:12.35546875rem;left:16.5498046875rem;height:1.4619125rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TdS7UTUC9HX5b41LBIEsKBtAWXJXgQ2x { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:6.5rem;left:-10.125rem;overflow:hidden;display:block; }
#QlsBniOHpLlDa2LXnooiGxq3pm6bVJEM { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:20.09375rem;left:73.875rem;overflow:hidden;display:block; }
#or0BMCec0uH4frfPhThmgQNwnmHynbFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -o-linear-gradient(180deg, #f6f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f5f5, #ffffff);background-size:auto !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; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container { background-color: transparent; background-image: none; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container > .video-iframe-container { display: none; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row > .video-iframe-container { display: none; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .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); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container { border-width: 0; border-radius: 0; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#E2SdOEiwCkNoIv1Nm8be8Cwr3S06Edv0 { 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:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#rc3T4pWiNG56TeGrZcgiHKJoXT5xG9si { 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:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#JeDu5J6BgWno1koB9rNL5AqhqxKJfZHT { 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:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#NEgSakucquCDBFGJ9vpEfoinHeyqeCML { color:#343434;display:block;width:46.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.0625rem;left:14.46875rem;height:1.54296875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S230eGvzaTFg5JZAthwPEqXEdowI7Tks { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:5.1875rem;left:70.6875rem;overflow:hidden;display:block; }
#bfOEKkfzUTlDAUCwLExHiu21wqVQz5Am { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:1.35546875rem;left:-3.1875rem;overflow:hidden;display:block; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .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; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-trigger.adaptive-delivery-prevent-bg, #TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-trigger.lazyload, #TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-trigger.lazyloading { background-image: none; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK { box-sizing:content-box;height:auto;width:37.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15088;background-color:#45c800;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:17.25rem;left:17.90625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #isFb3zztCB5xTKECiVOixCFacn00cP70 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #oPVIcTRzc8TUyRk9wQHb5GQ8JBlUzGyt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #JuVI5cHevUBymdqAZvi6lG8yuUCEHDKG { display:block;position:relative; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #q4potfTkLa3NHokimFa5rLRLhoElx3vH {  }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #AIo8iDeDMMCNwihnGI3ZL8JQF44oXrzR {  }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #oTcTQkE2VGuLkU5PwfV3GM8WxeD1bi6T { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #WnLSuoJRbqr2mFEhtM812l86JbySGfnm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #nZ9uG3UCiRn0setDuQXE2el9lTdLpd1e { display:block;position:relative; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #zVImnCZQnHrnpsi4eTCIGeRfMJynu3Za {  }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #MKLEL0znKWh6XAn2dHEdUiGK94XE2fbA { display:none; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #FUbVq4IdvcZ7IVOMd3iPrX7bEQKHCHRB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #KqkfqAqmIe3hWdN4IboHQX7e6cLSwpOM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #g9gTk63kiRipTn00XT6LsXRuczL0TWCJ { display:block;position:relative; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #AoUDHkwU9RpK2yhP6WWzxz9cTotaRCmh {  }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #ixpv2e2mT0S864ekT0PFbow5IV1Tg5yr { display:none; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #WZOM1xa8J1sqX8oBxLgbxlq7vV6H08r2 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #sVoBAXOXDZHcoBSXivswcRXRhXTKeczr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #wCLt7mT8r5BTzCbDAnAaFIUcBIMGFrrF { display:block;position:relative; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #z7IT0vgbmlJT3yQFF8lkxtaH0NR3KycO {  }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #fi2xqsuUkKdIt4d9USocg7fzXz6Layrr { display:none; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #MqgvZdsCdATkM6QlbtUZlf5c60Xxei2C { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #o5ei13ln3ATFTN0pIXLdt0ODIe7wbcu6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #BtWOGRTHN11KoKQxyRS9gDTgTSSCGCDi { display:block;position:relative; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #bq5nzFZqDxKZ9UJvMDs9yoSPUuQoi4R7 {  }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK #kffJei4MyQriXz5cCxVWxcv3vaJtaRxr { display:none; }
#NWboc6E1sCGMr3Be6DGSiL8XzFdfc4zo { color:rgba(var(--color-primary-0),1);display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:5.1875rem;left:18.46875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqF1bc57KVVrz8udGT1LpXK8QffiacKi { color:rgba(var(--color-primary-0),1);display:block;width:38.0625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15035;line-height:1.2;letter-spacing:0;top:5.1875rem;left:18.46875rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container { background-color: transparent; background-image: none; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container > .video-iframe-container { display: none; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row > .video-iframe-container { display: none; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .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); }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container { border-width: 0; border-radius: 0; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container { font-size:0.875rem;font-family:arial;height:44.1875rem;width:75rem;position:relative;display:block; }#DU59eZerHsbQvh8B1Qf9vDok6P4AH98B { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:28.8125rem;width:16.125rem;top:8.875rem;left:9.875rem;display:block; }
#QXn0m9xFIyeA2FgssdvgbvWnBwcPuMWe { color:#343434;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:1.875rem;left:10.6875rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BExmNdsCmue2XAsp9OuoQ9lAIDUP47fa { color:#343434;display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:1.875rem;left:30rem;height:3.57421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GZoEkOrVTHtxTW6idrmfl133eruK06qt { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:29.0625rem;width:16.3125rem;top:8.75rem;left:29.125rem;display:block; }
#BIpgu2p3HHQ0VRziKeotKwQ3m49JqJec { color:#343434;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:1.875rem;left:48.0625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ARgHEqVC0LUJJc5iEJzPSfJN710Q98EX { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:28.6875rem;width:16.0625rem;top:8.9375rem;left:48.5625rem;display:block; }
#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW { 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; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container { background-color: transparent; background-image: none; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container > .video-iframe-container { display: none; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row > .video-iframe-container { display: none; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .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); }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container { border-width: 0; border-radius: 0; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#ldJoJzTJ2Wwo5WOUL8LkSHfCEhAyJvqH { box-sizing:content-box;height:16.6875rem;width:69.625rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffa900, #ff7400);background-image: -moz-linear-gradient(180deg, #ffa900, #ff7400);background-image: -ms-linear-gradient(180deg, #ffa900, #ff7400);background-image: -o-linear-gradient(180deg, #ffa900, #ff7400);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#ff7400' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#ff7400' );";background-image: linear-gradient(180deg, #ffa900, #ff7400);background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.375rem;left:2.6875rem;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;display:block; }
#UP7NKVfPxLszCP4wxpZBpQdT6GZlT2gb { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:21.3125rem;top:0.59375rem;left:49.5rem;overflow:hidden;display:block; }
#a3gl6SANbNokpKWV3enARIWXNEHRmkiC { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:8.75rem;left:6.21875rem;height:2.76171875rem;font-style:normal;display:block; }
#VF7gLfDJr4d7aUKEbdlSssc3NdDyXWX2 { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.89453125rem;left:6.21875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#cTxIuLltNNNVtgaGgNikXDaDWLEC4knS { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:12.89453125rem;left:6.21875rem;height:4rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container { background-color: transparent; background-image: none; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container > .video-iframe-container { display: none; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row > .video-iframe-container { display: none; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .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); }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container { border-width: 0; border-radius: 0; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#ztauL9VFQQWaGUNx9nznMR29qpb0MT88 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:13.6875rem;top:1.96875rem;left:0rem;overflow:hidden;display:block; }
#D6AaWFms0bIaT66yLTGKTApuQ0KraFT6 { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:13.6875rem;top:1.96875rem;left:15.5625rem;overflow:hidden;display:block; }
#TU7h66DuAdtHyTZCKLGxnOE31bAqzdzf { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:13.6875rem;top:1.96875rem;left:30.65625rem;overflow:hidden;display:block; }
#N7ikDxOPhuuZ8SlSgTf26h74UtmzmmK7 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:13.6875rem;top:1.96875rem;left:46.0625rem;overflow:hidden;display:block; }
#hT8Jc3tFfiGW951vwKMSRARVpsFqeaqN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:13.6875rem;top:1.96875rem;left:61.3125rem;overflow:hidden;display:block; }
#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/64200482-529f-4b1c-928e-7e587739c023/to.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !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; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd.adaptive-delivery-prevent-bg, #owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd.lazyload, #owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd.lazyloading { background-image: none; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container { background-color: transparent; background-image: none; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container > .video-iframe-container { display: none; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row > .video-iframe-container { display: none; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .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); }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container { border-width: 0; border-radius: 0; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .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; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:#ff7700;text-align:center;text-align-last:center; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-trigger.adaptive-delivery-prevent-bg, #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-trigger.lazyload, #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-trigger.lazyloading { background-image: none; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc { box-sizing:content-box;height:auto;width:56.3125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15089;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.96875rem;left:8.09375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #DLdgGLNiQy5ec2MW8HqtB4BlsUHU1ymu { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #PoRii133Kgc6i7QMNK4KLoPSxdTSTqGc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #ekyFhMc0awb9d3N4knfHULzxThNvbyS8 { display:block;position:relative; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #b1mL9LM2GQUUDFdHbiNFVwpVO5Izbhhs {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #HLFaRV8ciLIXTZ6TbsuPSiBbgE616PZ9 {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #zOnhdTUb5OamUnMRA6P0EsAD2tyqIMac { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gF44QOT1zf5qDbwQKgeX5L15vZZAB21H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gyHNwuR353NmfmPn1varexJN7SKZvv4P { display:block;position:relative; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #aXfV0sdz80CllpHuddglVqRChJ8KKbf3 {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #ciUnUvSiFeeicJ9T0yRKc6Ic7qdLTBCZ { display:none; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #dIMH368s57XlhMoGHeGFlczdCBW7TGZ9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #FTcT4daRsA3GAPWnaEq5u0UmJuFFfGJR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #RbwSLfZ9ntikdR8f8XzEKeegbklHT9vx { display:block;position:relative; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #yeDvgxvG0wSIb9GFgrDvTbf3v9dmVrwn {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #BpphG0ZvxunGB50vPrv3ykkTl1M9Mb1G { display:none; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #A335vutWFVRzBwFN1hiAyWfUAP2kDLI7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #VfMQvXRvmOfpowEtThy1nue6yJdmPcix { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #DTfvkx1BMcsUHQc7HTruaAhLqPCMZhhT { display:block;position:relative; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #rOcWfp5Lm4zLb0eiX3ahEz5sGSTLQEc4 {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gxDwT188eVVAuyDeOnJo5yTk3JZmaoa9 { display:none; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #kpGadl37JUbDWGIRsRxc3Z69fSC5XFEi { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #IaN81fbT3RCSPNTntmOvCN7s2uI0QUH3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #J2dd2nbJBMo9AZKZb70567VIugUWG8uw { display:block;position:relative; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #uz4SoifTzAyCrMiXawKh7bAVlXJbEiro {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #n2k90pUGIerErxH9HL7IpLUF3N7zZbyG { display:none; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #MrwEoHZsBNN4iDNWc0B8n6IlLUPa2Ty9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #Pnd3IwuUxHknIwEGfvCuKNDNrVHpEIoy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #fVze61Tm1CZPcSem7gAb9hhEEwhtQtio { display:block;position:relative; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #qyiT4dHAkVK48Nsb8CC2Pzo3RTVxTPkV {  }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #zdkOz66edW0FoAgkU9kGgUQ7TMc7B7Hv { display:none; }
#ISffhZW8LJWSlokP0Jefy8ZfLru98Fh4 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15089;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.1875rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WAIzD7P9cmUTDIg2rEcyaWaOfeRbwnNM { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15089;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4.1875rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -o-linear-gradient(180deg, #f6f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f5f5, #ffffff);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; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { background-color: transparent; background-image: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container > .video-iframe-container { display: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container { display: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .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); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { border-width: 0; border-radius: 0; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { font-size:0.875rem;font-family:arial;height:55.125rem;width:75rem;position:relative;display:block; }#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-form-header {  }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-regular-label { height:auto;display:block;font-family:unbounded;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:32.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.3);border-left:0.0625rem solid rgba(var(--color-primary-1),0.3);border-right:0.0625rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.625rem;box-sizing:border-box;height:2.6875rem;color:#64991f;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top;font-weight:700;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.3);border-left:0.0625rem solid rgba(var(--color-primary-1),0.3);border-right:0.0625rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.3);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.625rem;box-sizing:border-box;height:4.375rem;color:#64991f;font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:center;text-align-last:center;vertical-align:top;font-weight:700;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(var(--color-primary-1),0.3);border-left:0.0625rem solid rgba(var(--color-primary-1),0.3);border-right:0.0625rem solid rgba(var(--color-primary-1),0.3);border-bottom:0.0625rem solid rgba(var(--color-primary-1),0.3);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:32.625rem;box-sizing:border-box;height:2.5rem;color:#343434;font-family:var(--headlines-font-family);font-size:1rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-button { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:6.0625rem;margin-bottom:0.25rem;margin-left:8.125rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:16.3125rem;height:3.4375rem;font-family:var(--headlines-font-family);overflow:hidden;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]:-moz-placeholder { color:#343434;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]::-moz-placeholder { color:#343434;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]:-ms-input-placeholder { color:#343434;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r [class*="-text"]::-webkit-input-placeholder { color:#343434;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:arial;line-height:1.3;font-size:0.5625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:31.375rem;overflow:hidden;font-style:normal;float:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-container:first-of-type{padding-top:0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-container:last-of-type{padding-bottom:0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.0361328125rem;left:20.53125rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:32.625rem;display:block;vertical-align:top; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r {display:block;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:32.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.0361328125rem;left:20.53125rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #aNm4FmuHWiUqy6ynDqS38diAls1QUMha { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #Om6fyiVzBeV627LONL0CF3qlzeO1aTlQ { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #HZ0wSvJmGCxEbAlUWf47O2E4WgE4vfSb { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ah5Ce0dQQmTmdRxytQXLc84W5PKZEy1h { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #MPzqv5RSDXIEbqEgBBlL118Atdw0kff3 { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ZQ8x1RnHhtbnbhnWkfTFnvfmWIXhHTEK { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #kwbGBgKVoA8k0VgeftQCwRoJEu9OrNuo { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #y1K6UgveTcQ0IciWXJdhL9b2yRVKF7QS { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #X4XI3HlJlHb0y9HqwEXI8t2xkKlWtQLQ { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #NhMqbJzzK8WNQoTzinyJIDLoWs2hodgC { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #oscGqg5pVO7geoeLl4RDiRGCuSoU45d7 { position:relative;display:none; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #DldX11gB5FVOzSBnbgnicakCMyea4S8T { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #kD7KWPOTtSt8nihvpR90F1adN0Rdigpc { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #GhZpR9AmAUCh7aNZGPCr2XZeFyR9HQi2 { position:relative;display:block; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #IvCVkSB8hLbUtTWCc0nHp5XCReDO20M4 { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #XykFpDq0L3PXqfQfXVGxlhbe8NxqJUnE { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #fOyDDF3vnZ1K8wH6DhoGX47Pkwak2X5V { position:relative;z-index:2; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #U5bcfLFAF4qxZC9SiV4GQ6Io5wcBI3Bd { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #LxpQzMwVOQpG5TVaHiyFkZRwo04fi3Ee { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #VV67L0H2gkg1RtbqATvcANJTRFLFxssK { position:relative;z-index:2; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #tAht9VJkHdtrLQcisTWzZseIQKf5mvlR { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #d1A72Fm02NuUPSy7aORCkFJDpa0olK8X { position:relative; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #TE9O0yrsuz5sMTKnU5FsceXXtXe7xXnm { position:relative; }
#sWcCciO0Q3IRV2MA7UMk3MfuoTgfu4MT { color:rgba(var(--color-tertiary-0),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.3515625rem;left:11rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cVkQR9d4ute7rFIxphRZTtk3XRtqB3El { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:11.75rem;top:18.6640625rem;left:49.40625rem;overflow:hidden;display:none; }
#MKdxqfDfP8tNnruQ9fSvvWF9SJm3InkC { color:#343434;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15039;line-height:1.2;letter-spacing:0;top:6.1875rem;left:7.25rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JT1STC67rG59PLQ3aWsysTg4Q59sS0d2 { box-sizing:content-box;height:4.8125rem;width:26.9375rem;position:absolute;display:block;z-index:15026;background-color:#ff7400;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:5.6875rem;left:24.625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
#lxMZRkrOQPb3kmkp9NhWEDXBZ0VZUK9N { color:#343434;display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.6;letter-spacing:0;top:11.3125rem;left:8.3125rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n7HJT9w3TWVfaquTvnVTEo7hVkZHHEVz { color:#ffffff;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:6.1875rem;left:26.5rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#twBMzC8Ax1Oaf3SCpqVTrKbDO4ZK5Peu { box-sizing:content-box;height:34rem;width:49.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.5rem;left:13.5rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(0,0,0,0.26) ;display:block; }
#IDH3Afo78xQhoJOMBTyexTE6Kufuw83B { color:#343434;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15036;line-height:1.2;letter-spacing:0;top:6.1875rem;left:52.0625rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yr1tFsdLhGgQH2nRza6db4yWGmpqgtgF { position:absolute;display:block;z-index:15041;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.625rem;width:23.625rem;top:15.9375rem;left:51.375rem;overflow:hidden;display:block; }
#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp { background-color:#ff7400;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container { background-color: transparent; background-image: none; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container > .video-iframe-container { display: none; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row > .video-iframe-container { display: none; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .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); }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container { border-width: 0; border-radius: 0; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#c8NSbFXLJQtKLCt5eN9N0UMp0cBUeW56 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.625rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#KwXcS2Bn4TqPwLxnhP6cMW4JJIgzNRPK { color:#ffffff;display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:2.6171875rem;left:28.1181640625rem;height:1.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TxhDJcNexVIliloe7xXgXta2zEpff71b { color:#ffffff;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.49609375rem;left:57.562500953674rem;height:1.8681625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dx7n9VB6fqWzCL8fm4EOwlA9bJHrPvaD { color:#ed9d00;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.49609375rem;left:32.7431640625rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c { 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;z-index:auto;display:none; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { border-width: 0; border-radius: 0; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:none; }#P2K9AG1WN0cowVwmz7ybFtZhebk43O3g { background-color:#45c800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.875rem;left:54.1875rem;display:block; }
#w3ki7BHDv6bsW9SH5inD77v3QzIPcIg4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#trtuTiGwVtZyEI05A6TZDqTrk2gzUCmT { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:8.5rem;top:-0.5625rem;left:2.5rem;overflow:hidden;display:block; }
#v7A9aOLd4Qbc3U4yMw4TM7y8Vq27iox6 { background-color:#45c800;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.875rem;left:54.1875rem;display:block; }
#KrpeQ3kTdOA3qQ7nXvAwDV1pCkGqCFkK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uP9slJ4OLKcGphvNChwntKHmBGeOJfk2 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8125rem;height:2.5rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.25rem;left:7.6875rem;display:block; }
#yC7SICatPc98AsPBoMl0MIEwfbkxkZWw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uKl2txfPkPhLnxUQr3ovzI4XHfgo9OHz { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.25rem;left:20.8125rem;display:block; }
#lKLPsgkyvlL0tX5dNkTvTdTzTJPgABfr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNd5pdnq0tTTwaWO9bDRO39SQ8OKufA7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#64991f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.5rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.25rem;left:31.6875rem;display:block; }
#Vdb5xwb5XpZ1tXAfqLQ2Z8T0huiNFS2L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa281ab0-a703-4b94-bd49-e4f6d3016228/dziewczynka_kulki.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.adaptive-delivery-prevent-bg, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyload, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyloading { background-image: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { border-width: 0; border-radius: 0; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { font-size:0.875rem;font-family:arial;height:43.25rem;width:75rem;overflow:visible;position:relative;display:none; }#P5RbUkD6Hyacp3Voquq9hQ5HGqTh3TSi { color:rgba(var(--color-tertiary-0),1);display:block;width:36.75rem;position:absolute;font-family:grandstander;font-size:0;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(0,0,0,0.27);top:19.6875rem;left:18.4375rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X3UPBS2iherOrek7oQ4D2TW5abi8uzyo { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.25rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:30.125rem;left:25.53125rem;display:block; }
#lT9bFMScU4TxGCTcmwTCdDubpbte42Hl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c5sn6slyCV6Tq1kNWxECfASGRXwiCfaE { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:7.0625rem;top:18.09375rem;left:19.84375rem;overflow:hidden;display:block; }
#LPQoB72NwdA8GL0isaeGo7tLNi8cCE7W { color:#000000;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0.0625rem 0.1875rem #000000;top:26.40625rem;left:0rem;height:3.46875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#erT1NVvXSHRxd7vwJS2nqlOvzJ2guNDm { position:absolute;display:block;z-index:15035;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:16.84375rem;left:13.34375rem;overflow:hidden;display:none; }
#VuUMIssJ3bm4bLtNux9kku11diqJKgPV { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#ADAsXnqEyv0wOpIihyBqzCNTB9nHayxK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uwJLNrvZWUxrzIfQiikGmsAHACcpXlqt { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:700;z-index:15088;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:24.5244140625rem;left:0rem;height:4.35rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mgyHssunFNRNKslpQlovF7N5M11r1wt7 { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:6.4375rem;top:5.4375rem;left:37.125rem;overflow:hidden;display:block; }
#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c { background-color:transparent;background-image: -webkit-linear-gradient(1deg, #ffffff, #f9b231);background-image: -moz-linear-gradient(1deg, #ffffff, #f9b231);background-image: -ms-linear-gradient(1deg, #ffffff, #f9b231);background-image: -o-linear-gradient(1deg, #ffffff, #f9b231);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9b231' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9b231' );";background-image: linear-gradient(1deg, #ffffff, #f9b231);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { border-width: 0; border-radius: 0; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { font-size:0.875rem;font-family:arial;height:42.25rem;width:75rem;overflow:visible;position:relative;display:none; }#ioJBCzckKlITPfcVKWfRf3TyhwNWNusN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qSS50WyvC2HhOOKaLCyoWsILvviXbCvI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.6875rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:2.142578125rem;left:35.625rem; }
#kBwziuWhoz7kI4kadEF7MSzHgC2E5mgI { color:#ffffff;display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:10.1171875rem;left:24.0625rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wdqmQXbvRDp1OwI91CQ5kyNVb7XcLtIW { color:#ffffff;display:block;width:48.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.625rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.017578125rem;left:13.40625rem;height:4.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAatDXqap9JKiJvXvWdwlADqeQCobiPQ { box-sizing:content-box;height:5.9375rem;width:26.75rem;position:absolute;display:block;z-index:15000;background-color:#ff8401;background-image:none;top:10.8681640625rem;left:24.125rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }
#aGeeqtwKrNKlT7HMkWnF5uliVocsINhG { color:#ffffff;display:block;width:34.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.6806640625rem;left:20.40625rem;height:2.40625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yA3BaX6eck0w0nBSTJfJ8brzrXJEsDyq { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:19.3125rem;left:4.5rem;overflow:hidden;display:block; }
#kxiI9q5h014VwUbuGLGxMyVDxL6buTN3 { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:18.375rem;left:57.875rem;overflow:hidden;display:block; }
#OqAwLwlGWRkZNi0Xq3U2BiLTpVSmvdd4 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:24rem;left:13.8125rem;height:7.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#y2Bef0gE2KSX6oTc6VcIQ1CSuOgZsBaG { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:11.3125rem;display:block; }
#Tsk9dOdwG1UdNANTmXx6C06qAewWrKSk { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:24.625rem;left:30.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E4UEzwCeuOc4sRCdUGp8QLvcoQdgVHFa { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:30.375rem;display:block; }
#dXtBs865Z48TV9vo1p31ESVT4bumQWxQ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:30.8125rem;left:31.46875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FJMPWDQNpSCkkCNQJ7Raqq1n6fkLEUeT { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.75rem;left:49.625rem;display:block; }
#vBioT4KUkmMddI6dt2NyEBFbJbPdx21F { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:6.5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:24.125rem;left:49.8125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EzsRle8TT8doEfMU9WlZCbWCyPzNfdoq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:30.5625rem;left:50.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hM1nO96xlxyp00J6FlLuGflfk0n77lUp { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:30.5625rem;left:50.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#v5hUlKvJtq49iQTfHuy3gszdKQpBiPJs { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dUlJlVkWGqP9r5nhxfIqpkS6PJhgKGgf { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#JOnBOX8QyrOUFoZSibTfvTlWTPy0qvAX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NII1Fnbxrr2JWTwPBXLCOpI2GBXGfJsw { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#rot6xVkb8JGMTFSAsE2RFf2TlTTU0Ugl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZbekJ1adQrdZJesy6efk5LeEvLry9pv8 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { border-width: 0; border-radius: 0; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;overflow:visible;position:relative;display:none; }#mKvQ3pi0FMccGTd4meoLkQGxr1rfJcFP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.125rem;left:10.375rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HgyZ98bOFzhRdy6PpkEEvfKphu6LOTJb { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.125rem;left:24.5625rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#siQur7TFVHNd8JxNTMDLH6ORVB7QdW1F { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.125rem;left:36.96875rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGZUzC0V72Fyxi5ww6s1FWSkqb5pwAeU { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.125rem;left:51.15625rem;height:3.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O3QTwlRySNuMhKswWBvbSbTQOAg01rNM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.75rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:12.90625rem;left:15.125rem; }
#AqASOacIN5DdL3HIDt6fWOwTCLSldgZM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.5625rem;left:29.15625rem; }
#Wx1ZlDTLKe9c2k5lG8L83xKzmcvR4IQJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:13.4375rem;left:42rem; }
#I046fUnVN6zgpqGv3CK3VcI92Cq6CPKa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.5rem;left:55.71875rem; }
#r8HnMIDEdCqiHGEZddBTmue5re59i5tN { color:rgba(var(--color-tertiary-0),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.4375rem;left:50.4375rem;height:3.5996125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#D1zbdhy5DwmlG28e10AHTqqpn1Im8sN3 { 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:15016;opacity:1;top:1.6875rem;left:35.9375rem;display:none; }
#nz8P54rFkvl1dPQ2krIv5n40KatlbrCc { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.25rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TTMpCfr8Rdi75OcfOv1kru7TlbTlN1Z2 { box-sizing:content-box;height:3.0625rem;width:17.375rem;position:absolute;display:block;z-index:15019;background-color:#ff8401;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.625rem;left:18.84375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01b92be8-bbc7-43c7-bfb9-2d50744975ee/fala2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv.adaptive-delivery-prevent-bg, #FRP3TGvUWTuT1D4t7iom7AmHE215s2zv.lazyload, #FRP3TGvUWTuT1D4t7iom7AmHE215s2zv.lazyloading { background-image: none; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv > .row .container { border-width: 0; border-radius: 0; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:none; }#SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ { 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; }#SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ > .row .container { border-width: 0; border-radius: 0; }#SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:none; }#sxTGUsDiq7mJ7ysf5IWJzr9QkV28yofr { position:absolute;display:block;z-index:14995;background-color:#ceffbe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:136.9375rem;width:18.875rem;top:12.3046875rem;left:37.5rem;display:block; }
#kWO2UnL4z1D4xOnTUsatRBWlnG9Fk2ux { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #146d00;top:32.625rem;left:37.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqxRBIx4cAxqMd8fGzoCZENt8CJn5DXD { color:#146d00;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:25.71875rem;left:37.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NrquhXRnOznNPuM1nmW1TCnk36sXgFT1 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #146d00;top:20.71875rem;left:37.5rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M5zgTORdX53CQ6PfoKriuhONlvgdQHUL { box-sizing:content-box;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:#146d00;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem #24c800 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.09375rem;left:38.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#ITfOsOfXlXJolkvqSRaJRnMZbqk7DTIF { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.03125rem;left:38.125rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mmi5wVaQLBw3puCJXpMK4QynZEDXr3tv { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.46875rem;left:38.125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C05RTaspo4OIgk8u4Wz5M5OFE9BVdibQ { box-sizing:content-box;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:#f9ce31;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:19.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#orW9JFsF7tbUsTaZOGSPThD5xDKlUBRd { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.09375rem;left:19.375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UD7qpGgtXQ5WrIddQnv4M8FeN5sUuqTM { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.53125rem;left:19.375rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ktNTceA7yLSTMUfxxpLA0tsRXXIvzpKe { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:20.71875rem;left:18.4375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mBBsuf0tzpDzLQT0y1qJUQNbB1wpGnd6 { color:#343434;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:25.65625rem;left:18.21875rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gKEHtF3le3hTrpG5SttDvrSDNELN6Osv { color:#343434;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:32.625rem;left:18.4375rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S3dwiSKbZfNmnJwEvnFLNEsiSzEA4Zqv { box-sizing:content-box;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#f15f25;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1796875rem;left:56.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
#gQHDTubuKGIvT2BMabzUnnvK2s92hOcO { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.84375rem;left:56.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VTLCZMcGt9meC5LWDndDZUwHcbacwGCk { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.53125rem;left:56.875rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wEqDODG3nS4xBlpXZAtHFoiGhIlLvTNI { color:#343434;display:block;width:18.5625rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:20.78125rem;left:56.25rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JRDynfysvifbJPgtFkNfbSivkLX4fAci { color:#343434;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.880859375rem;left:56.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cBpiWAksaD6Mq17bpavocrfflepM2CEz { color:#343434;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:32.625rem;left:56.3125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SfP4QAT9pLUrqTdGkywZnhgOLJWVr555 { color:#343434;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:2.8125rem;left:18.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lvwcwVQMktcoteOamH8i8SRQSAvqMDB4 { color:#146d00;display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15037;line-height:1.2;letter-spacing:0;top:2.587890625rem;left:40.125rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bldFpic88cGqLHGhzntiMOlcRV6JEklw { color:#343434;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.125rem;left:18.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HorD0npvZww4WMe5kllHHwxDU8re9ath { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:42.6875rem;width:18.875rem;top:-3.5rem;left:-0.28690247022813rem;overflow:hidden;display:block; }
#b3Zbe61gXFU08B2U2kJncBSc3UysFbmv { color:#686868;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:28.8046875rem;left:18.75rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G4Jmyp4uvuTJQAROJgrABPdoNWghaVuv { color:#94c13d;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:28.96875rem;left:37.5rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Kgf44CirclqqTrJdtC6s3mkadGCoBz4z { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15021;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.65625rem;left:19.375rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MaPVyT6tNaOKTy3eNPHy4TfLfnAeAgav { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15022;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.65625rem;left:38.125rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sMmN4D6LBLlXJpTaglf5w5F2tUILwyxk { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.1875rem;left:56.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lz0ng8PE1aqy1r8wiZhMwNU39232DM1i { color:#343434;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:2.8125rem;left:18.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#l2ielTFlAsaTsZTyTeBVqZCOg9oz4bZy { color:#343434;display:block;width:56.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:6.125rem;left:18.75rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#hQGL4Qd5Fy7sLR6LTwPAxuiE1urFHgce { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:20.71875rem;left:18.4375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#xWbXkuXrDxFUWFsIacZpXpzgX4iCsVuc { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#RmWzt6Xvu4zJ9mith9g9NMLw46e6vf6x { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:20.71875rem;left:18.4375rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#T3f59hs8iUAMdQstQ1DMDC9fqHMrTPO9 { color:#343434;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:4.8310546875rem;left:18.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#R0C9z1hmFnxDJCw0wuQ2OowOfvbTL17l { color:#146d00;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:4.7998046875rem;left:37.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TdXqovQHeJ3ZNFb2U8oVrdJZLm0UP0bm { color:#146d00;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:0rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#vpcDncADTsH8UTI3PcnGXEEUg21TFJK4 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #146d00;top:32.625rem;left:37.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#qh1nTq4pxxJ9XIdbWO2K57DI6hFTSLTn { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#FcKimiapB2TLtD89ezhxQZluN0zmV4Gw { color:#343434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:5.7373046875rem;left:56.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w2Dy8XEESyMgHhUqe8HuXH7W3tAJu8qU { color:#343434;display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:32.625rem;left:56.3125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nmAFZsurJGAUgcEpwBzdGdi4dECfpqt2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.09375rem;left:19.375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZKPzwzrWMQ69UJya8gwcdNrm4K2cpVAx { box-sizing:content-box;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:15016;background-color:#f9ce31;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:19.375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#GvpQI7QZmsnXOTigig4Ju2sCVD1VJBCp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.03125rem;left:38.125rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#JzASLz1JCsuTzZsW47nl9ThFPC3hPrM1 { box-sizing:content-box;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:14996;background-color:#146d00;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.5625rem #24c800 ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.09375rem;left:38.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#dhyVlgpuzPrlfZ6Gu7DATD5rPRqx7B6N { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15018;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:17.1875rem;left:56.875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HOPMcKdLQ28eIKo3ADxoXTR4XMf45X3h { box-sizing:content-box;height:6.5rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#f15f25;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.1796875rem;left:56.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:none; }
#aREV0RVITw7CEr6n5HfHN0LGJssHBXH6 { color:#343434;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.880859375rem;left:56.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#AOd8Jcwwk3xRn2pvxsCvaBSZwdc9gPHT { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#qQVz5fKGqklgnIQG903QDtu8AFRBky5T { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:7.6435546875rem;left:0rem;display:none; }
#qcfcLBR0kKcFF7Sl6hAy0KdN04AfZOpp { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.34375rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#itTa7e1Fx7BQ5QbhFiHgkpILk2ebi7hV { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.34375rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#TT5oySwVLJTGqgpvTDDsqkBUWcgQ7TfM { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#cxs8vsz782shhhVtEI7GfeZoES9qVg4k { position:absolute;display:block;z-index:14995;background-color:#ceffbe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:136.9375rem;width:18.875rem;top:12.3046875rem;left:37.5rem;display:none; }
#hJPKunP2LyBete1hvyM8X1m5Fv9kWAHi { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#pqwITtH9rpFAWOLSFo75VpTXoFD9xcze { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#O3ATNTWeX1fMgT96FJ5UuaDgSPsw8Wah { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#StfvBS5wrcGx5nyWfi8LTGInmvTvitWa { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#kLFqB8hgMvhHGBp2F2FWMXTr1RMIIy4H { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#NhxuZsS0URKZaKEtHyxAPFmn33vPh6RL { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#huUsFIRRtP3cTXvZnfF2ILeyLgSARyeZ { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#uof623aCg6q1chCWpoTKDxqZ5J2D8Gby { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#LRLzKpceXXpxLKv9L6wfV5s6St1JofZH { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#sdtPL1U33ES6hh6nImWmiHy0xJ9mXh8W { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k6mV0PIpryQn6qhI1w1CLgAELvwkAIJI { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#lNxRBdhivAHePlfcnCJeyA6yOTTkTnTm { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:24.0693359375rem;left:37.4375rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Gs3tXy94458519Ov3p7TUZETCRwZd3Ts { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kTUE5DsVfXSq3zkPzJFMRRrPRFTdCwuH { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BcubvxEyTogLlRdnQZXi53hOkkB4Xmtk { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#vVpFqkTRJvOieXT30PFMXfrkFBwbt0Ws { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nJRlmb1zmbSwoBBG1ZgfndxXGRxgQexA { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#ski7fTTqqP8ZfIbMHREiEoW10TsTtAsq { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#Qz1tPWkAFuvGKCUKqsIrXXs7Vs0QNlcS { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#TwETEP9eemgrbGWdSOtcPzhywZ6LSsb8 { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZxI7llZJeIfqLFOlxygM4DTpKBRH7VwN { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#tvv9GNHIUVGdLF8eXV9seRXf1gwutc6i { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#i98GUbsyG8smwxUKrueE6sdJTVSS2AB5 { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#ecKTqqAdfXzAi2bRx4tnJT7lvMoHkO0n { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#WqGEzKk1WLhKRpKwJL2TAFl3HWPu6TQX { color:#343434;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.880859375rem;left:56.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lIvsanxmUOKEFANVJ916M29rLytb0vNx { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TBUO4ZuAIwZcdFRUdKHE2c5cEPpt1TAn { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#eJ3zIk1g5kpas8k0cFkTzV2V4nZMM6n4 { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:4rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:0rem;left:0rem;display:none; }
#mhPv4GuGw3mlhL8KESFcBmCB9QK6Wmpc { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#SWPqq9osBt8v09d30t6HeKITOQfTpClg { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#cOGeAKI7kctVxSFB15EP6qgEFZTiD1le { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#pwWTkaAs98TzTGS33uCFS8nhnFsN3Eyo { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#WCtawobE9QHA6eNzPhyJAJTDk0IBlRAS { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#lzHo51mx2lmgJTDxkH6uVAKP07QObNPa { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#u9liEascDQgRPFpUzyTIHFK9kIgLvwMx { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#m0FNf3JTyL9eoegXAvsVyzAhyHqfd60I { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nnz1o8gQcolSC1E4q6FArv8ptXfpMo9A { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#trtfpmZdAhHJB2E8gXthZHFUW5Od6pm2 { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#y145a6bpRbSTATVg5aqnTJEIAyJi2E0f { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#FmGhr7PwsFftLDs6Hrn5bRveBXfyKH2m { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#i9RMaUe5tsgT6rrMTh0OgHeXNe5ewcTB { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#lxODCOL0KSZe2CzQaDNSUknUv5yXJLQp { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#kmwMoWfn8WVV5BIKadorgs57t2y6FFIZ { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#ytwEe5O0pVETCquZe7wImQUCiBDrLXFg { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#Z8SCqviCBNvQuyfo9yMPB2VlrB882pB9 { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#BbMDXSNTqxXLzIN6STUaiFTxW6R19Fbf { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#aa5B3eZZEICDKibGRlw23MSEfADTETx6 { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Wq8Zb1Fs3gcs3063ZelrXCUyE5CKaUFh { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#BTWPihMLUO4KKOOlp6rT1wzf8y6dDhA4 { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#nu6J8FyezCKGebX6rIaTTkFEbvz2yrNa { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#baO3qmlWxADWNdcU7iZaaafm2lzFf54Z { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#HJOyhHJ1lCSoszPlsHFQgWvQhJyBgKfd { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hh4i5DsPdiX6ns18TrXMhFJT1hgt0FLu { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#eqAixDkscLyBG1Pss7ygaJpaQKqD7Pne { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#bthwBcmSQIbVngm7Q1gkCN01cgNvfTkd { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#Dl4UPeU2USyhpTQxZURSQNhBa0sbeTLB { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#sQsr7Q4T9BgkhQLznJk1sCfQOdeHv5u1 { color:#343434;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:25.880859375rem;left:56.25rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#CzAdvDsQU4AL0RZ085EKGL13V3e8oliP { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#HlBO700MlFHZW3SbFIT77Vz1gbukmTbH { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#K69RiAdJTFQl2s4w7DpxvCr6G92mzfQ0 { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:0rem;left:0rem;display:none; }
#kAK1N1oTcifTGQvB6mlHpwTTF6tVHx0V { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#t27XnTRwBzuZ9WyaZ1z3z383TT5zvfvZ { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#m0UwehEOfQAnkzWQ48a28yi1BZ8rHOD7 { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#xdHaopziHTPFnIV4TBQsUpo0EuUXXIQF { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#hKLGaSth3MwDw9DyzxAwqXhiT1TxWbxR { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#Q36JJE1BXLH0cXL4mcva1TmAuaW9VH1q { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#Q5T66e5RSO25aVbMks04LQSIBocBiW3w { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#GmZkqH2dErrXSnRQX8THI3KvxUfr4LkL { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#goEI8JR5T74szThrTIxoWINilbVAZx80 { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Fz9DS9rmUw8sokKvw26bnIJLoSup5taK { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#qBgzn06P85T3kPWZMtNkonS200PzDSQw { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#tfMwpZDNZhg8WifVevVx8WEQARJyXcnT { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#NK5WwSfXF11L0VoeagrSFsny8LBq1R5s { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem;display:none; }
#TwoQiduxoN0786i5IsK5ddV8FyKaxFhD { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#iK6pFDrfIvFUFcgaXIE9bWCtJr6PRDr3 { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:none; }
#dVCODxhAfBrQ74DqUv8w1ZgboPcq3Arp { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#wBOT2eFO7bfHEEF5fo2Ll6azAPqCcxtb { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#Wk8e0ETiWpPsCooVFbvUCIpVwszyDwlU { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem;display:none; }
#BmnC7vX5khtWMKRf0IegFcfvU3sC6BHJ { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.1640625rem;left:25.1875rem;display:none; }
#Kr7RrhIM8z9brqfhOsz33xJ9hTQy00x0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV { 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; }#RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV > .row .container { border-width: 0; border-radius: 0; }#RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:none; }#molkLaUBrHwgzncJM3SHJZaFEZAGeHHE { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:12.34375rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tokiQVWGaK1F1op0ROV3QdcuLa3hrXTC { color:#343434;display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:7.6435546875rem;left:3.125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rWLMxiEmlF6qFVpGZ64ZTqPmIpvZCxZB { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15087;opacity:1;top:7.6435546875rem;left:0rem; }
#HKukDm7GXGQIkQ7bP74bI2ctZRe8G7ZX { 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:15088;opacity:1;top:12.73046875rem;left:26.5625rem; }
#mT8WSnJ6xIO9VL8GHb2oqegJiXWDwdSV { 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:15089;opacity:1;top:12.73046875rem;left:45.3125rem; }
#R8pq6S2kvSvAgVziAvZWXmpcdEoaIWwF { 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:15090;opacity:1;top:12.73046875rem;left:64.0625rem; }
#OVHOSTMqeBNhnPybo5qkIcsiQPzFTbTT { 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:15090;opacity:1;top:18.23046875rem;left:64.0625rem; }
#dhOTvC7HBoy73dX71JwdmR1m2chP3tgv { 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:15091;opacity:1;top:18.23046875rem;left:45.3125rem; }
#uSpq08r3Zcpk34h2C32ZC9FWTicnrSuT { 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:15089;opacity:1;top:18.23046875rem;left:26.5625rem; }
#MpgsTtCTZGpT7E7ZsmnNSzAZ0RJPWGse { color:#343434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:23.40625rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OPtf5MsTXDETaD2UvoLOHsBHXUgxiAHx { color:#343434;display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:17.84375rem;left:-1.875rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#g35HSC2KdJugszeEy0yhVv6fi6driPwN { 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:15089;opacity:1;top:23.79296875rem;left:26.5625rem; }
#IHs90c74upbZh02tFq2oirUg9PUQKIwz { color:#343434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:29.28125rem;left:0rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NuTMvraoUyIRSfbbvd8KBMOuk5MkkfrL { 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:15090;opacity:1;top:29.66796875rem;left:26.5625rem; }
#bTHJq0gdhoD4egRqIkaXdOo4N2rbMIxW { 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:15091;opacity:1;top:29.66796875rem;left:45.3125rem; }
#K3nqSTLPb5kx3Zq4kbgrbJFiauF3oTxE { 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:15092;opacity:1;top:29.66796875rem;left:64.0625rem; }
#T2tBDhs3gwhPcUM1kHnCOiLbTbNIatcP { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.1;letter-spacing:0;top:24.0693359375rem;left:37.4375rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wfwitJuz7Txqsa1UVJMT8ag8zLB56EEO { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:23.705078125rem;left:56.25rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#DarmG8NoPsgVSTLADHzW6buddfrm6Zx0 { color:#146d00;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:4.7998046875rem;left:37.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OG8iNMvhvsc5dRAGX8itJTBOKmS5igfz { color:#ffffff;display:block;width:19rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #146d00;top:1.8623046875rem;left:37.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u4fSAn8ebSJOEXsJNbQ3O2Znz90ZeMFs { color:#343434;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15011;line-height:1;letter-spacing:0;top:1.8623046875rem;left:18.75rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uzPpoe1lUd1zGNIL9pfumS9O3J7mHUCd { color:#343434;display:block;width:19.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:4.8310546875rem;left:18.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rpBnMo15QW2UJD6tVEihRFAfWWwTD20u { color:#343434;display:block;width:18.625rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:1.8623046875rem;left:56.25rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v2NGTOQ12B3NFzFnx7NOw1ok7ae4BX1x { color:#343434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:5.7373046875rem;left:56.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QbUmGku8zwy8t0Mp4pv0ReuXitvf6DbM { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:0rem;left:18.75rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hV4vOEr1zaERr1AbteJxS1gyxvdkZRmp { color:#146d00;display:block;width:18.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:0rem;left:37.5rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tbI0GQCsOk7TZC9yyK3P8WTKt6Z6n1W3 { color:#343434;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15014;line-height:1;letter-spacing:0;top:0rem;left:56.25rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEHbFQ85vAea48n0yH2q8XsgrMaQIEPo { color:#343434;display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:34.84375rem;left:-1.4375rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Q3OhrG427g7r6HHmRD0wvoLpTzGPMury { 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:15091;opacity:1;top:35.23046875rem;left:26.5625rem; }
#TTBKwCLvMcvSH4wKa3tXNkWTOgPdRFnP { 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:15092;opacity:1;top:35.23046875rem;left:45.3125rem; }
#EoETJiJZrM9pT3QQh7cFEzV11TgINVdD { 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:15092;opacity:1;top:35.23046875rem;left:64.0625rem; }
#VUZaHzpTFzlTvhmxiF6xuIgS1KKPHS3x { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15008;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.40625rem;left:0rem;display:block; }
#il80veckS975mZxDv6xnSxyxfRB5MtzT { 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; }#il80veckS975mZxDv6xnSxyxfRB5MtzT > .row .container { border-width: 0; border-radius: 0; }#il80veckS975mZxDv6xnSxyxfRB5MtzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#il80veckS975mZxDv6xnSxyxfRB5MtzT > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:none; }#peFNt008poJJN1s4r8slrJPWUwQ2KN6U { color:#343434;display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:5.03125rem;left:-3.5625rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CRCWulPSUa6LTnVrTNIhJAFrfF4DpCkC { 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:15088;opacity:1;top:5.03125rem;left:26.5625rem; }
#N8AW0G3gtQZwZIIJPcIKeqoToufffDkt { 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:15089;opacity:1;top:5.03125rem;left:45.3125rem; }
#EWVGSxCl5WyzyvvPXyWBEvF9OlKM517d { 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:15090;opacity:1;top:21.91796875rem;left:45.3125rem; }
#NIRZrU8vAU5aoXvGWLDV4udTxZH43rEU { 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:15089;opacity:1;top:10.87890625rem;left:26.5625rem; }
#WULi9T7fn4ytxx5yJKNuU4BTCGCfsKsK { 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:15091;opacity:1;top:5.09375rem;left:64.0625rem; }
#UT1Cuk7F5BrbWLqGesPV2gFI9W8Jd6Ax { 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:15090;opacity:1;top:16.3125rem;left:26.5625rem; }
#JSkD8MZ71WJ5DlT8EZIoBhPfTSvU73u9 { 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:15091;opacity:1;top:21.91796875rem;left:26.5625rem; }
#nNbT0dJGDFvO7cfumIxiiCLk86dF39vc { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:4rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15080;opacity:1;top:0rem;left:0rem; }
#tLPL9DpRvk02No026s8GlaLATK5L0shT { color:#343434;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:10.431640625rem;left:-1.625rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TrcbeCGzqc8TovcZmVnCTmIXWIfD2l9M { color:#343434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:16.0703125rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#TmliknenJwe3cBuIMk59XzUMXUgK9gMT { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.1;letter-spacing:0;top:10.791015625rem;left:37.5rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZNwHTdW51Cp2b7wZm2pZye3IEV4mDplJ { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:10.87890625rem;left:56.25rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zlEenlWSBbhG9QGihbtn6O9VCeJJTPxQ { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15031;line-height:1.1;letter-spacing:0;top:16.224609375rem;left:37.5rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#VvMgDuMih59nXQsud3VcWgugTpdh7OcN { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15032;line-height:1.1;letter-spacing:0;top:16.0703125rem;left:56.25rem;height:3.298825rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#r31st34TkNhRAZxHkDqQ4ApUqoEU21cw { color:#343434;display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:21.98046875rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RcuCnJoAX6114ZB9znFW845vua7TJVic { 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:15092;opacity:1;top:21.91796875rem;left:64.0625rem; }
#buBKHinTRzTP5JK6gxPcBpnDZ3LfdRhG { color:#343434;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:0rem;left:2.625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xwuDDKBC8T3bAGKQog9mExokrRtEg3gy { color:#343434;display:block;width:21.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:27.828125rem;left:-3rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#niHgvVxnND0tMVWvDskaeJ23QSWw2SCQ { 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:15092;opacity:1;top:27.703125rem;left:26.5625rem; }
#LKwKK4WooJgiLoWtbMJynhBgMbLWZrdX { 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:15091;opacity:1;top:27.703125rem;left:45.3125rem; }
#VnKDHI04Ws0P766Mr2JxvRpShM7rg0HD { 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:15093;opacity:1;top:27.703125rem;left:64.0625rem; }
#xHIctqlDClGcCkmr9sTIoLtarMsTmuCG { color:#343434;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:33.42578125rem;left:-2.25rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Ev37XMM6ObQqXuO3LEbyTv2w58fTe3qF { 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:15093;opacity:1;top:33.67578125rem;left:45.3125rem; }
#b641TdBg6OW3Tkd46P4WL2p9WTkBFWys { 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:15094;opacity:1;top:33.67578125rem;left:26.5625rem; }
#nmEVnnnJQkLoy1vgXULu298Iq3eKVAIh { color:#24c800;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.1;letter-spacing:0;top:34.55078125rem;left:56.25rem;height:1.65rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#QkdeObu0ydcNPTtbgt2JgDMbz65uiOTF { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15009;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ { 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; }#xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ > .row .container { border-width: 0; border-radius: 0; }#xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:none; }#xwprzV9897aKyMfTJmGVrCQ8uLqRdTXl { color:#343434;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:5.03125rem;left:-6.875rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LvP0XIVND1B56JxZxPAe6D5udbXD6p6z { 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:15088;opacity:1;top:5.03125rem;left:64.0625rem; }
#Mkmg8kxVOMms60xgKtAuXLJG8nWV9lUM { 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:15089;opacity:1;top:5.03125rem;left:45.3125rem; }
#X7LL4v2uDC9rTZWn63MIIRQ4h8SuuTpp { 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:15090;opacity:1;top:18.53125rem;left:45.3125rem; }
#bFHzIWJC6NtKTn4RqnGAa9GUTwAQKmPb { 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:15089;opacity:1;top:11.79296875rem;left:26.5625rem; }
#B9K6Otn5nzDbqDR9rXRQHC8CpW13hIkc { 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:15091;opacity:1;top:5.41796875rem;left:26.5625rem; }
#CdT8Jit4P6Aeemiq5eBq9ssuTy4g3Cm8 { 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:15090;opacity:1;top:11.79296875rem;left:45.3125rem; }
#ygmMkVHa8R85Samwy7katamnAzQrBJid { 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:15091;opacity:1;top:18.53125rem;left:26.5625rem; }
#geTknE081oXpc8z3xslBTZLWvBgUUUrL { color:#343434;display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:10.431640625rem;left:-1.625rem;height:5.84765625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tcPNDVndJ4AclOKDnE6IF0TvHp69WHE4 { color:#343434;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:18.35546875rem;left:-3.9375rem;height:3.8984375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rHF697CrRvwgHDKm8EWSKQiJ3hiLC3OG { 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:15092;opacity:1;top:11.79296875rem;left:64.0625rem; }
#xpRw1CClH7FTAycVu3UNnq2JKQViNJPl { color:#343434;display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:0rem;left:2.625rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#k2FuFTAw37q0yVJkQtrG6pxSDV5w62Kq { color:#343434;display:block;width:23.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:24.703125rem;left:-4.75rem;height:11.6953125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#teV1EtE6ifFFaJxdhr9IUKCwkJ3lNv3X { 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:15092;opacity:1;top:26.765625rem;left:26.5625rem; }
#sOzRXRNcqfBzia4xeENaXuoEgMeKwsuZ { 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:15091;opacity:1;top:26.765625rem;left:45.3125rem; }
#Co35CTtRRpvlKL999Rwqiu1rKIgXb5ni { 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:15093;opacity:1;top:18.7421875rem;left:64.0625rem; }
#AoTiRXK0OEdgDAk2AAEwxJQrmFhiXbNn { 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:15093;opacity:1;top:26.828125rem;left:64.0625rem; }
#a2OFv9T4VxmwAtawrI9wV5193m8Pfqn5 { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:3.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:0rem;left:0rem; }
#GWnnJCvENb8ZMoM2JtGgXpZnOZbee8BP { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.1640625rem;left:25.1875rem;display:block; }
#kUKPCCi5tT95hVGVRLNplPnVWLw4MQRO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kz72ZgCOsXB79ZgipqozMG1P2XuglVbH { box-sizing:content-box;height:3.5625rem;width:75rem;position:absolute;display:block;z-index:15010;background-color:rgba(191,255,178,0.17);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/514d77cf-ab2a-49d1-9878-dd501fe47d51/fala1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG.adaptive-delivery-prevent-bg, #R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG.lazyload, #R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG.lazyloading { background-image: none; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG > .row .container { border-width: 0; border-radius: 0; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:none; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy { position:relative;display:none; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy { border-width: 0; border-radius: 0; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy > .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; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#aLsuDxa2BEhI70Da8PAwXy6d9qdap0am { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50rem;width:75rem;display:none; }
#Srko1fpZdZteTcLVtduI1ZvW5VHMHVwe { color:#343434;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(0,0,0,0.23);top:5.25rem;left:7rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#roAM3iqH28DE8P0UH2lJcaOps7Xld3IF { box-sizing:content-box;height:4.8125rem;width:26.9375rem;position:absolute;display:block;z-index:15021;background-color:#ff8401;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.755859375rem;left:24.84375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
#hU8fKOpwJGNCACow0yqQBDzr2bHQeqId { color:#343434;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:5.25rem;left:7rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/95b83065-b581-4318-85f2-dd3a7269612a/noroot.preview.flip");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws.adaptive-delivery-prevent-bg, #fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws.lazyload, #fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws.lazyloading { background-image: none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container { border-width: 0; border-radius: 0; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:none; }#csmWFU4PcCOCX5bpCsrtZbdcDOCfDcAD { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:39.25rem;width:69.8125rem;top:2.5625rem;left:2.59375rem;overflow:hidden;display:block; }
#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 { 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; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container { border-width: 0; border-radius: 0; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container { font-size:0.875rem;font-family:arial;height:66.25rem;width:75rem;position:relative;display:none; }#NNGJIsniToVgGh5rohrkU9P3bh6rRBb8 { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:4.5rem;left:20.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rNVuMlsxViCdtxMu8sXBaHDTIn5a3Wd7 { color:#343434;display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.3125rem;left:9.25rem;height:3.075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VwbNtOJB2dgxmmDb3um00uOx8dAD7u5l { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.9375rem;width:11.9375rem;top:1.53125rem;left:0rem;overflow:hidden;display:block; }
#LA2bDJgpn4LwnFhGDXMxQzmEZM81F1K6 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:10.5625rem;top:47.0625rem;left:66.1875rem;overflow:hidden;display:block; }
#PbPm2gEmOKvprE4Q0SHx4x1Gw8oevRa9 { color:#000000;display:block;width:25.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:20.5625rem;left:8.5rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lquzI9AeOHn6ubepiif4ybfLQJcQ6cFP { color:#000000;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:58.5625rem;left:25rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mbLR9eh2K0Ta55MPM09uMDu9z1zbq85l { color:#000000;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:49.9375rem;left:24.75rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EFprFKoPeAloS49Mo6P5zvPAqvOVLNn6 { color:#000000;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:25.46875rem;left:43.40625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vx7IOoNST2UrLQ2JMTr9q07SerfqAzVf { color:#000000;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:46.75rem;left:24.875rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bU63tf6RCv4FZRoiJ8NmEIVvIyV8Tfi0 { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:20.5625rem;left:43.375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oTSZ2d9tsLWmfcKXUdfaiXhicIyvE8Zh { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.25rem solid #6aa719;border-left:0.25rem solid #6aa719;border-right:0.25rem solid #6aa719;border-bottom:0.25rem solid #6aa719;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.9375rem;width:31.3125rem;top:42.25rem;left:21.875rem;display:block; }
#XNDZ8PQU2d8FtgZEgiflsqnt3Ez3hVmH { color:#000000;display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:30.4765625rem;left:43.25rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lJe5t8bh7EtbTdKr3DHFvinb89ca0Gdq { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:7.4375rem;width:7.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:38.8125rem;left:33.9375rem; }
#yiyzpknhR7KIoAOB0DiTOeQ7DcKuDf3L { box-sizing:content-box;height:4.9375rem;width:7.5625rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.5625rem;left:33.4375rem;display:block; }
#zQRoeEQ4xzX2uJafzN86OtJHMzEG530s { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:55.125rem;left:24.8125rem;height:1.95rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bt25P8fUk7xmF6a3tTmqEJFw9UsNvTRO { box-sizing:content-box;height:4.4375rem;width:36.9375rem;position:absolute;display:block;z-index:15084;background-color:#ff8401;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:19.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#WAwA64lWVepkqeeo4pb00Bak4vkbkCPP { color:#000000;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:30.4765625rem;left:8.5625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qk2rdymLZ8WsfM8JxAn6zTXbTLZxwb9g { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:5.875rem;width:5.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15085;opacity:1;top:13.40625rem;left:51.84375rem; }
#NsCeMH1hKeq2EmrMlMTnEoSvUy0boJPB { box-sizing:content-box;height:4.9375rem;width:7.5625rem;position:absolute;display:block;z-index:15084;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:50.625rem;display:block; }
#HH2sQ5UyV43VAvy4vabIBor1Ztk8onuo { position:absolute;display:block;z-index:15007;background-color:transparent;background-image:none;border-top:0.25rem solid #6aa719;border-left:0.25rem solid #6aa719;border-right:0.25rem solid #6aa719;border-bottom:0.25rem solid #6aa719;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.9375rem;width:31.3125rem;top:16.0625rem;left:38.5625rem;display:block; }
#DFR2VFqo5boWCZs5adLCXuVdhMUkpgqm { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.25rem solid #6aa719;border-left:0.25rem solid #6aa719;border-right:0.25rem solid #6aa719;border-bottom:0.25rem solid #6aa719;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.9375rem;width:31.3125rem;top:16.0625rem;left:4.625rem;display:block; }
#ODwZOu4TH0ATZyDOedyc35EqzuE1dT9M { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15086;opacity:1;top:13.375rem;left:17.25rem; }
#rdyOQU10UfK3CTcgqnIBnTesixVXGNZf { box-sizing:content-box;height:4.9375rem;width:7.5625rem;position:absolute;display:block;z-index:15085;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:16.1875rem;display:block; }
#fruyQEaytuByKaXo5leqAR50XgicnIKd { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.1875rem;width:17rem;top:38.8125rem;left:-3.6875rem;overflow:hidden;display:block; }
#tS2MCs7lLiCRRok8ME4odtRKPydStGbI { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:4.5rem;left:20.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#i1wPtIQMn50T5vcVtwkvQVXVR2uanNTX { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:4.5rem;left:20.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#bbfXJpwrgd7GNl2QfnSrW2z8yVdDib8J { color:#ff8401;display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5625rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.3125rem;left:9.25rem;height:3.07421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#Jl2gnfVXxs7XWoyMtIKfGTeab63idUiI { color:#000000;display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15052;line-height:1.3;letter-spacing:0;top:23.75rem;left:7.625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#xVs1DNGhZeoU6iet9XKPL0kXRmAJn9LQ { color:#000000;display:block;width:25.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:28.9375rem;left:7.6875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#veE72U8UTObd70SCM30LDRBSV46e4nSh { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.25rem solid #6aa719;border-left:0.25rem solid #6aa719;border-right:0.25rem solid #6aa719;border-bottom:0.25rem solid #6aa719;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.9375rem;width:31.3125rem;top:16.0625rem;left:4.75rem;display:none; }
#hsElGSNHIJDakNE6zl5RdXATbebHL4K8 { box-sizing:content-box;height:4.9375rem;width:7.5625rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:16.3125rem;display:none; }
#JoeFtVC9dyBM4DbtcqmQ6UFa204MFmTL { color:#000000;display:block;width:24.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:25.46875rem;left:43.40625rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#H2TehbPwqS8lEQU048fXIxP30WuE9D9u { color:#000000;display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:30.4765625rem;left:43.25rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#FNStAo5miqZr3N2pUwasw1rqsA3nGETk { color:#000000;display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:20.5625rem;left:43.375rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HzykgZHqhLkASBSmFpEHP3OOPFaqhspO { color:#000000;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:47.0625rem;left:25.78125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#dwuXsc3NG1RnQXLg0ZkoGXfWJk2zRXtd { color:#000000;display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15068;line-height:1.3;letter-spacing:0;top:56.375rem;left:25.8125rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#l3KIIqNd4vTJ6BTp1l9r41LGVqwpsqIS { position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;border-top:0.25rem solid #6aa719;border-left:0.25rem solid #6aa719;border-right:0.25rem solid #6aa719;border-bottom:0.25rem solid #6aa719;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.9375rem;width:31.3125rem;top:16.0625rem;left:4.75rem;display:none; }
#QBVIlGwupyglw4K96I8Si0qNilQ1Rso2 { box-sizing:content-box;height:4.9375rem;width:7.5625rem;position:absolute;display:block;z-index:15078;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.375rem;left:16.3125rem;display:none; }
#mRWVorRPBbXnAZe83STlPHtFpJUg9Al9 { color:#000000;display:block;width:23.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:25.46875rem;left:8.5rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HMqHUNg11bnOc6eSU3SfKHFmR6XvMZII { color:#000000;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:47.0625rem;left:25.78125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uv1E7K3wzie1RvShgJwfbPJb0R3vPCAg { color:#000000;display:block;width:21.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:47.0625rem;left:25.78125rem;height:3.8984375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uZT6QVmX0rxpfN2qws3r0EXkpmyT8pCb { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:37.6875rem;left:12.6875rem;overflow:hidden;display:block; }
#TKF48zlz6TXuDu69G2T3Ha4HFNGHckcq { color:#000000;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:46.75rem;left:24.875rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HgQo35POIc3BWAZi7SQOQqLoSaLaTTaT { color:#000000;display:block;width:26.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:58.5625rem;left:25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO { background-color:#f9b231;background-image:url("https://images.assets-landingi.com/uc/95b83065-b581-4318-85f2-dd3a7269612a/noroot.preview.flip");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.adaptive-delivery-prevent-bg, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyload, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyloading { background-image: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { border-width: 0; border-radius: 0; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:75rem;overflow:visible;position:relative;display:none; }#rOXZ4gycOGgQhShbuNGzrZ1dmTSeP45G { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:34.65625rem;left:40.28125rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uF4FDPIPlQt2iQLv4O6GNmuVL8TmZn7l { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:8.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:26.59375rem;left:41.625rem;height:8.125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#PPObXeB9W7TzrtWzCBD41aVbZy8y4xbv { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.40625rem;left:39.375rem;display:block; }
#RLk42maZboIOrXge0czhDSWxWmqMEyAs { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:42.8125rem;left:39.5625rem;height:7.375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UScZ1UoOsnMDosQFHm0Du6Nb5I4R1h74 { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40rem;left:39.375rem;display:block; }
#QKWiofL1Owd4rpUxu7lEQiEiXbglcVbL { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:50.25rem;left:40.46875rem;height:3.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cBfy572TaaB8Rm65g6PAb0l0JS9k3ErQ { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:56.125rem;left:39.375rem;display:block; }
#HDkkcxBz7LT9uPtyB1AI7C3ZzoJ3It0R { color:#ffffff;display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:56.5rem;left:39.375rem;height:7.8125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VRrwlxeDtk2ctLvmJ7SH6n3JIG58oV9r { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:64.125rem;left:40.28125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O3C9UK26kNwXIGUpRxcmm5E9rSWqeCA7 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:30.5625rem;left:50.9375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tM1oxw6r11NxrJhBb2eJCvyRH4irq0PT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#fnzSDywBu26oCdFFLQfSF0mJSK8llTpl { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#NiKPGL4tJU4fgaNLJd4yPsxNg7HKoyAi { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#LQoevqEofLBWcJPT2x2cQtI6IIPEwQvr { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(0,0,0,0.77);top:28.40625rem;left:15.75rem;height:6.25rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MQ2QM4qRDStUy2CSEZ1A96D1JSILaPPT { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(0,0,0,0.77);top:44rem;left:11rem;height:6.25rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kPTIOko1SB7x1B8hTorAcCT5O2cXDyHl { color:#ffffff;display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.0625rem 0.125rem rgba(0,0,0,0.77);top:59.125rem;left:11rem;height:;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .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; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .widget-text.counter-number { border-top:0.0775rem solid #9b9b9b;border-left:0.078125rem solid #9b9b9b;border-right:0.078125rem solid #9b9b9b;border-bottom:0.0775rem solid #9b9b9b;background-color:#ffffff;background-image:none;color:#b2b2b2;padding-top:0.64625rem;padding-right:0.588125rem;padding-bottom:0.64625rem;padding-left:0.588125rem;display:block;align-items:center;width:3.526875rem;min-width:3.526875rem;height:3.469375rem;position:relative;font-family:arial;font-size:2.5825rem;font-weight:700;line-height:55.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.403125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.704375rem;height:1.369375rem;position:relative;font-family:"open sans";font-size:0.96875rem;font-weight:700;line-height:21.91px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d { 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:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.4375rem;height:6.689375rem;padding-top:0.806875rem;padding-right:0.84rem;padding-bottom:0.806875rem;padding-left:0.84rem;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:13.2109375rem;left:24.158203125rem;z-index:15006;display:none; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #z8DJiEJS5CnqNai4SkCI83aLnlR5N3Kh { display:flex;position:relative;top:0rem;left:0rem; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #ZbA1CCHnieJDrAuc38qZBRiJTaCby3f0 { width:auto; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #VmVfO6PWEnTwc8ALveDMoh8w9swwkSw3 {  }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #QMg82eI7LnqcS7M6hO8E1WlK5kHibvzz { display:flex;position:relative;top:0rem;left:0rem; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #aMfdxxKfT6nPMuHl5evasGzGTg0Fpzct {  }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #qi7laRNx2C7Gh4iAN86zoBSzUSb4bzVr {  }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #Rg6F5x3gnTOOpG5WdQqrO8s9M7BlTmze { display:flex;position:relative;top:0rem;left:0rem; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #QuwNx94rvPK3oQdoNLTGqmtzETlVFmDN {  }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #f0cQyIHK2EGrBenwGxnPEtV1zn4vT0Dl {  }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #banMtmvUVKf56hNtW2NMyM8p1WtGgvf6 { display:flex;position:relative;top:0rem;left:0rem; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #rPlfbzg6UDPL2cTUTbcTi4LTCXctno6a {  }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #l2R2CJbD1XW5qGZCNyS2vZ9dxFBhAWKF {  }
#PxAHEgDQOmbHJcQzXOnAPNc8e9s0KPcO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.34375rem;left:0rem;height:4.14375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lp4Z637cQMaDuwy96dkZn2RWWtqoBPb7 { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:13.7109375rem;left:26.3125rem;display:block; }
#WvtIKFbvsdfpsP8rW2o5N6WpqUasWaAL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfbfb;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; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container { border-width: 0; border-radius: 0; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container { font-size:0.875rem;font-family:arial;height:54.875rem;width:75rem;position:relative;display:none; }#NW1DscpPualEhz3t60BBvubhXnRwVams { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:7.7685546875rem;left:9.78125rem;overflow:hidden;display:block; }
#b9xA3kCFCFAoDglhnJVMKHOHSpidWJ8m { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:3.53125rem;left:51.71875rem;overflow:hidden;display:block; }
#L7qiwMWrV3f1ibpDT3yDoX62RlrUbkbN { color:#6bac1f;display:block;width:9.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.8125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.6708984375rem;left:32.5rem;height:6.25625rem;text-align:center;text-align-last:center;display:block; }
#gT6kXIBxz34bTuidoMKrKrfnLHmrFPSd { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.6748046875rem;left:18.25rem;display:block; }
#RfmqFRmBflU7TgtRxNvmIfinWbUHJ0Hk { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.1875rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:13.5810546875rem;left:20.6875rem;height:7.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UG5ufJ7NpJEKRdaANAuhv5q3HQ94Ou20 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:20.7060546875rem;left:19.34375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mXRepe30wd4mlw8CyW4TEbzVgeF3i0VK { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.7373046875rem;left:41.28125rem;display:block; }
#xugTvxptEWJTShTCdaoiqgwCSEyVs6qo { color:#ffffff;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:5.8125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:14.40625rem;left:41.96875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r0XC3v4Zz8MTgrvSu8OVSS0HKomRx43u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:20.8310546875rem;left:42.5625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S1FCZDzTlL3WEQLnKBxymypKp9WoWwg0 { color:#6bac1f;display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:32.78125rem;left:15.375rem;height:11.5488125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTHJLtk6XUKTdTK2nwJs7dVDQCa3lTo5 { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:4.5rem;left:20.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KSeMvvT748LA9q2mdMJVMrAOEffiSWrt { box-sizing:content-box;height:4.4375rem;width:36.9375rem;position:absolute;display:block;z-index:15084;background-color:#ff8401;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.9375rem;left:19.0625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:none; }
#GAl6ip5yLUew4tl33QG4IMP2TLmlwb0n { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15085;line-height:1.2;letter-spacing:0;top:4.5rem;left:20.6875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VWhtogTN0iLvVkn7WpF2qQemGTtp5Zmm { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:24rem;left:13.8125rem;height:7.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zAFdetvDiwIfA5TLcvDbBoMmf2lPxw8M { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:11.3125rem;display:none; }
#ETxcPIdFPzaaKHuarB2eKX0uuvE34nZF { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#miVkh9TU6EdRfiKABgJVB8KmmdJb2Z2s { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#RP56fi4LnWgzuk8x7CqLhav2oRm32dBr { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:11.25rem;top:19.3125rem;left:4.5rem;overflow:hidden;display:none; }
#I4H6d3pr6D8d5CbTmBJh9JByVUWEF67k { color:#6bac1f;display:block;width:39.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:4.8125rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:35.84375rem;left:17.9375rem;height:11.5488125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#I0FhTcbEEAkX2D1fGoreC1MWvDBCE3zN { box-sizing:content-box;height:14.25rem;width:14.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:#6bac1f;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.4375rem;left:11.3125rem;display:none; }
#ogXlfVITiu5Om35zUUqpHmQmePh9RR03 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#WrhDdCeOzKB0ETykCF983FTEhBw6lTJJ { color:rgba(var(--color-tertiary-0),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:31.125rem;left:12.46875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#sd4vTrogW5BiS0u3o98C1yHdwzbzZlR4 { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:7.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.25rem rgba(0,0,0,0.5);top:24rem;left:13.8125rem;height:7.1875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#UnZz2dkx8AW8q3upCnCqZDFTqHXgrhHP { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:48.125rem;left:26.03125rem;display:block; }
#KKul56FE2vLeSFQvNTZP9IEwUbxq89IC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa > .row .container { border-width: 0; border-radius: 0; }#Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa > .row .container { font-size:0.875rem;font-family:arial;height:31.375rem;width:75rem;position:relative;display:none; }#EP6f8JfCQxZA1BbmT7U7BPXMJebpPvch { color:#343434;display:block;width:59.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:12.7890625rem;left:7.75rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GemC9DfM2POlZUerc1q0Gb3roTm03qTv { color:#343434;display:block;width:20.3125rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15034;line-height:1.2;letter-spacing:0;top:7.5rem;left:6.4375rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BZAhlTUFTvcTGSRf7liTiEW87X7VTwxE { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:7.5rem;left:26.8125rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#B7DtWK7rboCAkgI3kNc9fSGB34FvvAMk { color:#343434;display:block;width:15.8125rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15035;line-height:1.2;letter-spacing:0;top:7.5rem;left:50.5rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4GUN26gykWeUQ9K8dLW2SbkWkJHh1VV { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:11.75rem;top:10.6875rem;left:63.25rem;overflow:hidden;display:block; }
#IZb6U5OpRhm7VmhbD731Xrqs4mpTwBpe { color:rgba(var(--color-tertiary-0),1);display:block;width:54.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:10.3515625rem;left:11rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#mBF6a2rUTNtcsS4FaAvtX4w7fhZkDAOx { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.0625rem;width:11.75rem;top:18.6640625rem;left:49.40625rem;overflow:hidden;display:none; }
#aAlPU1FrqNWKHbqoFA42TFVWegO5pDh5 { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:18.6953125rem;left:25.375rem;display:block; }
#bSHKssBX4UehyozspH6mavJRB99TMaG2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT.adaptive-delivery-prevent-bg, #Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT.lazyload, #Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT.lazyloading { background-image: none; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT > .row .container { border-width: 0; border-radius: 0; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { border-width: 0; border-radius: 0; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:75rem;position:relative;display:none; }#SVlz7gxRgMkKmIGTQfsglQSeFScdofND { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:23.875rem;left:2.5rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yncNbsb9g2Q2J1NSoLQm6vp23cnX1uTz { color:#000000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.4;letter-spacing:0;top:26.4375rem;left:2.5rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GdIKsrAscJkO1m5J31tJmMx0fi3Hg6BK { position:absolute;display:block;z-index:15013;background-color:#64991f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:17rem;left:21.25rem;display:block; }
#h9UKpIgH3wR5a2I3JgypzJOJJJB14ClM { position:absolute;display:block;z-index:15014;background-color:#64991f;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5.375rem;top:17rem;left:46.875rem;display:block; }
#qrHGeAGdHKrQdampHXqQsmdFP28xledc { color:rgba(var(--color-primary-0),1);display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(0,0,0,0.23);top:2.375rem;left:15.3125rem;height:3.825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b4rohhuJ9kGHpqakKN2VQJVbMZqPq5E2 { 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:15017;opacity:1;top:5.94921875rem;left:35.9375rem; }
#coGIpvQrTQUf2mvhOhvTTwbvrRPBagKh { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:23.875rem;left:28.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WsT95DpHA7D2igmrALoFNmy4C4egeIZQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.4;letter-spacing:0;top:26.4375rem;left:28.125rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RTsXayi0SD637E6bQln1tPrrGUGUUiOT { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:23.875rem;left:53.75rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HXFE4dwTBGakcWBwkP7IcrvPLMDPKa0E { color:#000000;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.4;letter-spacing:0;top:26.4375rem;left:53.75rem;height:3.1484375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UvAMDATS1cP28NmZRzpZPXVNsqMOMcZJ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:12.25rem;top:10.875rem;left:5.75rem;overflow:hidden;display:block; }
#FbsNVN3dcnLTVrThH59vxDXrTv9ZaDyg { position:absolute;display:block;z-index:15039;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:12.25rem;top:10.875rem;left:31.375rem;overflow:hidden;display:block; }
#IH8XQlF0KagZcIOsqwWWlX9Ch2A4HlZr { position:absolute;display:block;z-index:15040;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.375rem;width:12.25rem;top:10.875rem;left:57rem;overflow:hidden;display:block; }
#UOLGGAGrVtH5apzh5ZhmZIyE660m9cWa { box-sizing:content-box;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.6875rem;left:5.46875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#CSlBoEFp9gqmyfLRoRhvTmw0VP1STbga { box-sizing:content-box;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.65625rem;left:31.09375rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#s17rtrLiTmn5mMvoB8TLrBHz80otO3Qb { box-sizing:content-box;height:12.8125rem;width:12.8125rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),0.52);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:10.65625rem;left:56.71875rem;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;display:block; }
#kqWJeI0wOZftOZD32sQ232NtNyWWfhr9 { color:rgba(var(--color-primary-0),1);display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:300;z-index:15032;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(0,0,0,0.23);top:2.375rem;left:15.3125rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX { 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; }#QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX > .row .container { border-width: 0; border-radius: 0; }#QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:none; }#HzolqhEh27xhq6F84C2Go89GzJ9lg1iJ { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:9.875rem;left:10.625rem;display:block; }
#gZ6RHRvHKKBZzuBbtxVpKQLozEK3XvHg { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15012;line-height:1.9;letter-spacing:0;top:27.125rem;left:12.5rem;height:8.07425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDmbOBb1xP2A7HQPfDFTVBQNKCikBoxo { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Ic8wIBbG/08.jpg");background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.625rem;left:20.25rem;display:block; }#NDmbOBb1xP2A7HQPfDFTVBQNKCikBoxo.adaptive-delivery-prevent-bg, #NDmbOBb1xP2A7HQPfDFTVBQNKCikBoxo.lazyload, #NDmbOBb1xP2A7HQPfDFTVBQNKCikBoxo.lazyloading { background-image: none; }
#CHCPfK65QvUcMK1hOeicrgGxx8MSKylZ { color:#8bc53e;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:22rem;left:12.5rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rfamCPNsWIn5Zs9TXSFsp4brGTq0oEFf { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;height:28.5625rem;width:25.5625rem;top:9.875rem;left:40.0625rem;display:block; }
#urKlfudPsW0T5nSU4v2AQ50lil55yrxI { color:#acacac;display:block;width:21.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.9;letter-spacing:0;top:27.125rem;left:41.9375rem;height:10.09275rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XRFaHEoOcpQ4AWy2N8Nm4WDtP9zkSX0e { color:#8bc53e;display:block;width:21.75rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:22rem;left:41.9375rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fZ0DSwHztDb0LNKvr388Qdaw6WnNBzvo { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/Ic8wIBbG/08.jpg");background-position:top left !important;background-repeat: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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:6.25rem;width:6.25rem;top:13.625rem;left:49.6875rem;display:block; }#fZ0DSwHztDb0LNKvr388Qdaw6WnNBzvo.adaptive-delivery-prevent-bg, #fZ0DSwHztDb0LNKvr388Qdaw6WnNBzvo.lazyload, #fZ0DSwHztDb0LNKvr388Qdaw6WnNBzvo.lazyloading { background-image: none; }
#W4o3WySMLbZQASI0TzsM2ALZABPsgpvQ { color:#8bc53e;display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:1.8125rem;left:9.25rem;height:2.775rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTtnXBedbecJT4qh0bqJmX9iUHObJIBf { color:#e64444;display:block;width:56.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.125rem;font-weight:300;z-index:15009;line-height:1.2;letter-spacing:0;top:4.5625rem;left:9.25rem;height:2.55rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CEvIaa8s4JbBgSQwPHhp5oi1mVARWNRl { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:17.8125rem;left:69.375rem;overflow:hidden;display:block; }
#WR0totuxb5LIviLCUGUGqDzTQqCOVe15 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);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; }#WR0totuxb5LIviLCUGUGqDzTQqCOVe15 > .row .container { border-width: 0; border-radius: 0; }#WR0totuxb5LIviLCUGUGqDzTQqCOVe15 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WR0totuxb5LIviLCUGUGqDzTQqCOVe15 > .row .container { font-size:0.875rem;font-family:arial;height:16.875rem;width:75rem;position:relative;display:none; }#iFTFLQ6WL4tySfoZrlbCaQ2hdCfUhSN4 { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:6.9375rem;left:8.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5c39ZKzJXeJeReoocHlxE1BBP2R8T4N { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:11.125rem;left:7.5rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UMOViulTfNxMJ57pQROZ8O2sdaaswb4k { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:11.125rem;left:23.1875rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TlkLIwN2ODh3iwbO22CbFILWX75EkspZ { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:6.9375rem;left:23.875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iz3pXQXn2i7a5ygo3D3dWr8eQ6oCDKFk { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:11.125rem;left:39.5rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iP2OJngDAq1i5kULirVdtMonpFiBmzDb { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.9375rem;left:40.1875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cvUu2Wf6Ko3kJGgAeEQ0F8oJqN1FHV2f { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:11.125rem;left:54.25rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PGJMxTV9yM6kdafuqabFUUawx2CI7FRX { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:6.9375rem;left:54.9375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HxJMQHgzWr3PaQXDKJqVL6vpMTZxGkJ8 { position:absolute;display:block;z-index:15025;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:2.875rem;left:23.1875rem;display:block; }
#goe0B5hwTT4o1DkTnD066WLy9Aclhgic { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:2.875rem;left:37.5rem;display:block; }
#bGTTQkfPvhPSXQvp0bHIuEingM3n7sJv { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.25rem;width:0.0625rem;top:2.875rem;left:54.25rem;display:block; }
#AWtUUuXkNX76EsG6oTcmHbTXan05Udof { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:0.9375rem;left:11.4375rem; }
#mNwHGQSUInspEuwTeMXZDV2VZ8e4LICU { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.5625rem;left:27.125rem; }
#MJLIHXTHTglBzsPs94nIUTIPBaM88bUR { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:1.5625rem;left:43.4375rem; }
#DDvpeaL8z3bLgEZq1Vv6h8y4fIv6AgPd { box-sizing:content-box;color:#5d92ff;font-size:2.25rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:1.5625rem;left:58.1875rem; }
#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH { 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; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container { border-width: 0; border-radius: 0; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container { font-size:0.875rem;font-family:arial;height:70.0625rem;width:75rem;position:relative;display:none; }#gd7iKVvw8vSvtnZ1A3PWGoJ59rSgWyqZ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.125rem 0.125rem 0.625rem rgba(0,0,0,0.5) ;height:25.125rem;width:49.5625rem;top:23.15625rem;left:12.5185546875rem;display:block; }
#qIHE6pF4gPJD2XBky0dXXtFnHzC1u7R3 { color:#343434;display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:12.59375rem;left:19.2373046875rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SwEZT6S9d8P4fT9iz1pzKKOPm0IW5Ab2 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.1875rem;width:10.1875rem;top:6.5rem;left:-10.125rem;overflow:hidden;display:block; }
#mlA67WtlqvA2Fb4yVw0LERiIG0otQrrQ { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:9.0625rem;top:20.09375rem;left:73.875rem;overflow:hidden;display:block; }
#DrzTRh0K1A3qPEvSRMnDvCz5BRp5tf1p { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:55.359375rem;left:26.1123046875rem;display:block; }
#PNhMv5ZnvEdWw2Xzicud9LGK9El2GR1l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bPO8tgEskMTH24aELKEQcJ0KSLMoxx3U { color:#343434;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:61.6640625rem;left:16.8935546875rem;height:1.54375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nvOJabwFca3awPDnJcv4aDTDhRQ9dwol { color:#343434;display:block;width:34.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:1.78125rem;left:20.2685546875rem;height:5.3984375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -o-linear-gradient(180deg, #f6f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f5f5, #ffffff);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container { border-width: 0; border-radius: 0; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container { font-size:0.875rem;font-family:arial;height:60.5625rem;width:75rem;position:relative;display:none; }#hFA5LAlhTa2MWfcmxdlGWM3nb5FBUDug { 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:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#l54d67VE5Ia8Lag0P6cOf6KPmkFqTrUV { 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:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#UB9ywdxIB3myaq6qiVT63LdQSkuUlMkW { 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:2.3125rem;width:2.3125rem;top:10.78125rem;left:23rem;overflow:hidden;display:none; }
#p4dqKsfZxw1KBTQFTXvWeOVGoGErnEOp { color:#343434;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3515625rem;left:17.09375rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rtoHfJPIlZF94aReTesxpu2scPIzIWO7 { color:#ff8401;display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15087;line-height:1.2;letter-spacing:0;top:3.73046875rem;left:30.03125rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QadaigrkhiiEiTvayGGkAyPrrdPVJX6p { color:#343434;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:7.91796875rem;left:17.09375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q2k6eHedWvxLUb2tw96gSyi8D5w99SWL { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:9.1875rem;top:5.1875rem;left:70.6875rem;overflow:hidden;display:block; }
#QAsDKC0RdUfkOF3Mu8osITtuadMTM7FA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:1.35546875rem;left:-3.1875rem;overflow:hidden;display:block; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .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; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-trigger.adaptive-delivery-prevent-bg, #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-trigger.lazyload, #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-trigger.lazyloading { background-image: none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM { box-sizing:content-box;height:auto;width:29.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15088;background-color:#8bc53e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:16.19921875rem;left:22.53125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #Zme6kUgQGD4aKBJFN1UW823xWGzgONDH { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #rkaS0zTAnluwG4PH4TkrEDZQUmfqc9rF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #S9cqMsy7MBwMWBW08xPwaHi5R4XHmN2b { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #UcMZWkF99ELwsJOmbf1OgLyAmqMkUggb {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mBdy1PVJSNCTTGLvNdiTfdqTb7FeJcUE {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #pd5g8SlQxtnQdOG8doAXS7MdeGBTD8Rd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #DonnQMDWhZxTA9MagJ4Wbx7ANGmXl6cr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mgtaMPgJvHHPDowcJTNAEeH26WIyTwcG { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #fidfPafMMooAiQfruyWiihUVqRzcVn1T {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #uelg1Mbp15pT5SMGLz64pRFGKthPnNHG { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #byRL9zVct0wW7vAp9rlRwkyUaviZSD40 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #giVI3cId1U5zIfDbxP9y1azvITaHG9EI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #a2WktuRUwvwlJfpWhRkOwIJmMtFlwTTS { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #oQ6VJqcsqWeFOs1Z5DIbrMhFTrx7enel {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #NCqzoEILM4bvV7Sh9TEuqPLBRBfW6Sdp { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #PwPaqkPSuUE9xTKQSXRD0isgAHw38iR1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #GXkLe614TTlex8Xuku23OnJGZnGUDs14 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #P8JCD0ettSbKlwoN8GMKpBXaWP91rNF3 { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #BsBlNBkrvB4avXRpsehgTMqSuDivlyKg {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #UTJO8tQ1WKCpcfyo7PiZTc2doEMzXUDc { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #lXInHSaeTkZXuAeTXdaybCwnXQN2Jofp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #vwoo0SXHphUP5gsMLGQ5Vee5be61Ffvl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #qpXEUBwlBVC5p5zeclvV4ctuT3bKNfbh { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #TysIwxUpf8VNlRUUyF3JHrqmFfIVezBx {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mztQhkiNxbyEI3XXsZDmk46WpUnfQQZl { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gG61cwqDN5n4B1ITWLqVqIZKf3k1caTG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #iOezA8AeI62kwnLEBPK0Rl930T6VT81q { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #n3ck1BpMKxMzQAD30Z41BbrpizhPReIT { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #k0ufm04mE2NAR6CL4uI3CDkyVxHgbdZl {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #o5bmRTEQTTFwhKVCO68xKUQKxl3qTxeV { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gfCLOWqeuNgx3TZCQhgqPq2c8pPDFyaZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #def8bIDpiWUDCBvGQGHoHZK9HCcMtLWB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #l6eRJ47cu0kHaDt0duWOhhTiKd8gblke { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #U6E5SbLmrt0WH3bwuyOr9AhzIHoUBB4r {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #ICSU6BfTQZDHB3INvnppeJHgai40u8xO { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gV6ApBWKGwEHSgHTf5ThXopC9kfsHvoK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #XaXteQTThwQdfb3azytzUms2cd6JhkSt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #f5CdlIAfdCgbzuNEFzpywt3CepVTlrG8 { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #CmuR79PzI5dXzmqTVWyE56p6OEUHaoer {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #fz06ZUlVi74NfLkoDqenzThC2gRCmuft { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #LAz7KbO6Wlqf746kqXARBecDUxh4UfQx { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #tixQBmUxern177koSTSfF1cdPkKZ5IRn { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #M4KxVlc0bPLr6cVQOry5o9UvsRl0RnCs { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #a8sEpSRMpEeBwGCaWGLE5ZBrFl19yGCw {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #XdhTweGRrdkKsd4hyTtmGKKU6TgBXd5D { display:none; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #ABlqcThydiOi11o3ezaTmc4iB0EyhCWD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #DSdFPDFWa1XQ3VmLerKPNiTsPxQE8EyA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #zTiKo7Nxpl8EGdMlb0Xw4lHz0T38tOJy { display:block;position:relative; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #g7EqMq4XbUEmi6XsnETQMgNdFBsK4FGn {  }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #RVCaXmJpHGc6dl2mXwrUD2I7qmICuIS7 { display:none; }
#Vp792gsNqw9W9NqtWMTXpCU3BNOUErWW { color:#343434;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:7.91796875rem;left:17.09375rem;height:2.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#qX6THazPA5c0Qa8FnRK5NlTxHL5wk0Qr { color:#343434;display:block;width:40.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.3515625rem;left:17.09375rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#nlapJ5uytsip52TxF7rrkWtzlTxPTTXe { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.6875rem;width:28.4375rem;top:58.0625rem;left:6.25rem;overflow:hidden;display:block; }
#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { border-width: 0; border-radius: 0; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:none; }#vaTeD7cuhmRyK08fxSfUm1oeiMeZTZZ7 { color:#343434;display:block;width:28.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.6796875rem;left:41.4375rem;height:10.57325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T5ECNSRgS3flrMA0e5F6K9cA83vL5isg { color:#000000;display:block;width:19.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.609375rem;left:41.4375rem;height:5.34375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BP5sfIBB7ZMynUBMsT1FRELhfSTaJ2QW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80.875rem;width:74.9375rem;display:none; }
#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.adaptive-delivery-prevent-bg, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyload, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyloading { background-image: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { border-width: 0; border-radius: 0; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { font-size:0.875rem;font-family:arial;height:58.625rem;width:75rem;position:relative;display:none; }#zdx78CIpAv3AVLfXJ8zBhvA1DgeQNJSS { color:#343434;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:3.6875rem;left:1.9375rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ynZMDpsQWzVGZMOWNc5coc3fywwF79NK { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:29.0625rem;width:16.3125rem;top:10.40625rem;left:33.5rem;display:block; }
#ledyGly6ikDMODFATycmZTp2EToyL5ak { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:28.8125rem;width:16.125rem;top:15.6875rem;left:13.925000190735rem;display:block; }
#KOGCFuukwChPBHnhMkmI1QiMv2Ur7xyI { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0,0,0,0.26) ;height:28.6875rem;width:16.0625rem;top:5.5625rem;left:53.6123046875rem;display:block; }
#XfhPaiX4D6qvxT7cxfgFTls3FGUkkhTU { color:rgba(0,0,0,0.8);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:6.4375rem;left:1.8125rem;height:6.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#N6LZoRaL6rU4iyxIpIp0un0tMHic3pI3 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:20.25rem;left:2.375rem;overflow:hidden;display:block; }
#Tnb6nPXbW6ubE4PDNASAmUpJmvw4qmNi { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.25rem;width:8.25rem;top:15rem;left:73.125rem;overflow:hidden;display:block; }
#wpKSxSvENc9uNzd5xqWWb2P0xzT5xLgd { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.625rem;height:3.6875rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:50.09375rem;left:25.6875rem;display:block; }
#fBQXmcRSg9TJrpWxf7VmicSS1MGG2T8K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PagO6d1v7umRdvXOMENdaS8go93RTLgN { color:#343434;display:block;width:28.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:2.25rem;left:1.9248046875rem;height:2.25rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#Htw4BDiL1zs9r8HunrSJWdSU14hThX1w { color:rgba(0,0,0,0.8);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:5rem;left:1.78125rem;height:6.375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#UfHBNGe3MLPuJCCI2FcV0NW030y7xTSE { background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.69) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:4.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:58.671875rem;left:26.1123046875rem;display:none; }
#QUmzs5RfhnR1XwmZ7aXD65PONVzGvtT2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XsSflA52lfZGuL1PexG9NmE1V14ndfKz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/64200482-529f-4b1c-928e-7e587739c023/to.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#XsSflA52lfZGuL1PexG9NmE1V14ndfKz.adaptive-delivery-prevent-bg, #XsSflA52lfZGuL1PexG9NmE1V14ndfKz.lazyload, #XsSflA52lfZGuL1PexG9NmE1V14ndfKz.lazyloading { background-image: none; }#XsSflA52lfZGuL1PexG9NmE1V14ndfKz > .row .container { border-width: 0; border-radius: 0; }#XsSflA52lfZGuL1PexG9NmE1V14ndfKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XsSflA52lfZGuL1PexG9NmE1V14ndfKz > .row .container { font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;position:relative;display:none; }#hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl .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; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);text-align:center;text-align-last:center; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-trigger.adaptive-delivery-prevent-bg, #hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-trigger.lazyload, #hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-trigger.lazyloading { background-image: none; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl { box-sizing:content-box;height:auto;width:29.6875rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15089;background-color:#8bc53e;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:9.40625rem;left:21.6171875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #iVqCVVMJKPX6WBNnodberd929vQmNHI7 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #O9E3iyv412IT3TzFGtBFV0gJSolBAM0o { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #BPctUB5vkOb0hCRZToP38Uhz1ogPDPTr { display:block;position:relative; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #dduizZaV4cIw0q1VJSs1T3GeURXZEcRT {  }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #qhf6n8TP5leiGQH3hdr5Pn5M00DI8s48 {  }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #LvKoLcL5TrQHKE7JTgnuVqQTuF7MKfR5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #VUOXlwlTpKk6mvy6KiNk78CRk0G7bzCd { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #peUArEw3UvLTE2QUqfKFcagJRtzqhnJx { display:block;position:relative; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #viM5OKeTeHOg39Z1TLmb3CMfBvTSHfWO {  }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #g93ovh2UAHAuAf9Eklc6L1t8vxCACR8Z { display:none; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #Nq7fpUT6gqEe5sPam9oPMBpx8F2TVmFD { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #b0nGDksUD9birUfSbLMomfTClf9CvpMD { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #tKkWqC90C2sC5paFuGlmZdOcBNKevu3R { display:block;position:relative; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #HczehbcCp03Lg7DDoNHQiC1zPWtIAlEm {  }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl #ur3KMKmyUnkWupecJO3Xnhs1sxCW1izV { display:none; }
#cgDFeMWT7mT30hHROCs4TkFxHUXLB5o1 { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15089;line-height:1.2;letter-spacing:0;top:4.8125rem;left:19.1796875rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0u56PzT080n5U0TNPSSNUZbx8wLXgei { background-color:#ffffff;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container { border-width: 0; border-radius: 0; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:none; }#N0AKVJoxNP36uF84P5nOw5QEqeqtTAqW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:12.625rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#o7TyoZ5ebTBs8ESamJFiFgkc1at8DMJD { color:#ed9d00;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.49609375rem;left:32.7431640625rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#htaauQTo13sT6FtTIqoLXxNZM6nr4LWr { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#f9f9f9;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.9375rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:right;text-align-last:right;top:1.40625rem;left:52.0625rem;display:block; }
#C7xkCCWSa5WqHS5TSl7q8eyWEfQdLT4S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IrxT0vsbGKvM4A6h5WyaMhsJq3onxTnv { color:#ed9d00;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.49609375rem;left:57.562500953674rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yJKIUwcKFCUzt3xxbNDseboXoSUsdC1x { color:#ed9d00;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.49609375rem;left:32.7431640625rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 { display:block; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTEffLpbru7fNQ7FtaQQGKIxcOccOsLo { width:13.8125rem;height:2.5rem;top:1.25rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5gApzhq8oLTx1beBQfrT8DWfqOh5e6u { display:block; }
 }@media only screen and (max-width: 763px) { #fDi5RTqQxdxsriR9MdoTLvWupqTevTyG { width:7.5rem;height:2.5rem;top:1.25rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImbRBDvm4bpWaPAxKEQpfxfUlCUk3we { display:block; }
 }@media only screen and (max-width: 763px) { #KpAKBnSxhyfy11WKvm0u4Tve9W1oPm0R { width:9.125rem;height:2.5rem;top:1.25rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flRp4zny30DrWTJl256vVetaaASQCF7m { display:block; }
 }@media only screen and (max-width: 763px) { #VhRPBwclPt8MZ2rRlKwVIWymxCPBs3bI { top:-0.5625rem;left:0rem;width:8.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkdcK4HEhFWwgrqN9PI7iecIR6073Q3 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT9p6GgsNfm8Eh012nbcRer5P0fn5c0b { display:block; }
 }@media only screen and (max-width: 763px) { #ucVngpeueIs4z1dNT97Oc7kRRk1o38Pl { width:9.125rem;height:2.5rem;top:1.25rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zagr3EvBnINOuaypE65lJKW1gREgdN3T { display:block; }
 }@media only screen and (max-width: 763px) { #gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 { display:block; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phw5Q0cSszfMpSr6klGmDTMguC9prCpE { width:36.75rem;height:0;top:24.25rem;left:4.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXxEvXTDCU9a7CvIpNwoskItc24kD00C { width:19.9375rem;height:4.25rem;top:31.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5OCuwyDOxObCWq4U9aads0UFaOGcO9 { display:block; }
 }@media only screen and (max-width: 763px) { #A4LOgCtht3DvCpZTVgpVd6vOukfTEBBO { top:17.5rem;left:24.125rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0oVxmNHU7Dhvrx8TuQKkO0X9x79Fem8 { top:28.9375rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fXsa8ZPsRzDEuWd8Xo0UGw3AisE7E0Hw { top:16.8125rem;left:0rem;width:9.5625rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCSqr0H6RIT27JAKQgMVOCmRwziXeMZZ { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #z8dsc1DyuxK4oIuu789XiJdxOBh462nv { display:block; }
 }@media only screen and (max-width: 763px) { #tttwvKemQOk50EpTzCxaDCDFtu6E54sz { width:47.75rem;height:7.9375rem;top:13.3125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRtOaOHGH3N1pTV4gmSG5mbHJ5dSGCri { top:13.3125rem;left:41.3125rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnWFWHTo7HLCsx9RtbOByoHSD7rUZOLA { top:9.1875rem;left:19rem;width:28.75rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSzBPxUi8i9bXdDSDb1fePrtl1wslk0g { top:9.1875rem;left:0rem;width:35.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkxGB8Fk4BtDUbQ43nTEZNx4b2Wa6W5s { top:8.3125rem;left:0rem;width:36.8125rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zku8FbDDv3BIuMAPpv0xoC1THXdEZl9W { top:22rem;left:0rem;width:30.5625rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFABQub1aPIkyeCz0ayEIHv76tLQJe1p { top:12.375rem;left:26.125rem;width:13.125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdeRPXET17cospVELbVM5uB6v3z6m58p { top:36.875rem;left:0rem;width:20.625rem;height:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfXulVsdf6u7luKgL71U6KV9rFnEtExW { top:45.3125rem;left:0rem;width:16.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKSHkTdlIU3sTqB6dqg1BLLuTu47FGi3 { top:46.25rem;left:12.4375rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6EI8z3drHWvJWoVd3c7ImRoIoO4xnEq { width:14.1875rem;height:1.4375rem;top:51.5rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzT4lJ1OVa33OfShtUiDc8RKtROdmhGl { top:46.6875rem;left:0rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVyKd54xNqOgtLmlz7GsaUFB6BBDZLI { top:46.625rem;left:31.25rem;width:4.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lr3J3rRrdHDKEMA1Wt5wpav41k9lw6c1 { top:46.5rem;left:42.6875rem;width:5.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCILiZzpSnyK7CDVMSB6NngvMgBd2OQX { width:14.1875rem;height:1.4375rem;top:51.5625rem;left:7.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wQoWHFRtBJqX4NTmCl87zhh52pIvWM7V { width:14.1875rem;height:1.4375rem;top:51.5625rem;left:26.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T38GnC0dCgqPS6kSGTC9zk70HVJ8mpQP { width:14.9375rem;height:1.375rem;top:51.8125rem;left:32.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uS0pbsvezh5XtaADZWfGxTBacSycpgPp { top:45.3125rem;left:6.375rem;width:16.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdDnDU1Nw2GFCTqcWzyqff53x27iTDrw { top:45.3125rem;left:24.9375rem;width:16.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEQoywSMJ6MkhnBfkumUtRM9RUXEE869 { top:45.3125rem;left:31.125rem;width:16.625rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoTBx1K6OisM56Cqu87IqkV3VZqnE8xK { top:2.625rem;left:0rem;width:20rem;height:2.25rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i27PGLkMFUg9DDHKWLoTPLdzcNub1MMx { width:6.9375rem;height:2.875rem;top:58.625rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fbVcWNTH65z4HylprUAqGf90xXdW0t51 { top:45.3125rem;left:0rem;width:16.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QtxNn1ZAnPOMRGDiENWXgTlenWgBZ1z4 { width:6.9375rem;height:1.5625rem;top:53.75rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W8q4ZTfhUrUvakrnVFNCVlAvSDIU2aHJ { width:6.9375rem;height:1.875rem;top:52.625rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nbelZEJeJzIA750KvpD47W5oR0rpcPHA { top:45.3125rem;left:0rem;width:16.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i6zH7LTfHETxQK2LN6JzS1C0giRxQuZ3 { width:6.9375rem;height:1.5625rem;top:61.4375rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H4DzceP6VdBXhsEotT2ZGKz8zVDEXcFa { top:45.3125rem;left:0rem;width:16.625rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tAe8XBvHo7vaUPrqRhc3f0g7fclX1cTe { width:6.9375rem;height:0.9375rem;top:60.3125rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #L8THmtVTzLX1oZJbM2Wfyr1AQbdPh7u2 { width:6.9375rem;height:1.5625rem;top:61.4375rem;left:0rem;font-size:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw3UXDR5s4w4Nt2kEvIdxGnd754vehJ4 { width:7.4375rem;height:1.875rem;top:60.3125rem;left:0rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp { display:block; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaNNKd6cJ6tXCuTn6b9C3Uy8KtxcGDHW { top:64.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #czfGqLqvl7nHn2Kmg6L4CubkuW5nTpVs { top:51.6875rem;left:0rem;width:12.0625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cqy1QNt7ZXzOfu6s4hAdM6pOxUgTaKbT { top:8.3125rem;left:1.6875rem;width:44.375rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMReGt6LfRStbsWEzxs0eeb1lOlraUyv { top:18.3125rem;left:0rem;width:12.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiUUaBf9pC4PTtCkXrxTSiS5A6SGukoW { top:18.3125rem;left:17.75rem;width:12.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdnBVZTXtxPLHuHt4kGryKvbiQRD0ARP { top:18.125rem;left:0rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I225oKiScTIXMV63NN6KFRfaUva0iyNt { top:18.125rem;left:17.5rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlD1svwAT5OG43wd7EiCvEFkPib1oXuK { width:5.375rem;height:0.125rem;top:24.4375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qygQToso0GGt7XtZ9N8qJPxdxRvxdcER { width:5.375rem;height:0.125rem;top:24.4375rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRgcV4KOCS1hyA4qTBbQ8wAOgNQ2cgWi { top:18.3125rem;left:35.5rem;width:12.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCViLJuVbpOCSe8shoEHnycGz0wqbGJ { top:18.125rem;left:34.9375rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgCVzz2w4raqbHOZEmgtCUqw92Wb2Pws { width:18.75rem;height:2rem;top:31.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqhxhsinTcVeBFVdAZLf3q3EQm1i2za7 { width:18rem;height:4.1875rem;top:35.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ThlcNWrMhZ99y4RCWyO5kHoOpqoJHC { width:14.1875rem;height:2.0625rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tz0KCLRyVArfeBh7B2fU4bLgG6VVf4qu { width:14.1875rem;height:2.0625rem;top:0.0625rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODX3TdgI9CAOPSTBllVsAzl6mKLrQPK2 { width:41.5rem;height:1.625rem;top:12.4375rem;left:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM0sVxtKektUuS84aCgwz0hnNDr7q7dE { width:16.9375rem;height:1.625rem;top:34.0625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTLxAlac5CeDVbQJgNFzr6cyfK8EX5H { width:18.125rem;height:5.5625rem;top:36rem;left:15.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUP8Q2Q48gPGKgGFRBMHa1xNUDcKtQuA { width:16.9375rem;height:1.625rem;top:34.125rem;left:15.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99nJBIUg8o0Rzzsw03sxhgyUvvNILIF { width:18.75rem;height:2rem;top:31.625rem;left:14.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDOkV46UedxpApasZJ7k9sC7TN4nHaM7 { width:16.9375rem;height:1.625rem;top:34.125rem;left:30.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJn4NhWLdgrhhqLoIpXkcTpzS9Qvonnu { width:18.75rem;height:2rem;top:31.625rem;left:29rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDf6t02BICbAZ4ULIQH5ocvGogNTU7H { width:16.9375rem;height:5.5625rem;top:36rem;left:30.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIOU1rq2VrsDLixdLoi5cGP4uFBvQBB { width:14.1875rem;height:2.0625rem;top:0rem;left:26.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBceD07EcToAPu0XeQIfe9ZvJihdLKV { width:14.1875rem;height:2.0625rem;top:0rem;left:33.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sw2pRfrfCkZSL76TZfTUnswcC46dpK0a { width:20rem;height:4.625rem;top:2.8125rem;left:0rem;font-size:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh { display:block; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzpbNyH03M8KL5c8VIMGNHeGKibqXJlg { top:4.5rem;left:14.4375rem;width:33.3125rem;height:9.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkVbwoigb40WPymFlCS1TyxJTDTt6SSi { top:4.625rem;left:0rem;width:27.5625rem;height:32.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkuwJOFfTmkdThiJ7rhHO82mc6enT3c { width:32.5rem;height:4.1875rem;top:14.5rem;left:15.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2vusn9axQZ0kLBsCDlJddO5pPyZnkwp { width:40.4375rem;height:16.75rem;top:20.1875rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXOOVKbDdMTLDKJ3Z18WkCbbsoQOxuxb { width:16.25rem;height:7rem;top:31.1875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OzyUv8ixuHhfakThdBeKGhGTwaKF6Cls { width:20rem;height:20.4375rem;top:39.625rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QcbrDARzBySoTPtgTNpMBueCeVUNp93N { display:block; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLqVQb0QXFBiamrhhtGsHSMaDMqFLoKz { top:20.25rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZh7Bh6RzI15hl4brdoqrRnTDE7WobF { top:15rem;left:39.5rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2Xup3rUdLPLTTrPpglUfIpMvtuZCe8 { width:14.5625rem;height:5.3125rem;top:3.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9gusWZZr9T6CihHHfkEtEezAcXNxdBD { top:10.1875rem;left:0rem;width:16.125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQ2xbWaTZFo3lflw4BWZWTIm4ED138y { top:10.0625rem;left:17.375rem;width:16.3125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky62dmTkGJeuunXiNmnCwLT6Tt2fHEVw { width:14.5625rem;height:5.3125rem;top:3.1875rem;left:18.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvWf31r04vJKmDZsel7vKAlvRrQbH3PT { top:10.25rem;left:31.6875rem;width:16.0625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgZEe9kUtNMigCRp2Q9NCURGiSJgZCVt { width:17.125rem;height:5.3125rem;top:3.1875rem;left:30.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C60xCvG49FtivOTeUZQ2aTkZyfMI6PIF { width:20rem;height:5.5rem;top:3.0625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 { display:block; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xsz3K3iP0CNcVW9bduOON6dU1E5VBJ8c { top:3.75rem;left:0.375rem;width:47rem;height:3.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8PUc6FsTVtaPJ8WfdLN47R8HHiLVPN4 { width:47.75rem;height:3.5625rem;top:8.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkJzgFqTVFrmib03w51qPFwcPDVTO8qE { top:17.0625rem;left:0rem;width:23.125rem;height:59.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #laQ5mkendGMqIPy2Q7flN4Ms0DaTcHrl { top:16.1875rem;left:11.375rem;width:24.5rem;height:62.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzdKkcJuNWKqF63KdgSdlVntWXyVeUET { top:15.25rem;left:15.875rem;width:16.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTHXlgLBndHQ5EM2ZhxZXw9QFKERTOp5 { width:45.25rem;height:1.125rem;top:15.9375rem;left:1.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFNHMQrfZuRsTIbQALvBQRrgixqDa4BR { top:18.75rem;left:0rem;width:23.25rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekViTPLg97aWNUTxMbSmgD8i0uBiBEIA { top:18.75rem;left:12.25rem;width:23.25rem;height:4.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDtP8LLwGTsn83oprunaT7hXIPV69dwC { top:18.75rem;left:24.5rem;width:23.25rem;height:4.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIkb83mX3DQn9rtcEbqU9MoTiIfKBf9q { width:20.3125rem;height:43.3125rem;top:28.375rem;left:13.71875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6xzFhmEdbpG9B8UmmACOstwUDtHGaAC { width:16.8125rem;height:3.5rem;top:73.375rem;left:15.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cndr5ZxG4TlW9sWZx9SfPbP39wrMlWtE { display:block; }
 }@media only screen and (max-width: 763px) { #Fz6CglrTzgnU6hinwATlbcZRTPTGMSdq { width:19.875rem;height:41.25rem;top:28.375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QufSnGptcQyiRXaspxRRepPk32z7Jpk5 { width:16.8125rem;height:3.5rem;top:71.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuJGEozGiXWTJ2GdsdKzqTfT53nINu1e { display:block; }
 }@media only screen and (max-width: 763px) { #d6yMNSThwzy5THLs1laxWOG892IzSTlJ { width:20.1875rem;height:41.25rem;top:28.375rem;left:27.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AelwTkAaoisUFgvKCWCM327C4HULkILi { width:16.8125rem;height:3.5rem;top:71.25rem;left:30.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smKAudlm2xs7cmqV0L5Ttoo2fBVbAJN1 { display:block; }
 }@media only screen and (max-width: 763px) { #DoOHEDPFrJylL52hyyFsgDT9iPOW9K97 { width:47.75rem;height:2.8125rem;top:82.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2lWcopXsFHv4KHMNe4uFyShVvbHknT9 { top:23.6875rem;left:0rem;width:23.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5rHZFdTGiOPIE7TJt6zF8IbTL2LAzos { top:24rem;left:12.21875rem;width:23.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #foDLQqTEfu1NkZ8A2N3tZnFJBSRBuTpR { top:24rem;left:24.4375rem;width:23.3125rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEZgtvB6QOps9ZT5n264AEupUOToL8rk { top:17.0625rem;left:24.625rem;width:23.125rem;height:59.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLT0Qeig0oCCTVAWTKZZrPgwl8DXWqxE { width:47.75rem;height:1.875rem;top:85.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZRDstvAxGy0zFsJnFz7Fu3e9nIUH7rM { width:17.3125rem;height:6.375rem;top:198.6875rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EOG2h3cINPInh5FgIeJG0EJVSaWriACP { display:block; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhLhC5NsxpiRcHuKNK2VrMR0FvwvCL3J { width:47.75rem;height:26.382420091324rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySFTFSA1bHLByk2lwTShfQ68zXRnMegu { width:34.0625rem;height:6rem;top:4.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwZmdZkevog1PquIWNS7OOLG15eOJqVc { width:41.5rem;height:1.4375rem;top:12.3125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdS7UTUC9HX5b41LBIEsKBtAWXJXgQ2x { top:6.5rem;left:0rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlsBniOHpLlDa2LXnooiGxq3pm6bVJEM { top:20.0625rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #or0BMCec0uH4frfPhThmgQNwnmHynbFo { display:block; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2SdOEiwCkNoIv1Nm8be8Cwr3S06Edv0 { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rc3T4pWiNG56TeGrZcgiHKJoXT5xG9si { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JeDu5J6BgWno1koB9rNL5AqhqxKJfZHT { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NEgSakucquCDBFGJ9vpEfoinHeyqeCML { top:12.0625rem;left:0.84375rem;width:46.0625rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S230eGvzaTFg5JZAthwPEqXEdowI7Tks { top:5.1875rem;left:38.5625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfOEKkfzUTlDAUCwLExHiu21wqVQz5Am { top:1.3125rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK { display:flex;height:auto;width:29.6875rem;top:17.9375rem;left:7.3125rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #isFb3zztCB5xTKECiVOixCFacn00cP70 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #oPVIcTRzc8TUyRk9wQHb5GQ8JBlUzGyt {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #JuVI5cHevUBymdqAZvi6lG8yuUCEHDKG {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #q4potfTkLa3NHokimFa5rLRLhoElx3vH {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #AIo8iDeDMMCNwihnGI3ZL8JQF44oXrzR {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #oTcTQkE2VGuLkU5PwfV3GM8WxeD1bi6T {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #WnLSuoJRbqr2mFEhtM812l86JbySGfnm {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #nZ9uG3UCiRn0setDuQXE2el9lTdLpd1e {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #zVImnCZQnHrnpsi4eTCIGeRfMJynu3Za {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #MKLEL0znKWh6XAn2dHEdUiGK94XE2fbA {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #FUbVq4IdvcZ7IVOMd3iPrX7bEQKHCHRB {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #KqkfqAqmIe3hWdN4IboHQX7e6cLSwpOM {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #g9gTk63kiRipTn00XT6LsXRuczL0TWCJ {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #AoUDHkwU9RpK2yhP6WWzxz9cTotaRCmh {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #ixpv2e2mT0S864ekT0PFbow5IV1Tg5yr {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #WZOM1xa8J1sqX8oBxLgbxlq7vV6H08r2 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #sVoBAXOXDZHcoBSXivswcRXRhXTKeczr {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #wCLt7mT8r5BTzCbDAnAaFIUcBIMGFrrF {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #z7IT0vgbmlJT3yQFF8lkxtaH0NR3KycO {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #fi2xqsuUkKdIt4d9USocg7fzXz6Layrr {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #MqgvZdsCdATkM6QlbtUZlf5c60Xxei2C {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #o5ei13ln3ATFTN0pIXLdt0ODIe7wbcu6 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #BtWOGRTHN11KoKQxyRS9gDTgTSSCGCDi {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #bq5nzFZqDxKZ9UJvMDs9yoSPUuQoi4R7 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #kffJei4MyQriXz5cCxVWxcv3vaJtaRxr {  }
 }@media only screen and (max-width: 763px) { #NWboc6E1sCGMr3Be6DGSiL8XzFdfc4zo { top:5.1875rem;left:4.84375rem;width:38.0625rem;height:6rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqF1bc57KVVrz8udGT1LpXK8QffiacKi { top:1.25rem;left:0rem;width:17.0625rem;height:6.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i { display:block; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DU59eZerHsbQvh8B1Qf9vDok6P4AH98B { top:8.875rem;left:0rem;width:16.125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXn0m9xFIyeA2FgssdvgbvWnBwcPuMWe { width:14.5625rem;height:5.3125rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BExmNdsCmue2XAsp9OuoQ9lAIDUP47fa { width:14.5625rem;height:5.3125rem;top:1.875rem;left:16.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZoEkOrVTHtxTW6idrmfl133eruK06qt { top:8.75rem;left:15.5rem;width:16.3125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpgu2p3HHQ0VRziKeotKwQ3m49JqJec { width:17.125rem;height:5.3125rem;top:1.875rem;left:30.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgHEqVC0LUJJc5iEJzPSfJN710Q98EX { top:8.9375rem;left:31.6875rem;width:16.0625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW { display:block; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldJoJzTJ2Wwo5WOUL8LkSHfCEhAyJvqH { top:4.375rem;left:0rem;width:47.75rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP7NKVfPxLszCP4wxpZBpQdT6GZlT2gb { top:0.5625rem;left:26.4375rem;width:21.3125rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3gl6SANbNokpKWV3enARIWXNEHRmkiC { top:8.75rem;left:0rem;width:43.875rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF7gLfDJr4d7aUKEbdlSssc3NdDyXWX2 { top:12.875rem;left:0rem;width:41.25rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTxIuLltNNNVtgaGgNikXDaDWLEC4knS { top:13.25rem;left:0rem;width:15.9375rem;height:6rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH { display:block; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztauL9VFQQWaGUNx9nznMR29qpb0MT88 { top:1.9375rem;left:0rem;width:13.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6AaWFms0bIaT66yLTGKTApuQ0KraFT6 { top:1.9375rem;left:1.9375rem;width:13.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7h66DuAdtHyTZCKLGxnOE31bAqzdzf { top:1.9375rem;left:17.03125rem;width:13.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ikDxOPhuuZ8SlSgTf26h74UtmzmmK7 { top:1.9375rem;left:32.4375rem;width:13.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8Jc3tFfiGW951vwKMSRARVpsFqeaqN { top:1.9375rem;left:34.0625rem;width:13.6875rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd { display:block; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc { display:flex;height:auto;width:29.6875rem;top:17.9375rem;left:7.3125rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #DLdgGLNiQy5ec2MW8HqtB4BlsUHU1ymu {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #PoRii133Kgc6i7QMNK4KLoPSxdTSTqGc {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #ekyFhMc0awb9d3N4knfHULzxThNvbyS8 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #b1mL9LM2GQUUDFdHbiNFVwpVO5Izbhhs {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #HLFaRV8ciLIXTZ6TbsuPSiBbgE616PZ9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #zOnhdTUb5OamUnMRA6P0EsAD2tyqIMac {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gF44QOT1zf5qDbwQKgeX5L15vZZAB21H {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gyHNwuR353NmfmPn1varexJN7SKZvv4P {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #aXfV0sdz80CllpHuddglVqRChJ8KKbf3 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #ciUnUvSiFeeicJ9T0yRKc6Ic7qdLTBCZ {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #dIMH368s57XlhMoGHeGFlczdCBW7TGZ9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #FTcT4daRsA3GAPWnaEq5u0UmJuFFfGJR {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #RbwSLfZ9ntikdR8f8XzEKeegbklHT9vx {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #yeDvgxvG0wSIb9GFgrDvTbf3v9dmVrwn {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #BpphG0ZvxunGB50vPrv3ykkTl1M9Mb1G {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #A335vutWFVRzBwFN1hiAyWfUAP2kDLI7 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #VfMQvXRvmOfpowEtThy1nue6yJdmPcix {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #DTfvkx1BMcsUHQc7HTruaAhLqPCMZhhT {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #rOcWfp5Lm4zLb0eiX3ahEz5sGSTLQEc4 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gxDwT188eVVAuyDeOnJo5yTk3JZmaoa9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #kpGadl37JUbDWGIRsRxc3Z69fSC5XFEi {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #IaN81fbT3RCSPNTntmOvCN7s2uI0QUH3 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #J2dd2nbJBMo9AZKZb70567VIugUWG8uw {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #uz4SoifTzAyCrMiXawKh7bAVlXJbEiro {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #n2k90pUGIerErxH9HL7IpLUF3N7zZbyG {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #MrwEoHZsBNN4iDNWc0B8n6IlLUPa2Ty9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #Pnd3IwuUxHknIwEGfvCuKNDNrVHpEIoy {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #fVze61Tm1CZPcSem7gAb9hhEEwhtQtio {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #qyiT4dHAkVK48Nsb8CC2Pzo3RTVxTPkV {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #zdkOz66edW0FoAgkU9kGgUQ7TMc7B7Hv {  }
 }@media only screen and (max-width: 763px) { #ISffhZW8LJWSlokP0Jefy8ZfLru98Fh4 { width:47.75rem;height:3.0625rem;top:4.1875rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAIzD7P9cmUTDIg2rEcyaWaOfeRbwnNM { width:20rem;height:5.1875rem;top:8.6875rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { display:block; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-regular-label { width:32.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-textarea { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.125rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-checkbox-label { width:31.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r  { width:32.625rem;height:auto;top:17rem;left:6.90625rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .radio-container { width:32.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r {display:block;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r { width:32.625rem;height:auto;top:17rem;left:6.90625rem; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #aNm4FmuHWiUqy6ynDqS38diAls1QUMha {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #Om6fyiVzBeV627LONL0CF3qlzeO1aTlQ {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #HZ0wSvJmGCxEbAlUWf47O2E4WgE4vfSb {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ah5Ce0dQQmTmdRxytQXLc84W5PKZEy1h {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #MPzqv5RSDXIEbqEgBBlL118Atdw0kff3 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ZQ8x1RnHhtbnbhnWkfTFnvfmWIXhHTEK {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #kwbGBgKVoA8k0VgeftQCwRoJEu9OrNuo {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #y1K6UgveTcQ0IciWXJdhL9b2yRVKF7QS {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #X4XI3HlJlHb0y9HqwEXI8t2xkKlWtQLQ {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #NhMqbJzzK8WNQoTzinyJIDLoWs2hodgC {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #oscGqg5pVO7geoeLl4RDiRGCuSoU45d7 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #DldX11gB5FVOzSBnbgnicakCMyea4S8T {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #kD7KWPOTtSt8nihvpR90F1adN0Rdigpc {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #GhZpR9AmAUCh7aNZGPCr2XZeFyR9HQi2 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #IvCVkSB8hLbUtTWCc0nHp5XCReDO20M4 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #XykFpDq0L3PXqfQfXVGxlhbe8NxqJUnE {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #fOyDDF3vnZ1K8wH6DhoGX47Pkwak2X5V {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #U5bcfLFAF4qxZC9SiV4GQ6Io5wcBI3Bd {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #LxpQzMwVOQpG5TVaHiyFkZRwo04fi3Ee {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #VV67L0H2gkg1RtbqATvcANJTRFLFxssK {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #tAht9VJkHdtrLQcisTWzZseIQKf5mvlR {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #d1A72Fm02NuUPSy7aORCkFJDpa0olK8X {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #TE9O0yrsuz5sMTKnU5FsceXXtXe7xXnm {  }
 }@media only screen and (max-width: 763px) { #sWcCciO0Q3IRV2MA7UMk3MfuoTgfu4MT { width:20rem;height:4.5rem;top:14.5625rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVkQR9d4ute7rFIxphRZTtk3XRtqB3El { top:18.625rem;left:35.78125rem;width:11.75rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKdxqfDfP8tNnruQ9fSvvWF9SJm3InkC { top:6.1875rem;left:0rem;width:16.875rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT1STC67rG59PLQ3aWsysTg4Q59sS0d2 { top:5.6875rem;left:11rem;width:26.9375rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMZRkrOQPb3kmkp9NhWEDXBZ0VZUK9N { width:47.75rem;height:2rem;top:11.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7HJT9w3TWVfaquTvnVTEo7hVkZHHEVz { top:6.1875rem;left:12.875rem;width:23.75rem;height:3.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twBMzC8Ax1Oaf3SCpqVTrKbDO4ZK5Peu { width:47.75rem;height:34rem;top:15.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDH3Afo78xQhoJOMBTyexTE6Kufuw83B { top:6.1875rem;left:31.9375rem;width:15.8125rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yr1tFsdLhGgQH2nRza6db4yWGmpqgtgF { top:15.9375rem;left:24.125rem;width:23.625rem;height:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp { display:block; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8NSbFXLJQtKLCt5eN9N0UMp0cBUeW56 { width:12.625rem;height:5.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXcS2Bn4TqPwLxnhP6cMW4JJIgzNRPK { width:17.125rem;height:1.625rem;top:2.5625rem;left:14.4931640625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxhDJcNexVIliloe7xXgXta2zEpff71b { width:15rem;height:1.8125rem;top:2.4375rem;left:32.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx7n9VB6fqWzCL8fm4EOwlA9bJHrPvaD { width:21rem;height:1.875rem;top:2.4375rem;left:19.1181640625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c { display:block; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P2K9AG1WN0cowVwmz7ybFtZhebk43O3g { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3ki7BHDv6bsW9SH5inD77v3QzIPcIg4 { display:block; }
 }@media only screen and (max-width: 763px) { #trtuTiGwVtZyEI05A6TZDqTrk2gzUCmT { top:-0.5625rem;left:0rem;width:8.5rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7A9aOLd4Qbc3U4yMw4TM7y8Vq27iox6 { width:11.25rem;height:3.75rem;top:0.875rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrpeQ3kTdOA3qQ7nXvAwDV1pCkGqCFkK { display:block; }
 }@media only screen and (max-width: 763px) { #uP9slJ4OLKcGphvNChwntKHmBGeOJfk2 { width:13.8125rem;height:2.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC7SICatPc98AsPBoMl0MIEwfbkxkZWw { display:block; }
 }@media only screen and (max-width: 763px) { #uKl2txfPkPhLnxUQr3ovzI4XHfgo9OHz { width:7.5rem;height:2.5rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKLPsgkyvlL0tX5dNkTvTdTzTJPgABfr { display:block; }
 }@media only screen and (max-width: 763px) { #DNd5pdnq0tTTwaWO9bDRO39SQ8OKufA7 { width:9.125rem;height:2.5rem;top:1.25rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdb5xwb5XpZ1tXAfqLQ2Z8T0huiNFS2L { display:block; }
 }@media only screen and (max-width: 763px) { #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM { display:block; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P5RbUkD6Hyacp3Voquq9hQ5HGqTh3TSi { width:36.75rem;height:0;top:19.6875rem;left:4.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3UPBS2iherOrek7oQ4D2TW5abi8uzyo { width:22.5625rem;height:4.25rem;top:30.125rem;left:11.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT9bFMScU4TxGCTcmwTCdDubpbte42Hl { display:block; }
 }@media only screen and (max-width: 763px) { #c5sn6slyCV6Tq1kNWxECfASGRXwiCfaE { top:18.0625rem;left:6.21875rem;width:7.0625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPQoB72NwdA8GL0isaeGo7tLNi8cCE7W { top:28.9375rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #erT1NVvXSHRxd7vwJS2nqlOvzJ2guNDm { top:16.8125rem;left:0rem;width:9.5625rem;height:9.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VuUMIssJ3bm4bLtNux9kku11diqJKgPV { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #ADAsXnqEyv0wOpIihyBqzCNTB9nHayxK { display:block; }
 }@media only screen and (max-width: 763px) { #uwJLNrvZWUxrzIfQiikGmsAHACcpXlqt { width:47.75rem;height:4.3125rem;top:24.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgyHssunFNRNKslpQlovF7N5M11r1wt7 { top:5.4375rem;left:23.5rem;width:6.4375rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c { display:block; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ioJBCzckKlITPfcVKWfRf3TyhwNWNusN { top:31.125rem;left:0rem;width:12.0625rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSS50WyvC2HhOOKaLCyoWsILvviXbCvI { top:2.125rem;left:22rem;width:3.75rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBwziuWhoz7kI4kadEF7MSzHgC2E5mgI { top:10.0625rem;left:10.4375rem;width:26.875rem;height:7.3125rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdqmQXbvRDp1OwI91CQ5kyNVb7XcLtIW { width:47.75rem;height:4.3125rem;top:6rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAatDXqap9JKiJvXvWdwlADqeQCobiPQ { top:10.8125rem;left:10.5rem;width:26.75rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGeeqtwKrNKlT7HMkWnF5uliVocsINhG { top:17.625rem;left:6.78125rem;width:34.1875rem;height:2.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA3BaX6eck0w0nBSTJfJ8brzrXJEsDyq { top:19.3125rem;left:0rem;width:11.25rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxiI9q5h014VwUbuGLGxMyVDxL6buTN3 { top:18.375rem;left:39.125rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqAwLwlGWRkZNi0Xq3U2BiLTpVSmvdd4 { top:24rem;left:0.1875rem;width:9.375rem;height:7.1875rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2Bef0gE2KSX6oTc6VcIQ1CSuOgZsBaG { top:22.4375rem;left:0rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsk9dOdwG1UdNANTmXx6C06qAewWrKSk { top:24.625rem;left:17.1875rem;width:13.875rem;height:6.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4UEzwCeuOc4sRCdUGp8QLvcoQdgVHFa { top:22.75rem;left:16.75rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXtBs865Z48TV9vo1p31ESVT4bumQWxQ { top:30.8125rem;left:17.84375rem;width:12.0625rem;height:4.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJMPWDQNpSCkkCNQJ7Raqq1n6fkLEUeT { top:22.75rem;left:33.5rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBioT4KUkmMddI6dt2NyEBFbJbPdx21F { top:24.125rem;left:33.875rem;width:13.875rem;height:6.5rem;font-size:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzsRle8TT8doEfMU9WlZCbWCyPzNfdoq { top:30.5625rem;left:35.6875rem;width:12.0625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM1nO96xlxyp00J6FlLuGflfk0n77lUp { top:64.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #v5hUlKvJtq49iQTfHuy3gszdKQpBiPJs { top:40.375rem;left:0rem;width:12.0625rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dUlJlVkWGqP9r5nhxfIqpkS6PJhgKGgf { top:33.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JOnBOX8QyrOUFoZSibTfvTlWTPy0qvAX { top:33.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NII1Fnbxrr2JWTwPBXLCOpI2GBXGfJsw { top:51.6875rem;left:0rem;width:12.0625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rot6xVkb8JGMTFSAsE2RFf2TlTTU0Ugl { top:33.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZbekJ1adQrdZJesy6efk5LeEvLry9pv8 { top:66.125rem;left:0rem;width:12.0625rem;height:;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI { display:block; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKvQ3pi0FMccGTd4meoLkQGxr1rfJcFP { width:14.1875rem;height:3.5625rem;top:18.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgyZ98bOFzhRdy6PpkEEvfKphu6LOTJb { width:14.1875rem;height:3.5625rem;top:18.125rem;left:10.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #siQur7TFVHNd8JxNTMDLH6ORVB7QdW1F { width:14.1875rem;height:3.5625rem;top:18.125rem;left:23.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGZUzC0V72Fyxi5ww6s1FWSkqb5pwAeU { width:14.1875rem;height:3.5625rem;top:18.125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3QTwlRySNuMhKswWBvbSbTQOAg01rNM { top:12.875rem;left:1.5rem;width:4.6875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqASOacIN5DdL3HIDt6fWOwTCLSldgZM { top:13.5625rem;left:15.53125rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wx1ZlDTLKe9c2k5lG8L83xKzmcvR4IQJ { top:13.4375rem;left:28.375rem;width:4.125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I046fUnVN6zgpqGv3CK3VcI92Cq6CPKa { top:13.5rem;left:42.09375rem;width:5.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8HnMIDEdCqiHGEZddBTmue5re59i5tN { width:14.1875rem;height:2.75rem;top:34.875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #D1zbdhy5DwmlG28e10AHTqqpn1Im8sN3 { top:1.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nz8P54rFkvl1dPQ2krIv5n40KatlbrCc { top:3.25rem;left:0rem;width:47.75rem;height:6.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTMpCfr8Rdi75OcfOv1kru7TlbTlN1Z2 { top:6.625rem;left:5.21875rem;width:17.375rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRP3TGvUWTuT1D4t7iom7AmHE215s2zv { display:block; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ { display:block; }#SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sxTGUsDiq7mJ7ysf5IWJzr9QkV28yofr { width:18.875rem;height:136.9375rem;top:12.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWO2UnL4z1D4xOnTUsatRBWlnG9Fk2ux { width:18.9375rem;height:3.125rem;top:32.625rem;left:16.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxRBIx4cAxqMd8fGzoCZENt8CJn5DXD { width:19.0625rem;height:3.25rem;top:25.6875rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrquhXRnOznNPuM1nmW1TCnk36sXgFT1 { width:18.9375rem;height:5rem;top:20.6875rem;left:16.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5zgTORdX53CQ6PfoKriuhONlvgdQHUL { top:13.0625rem;left:18.3125rem;width:17.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfOsOfXlXJolkvqSRaJRnMZbqk7DTIF { width:17.5rem;height:2.1875rem;top:17rem;left:18.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmi5wVaQLBw3puCJXpMK4QynZEDXr3tv { width:17.5rem;height:1.5625rem;top:15.4375rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05RTaspo4OIgk8u4Wz5M5OFE9BVdibQ { top:13.125rem;left:6.375rem;width:17.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orW9JFsF7tbUsTaZOGSPThD5xDKlUBRd { width:17.5rem;height:2.1875rem;top:17.0625rem;left:6.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD7qpGgtXQ5WrIddQnv4M8FeN5sUuqTM { width:17.5rem;height:1.5625rem;top:15.5rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktNTceA7yLSTMUfxxpLA0tsRXXIvzpKe { width:19.375rem;height:5rem;top:20.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBBsuf0tzpDzLQT0y1qJUQNbB1wpGnd6 { width:19.8125rem;height:2.875rem;top:25.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKEHtF3le3hTrpG5SttDvrSDNELN6Osv { width:19.0625rem;height:3.125rem;top:32.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3dwiSKbZfNmnJwEvnFLNEsiSzEA4Zqv { top:13.125rem;left:30.25rem;width:17.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHDTubuKGIvT2BMabzUnnvK2s92hOcO { width:17.5rem;height:1.5625rem;top:13.8125rem;left:30.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTLCZMcGt9meC5LWDndDZUwHcbacwGCk { width:17.5rem;height:1.5625rem;top:15.5rem;left:30.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEqDODG3nS4xBlpXZAtHFoiGhIlLvTNI { width:18.5625rem;height:5rem;top:20.75rem;left:29.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRDynfysvifbJPgtFkNfbSivkLX4fAci { width:18.625rem;height:2.875rem;top:25.875rem;left:29.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpiWAksaD6Mq17bpavocrfflepM2CEz { width:18.75rem;height:3.125rem;top:32.625rem;left:28.875rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfP4QAT9pLUrqTdGkywZnhgOLJWVr555 { width:33.6875rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvwcwVQMktcoteOamH8i8SRQSAvqMDB4 { top:2.5625rem;left:12.0625rem;width:23.75rem;height:3.8125rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bldFpic88cGqLHGhzntiMOlcRV6JEklw { width:47.75rem;height:3rem;top:6.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HorD0npvZww4WMe5kllHHwxDU8re9ath { top:-3.5rem;left:0rem;width:18.875rem;height:42.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3Zbe61gXFU08B2U2kJncBSc3UysFbmv { width:18.8125rem;height:2.4375rem;top:28.75rem;left:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Jmyp4uvuTJQAROJgrABPdoNWghaVuv { width:19rem;height:2.4375rem;top:28.9375rem;left:16.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgf44CirclqqTrJdtC6s3mkadGCoBz4z { width:17.5rem;height:1.5625rem;top:13.625rem;left:6.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaPVyT6tNaOKTy3eNPHy4TfLfnAeAgav { width:17.5rem;height:1.5625rem;top:13.625rem;left:18.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMmN4D6LBLlXJpTaglf5w5F2tUILwyxk { width:17.5rem;height:1.875rem;top:17.1875rem;left:30.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz0ng8PE1aqy1r8wiZhMwNU39232DM1i { width:33.6875rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l2ielTFlAsaTsZTyTeBVqZCOg9oz4bZy { width:20rem;height:5.5625rem;top:7.625rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hQGL4Qd5Fy7sLR6LTwPAxuiE1urFHgce { width:20rem;height:3.125rem;top:32.3125rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xWbXkuXrDxFUWFsIacZpXpzgX4iCsVuc { width:18.75rem;height:1.125rem;top:0rem;left:5.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RmWzt6Xvu4zJ9mith9g9NMLw46e6vf6x { width:20rem;height:3.125rem;top:38.25rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3f59hs8iUAMdQstQ1DMDC9fqHMrTPO9 { width:19.5625rem;height:2.25rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #R0C9z1hmFnxDJCw0wuQ2OowOfvbTL17l { width:18.8125rem;height:2.25rem;top:4.75rem;left:17rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdXqovQHeJ3ZNFb2U8oVrdJZLm0UP0bm { width:18.875rem;height:1.125rem;top:0rem;left:16.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vpcDncADTsH8UTI3PcnGXEEUg21TFJK4 { width:18.9375rem;height:3.125rem;top:71.6875rem;left:0rem;font-size:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qh1nTq4pxxJ9XIdbWO2K57DI6hFTSLTn { width:18.75rem;height:1.125rem;top:0rem;left:5.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FcKimiapB2TLtD89ezhxQZluN0zmV4Gw { width:18.6875rem;height:1.125rem;top:5.6875rem;left:29.0625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #w2Dy8XEESyMgHhUqe8HuXH7W3tAJu8qU { width:18.75rem;height:2.8125rem;top:101.75rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmAFZsurJGAUgcEpwBzdGdi4dECfpqt2 { width:17.5rem;height:2.1875rem;top:17.0625rem;left:6.375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZKPzwzrWMQ69UJya8gwcdNrm4K2cpVAx { top:13.125rem;left:6.375rem;width:17.5rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #GvpQI7QZmsnXOTigig4Ju2sCVD1VJBCp { width:17.5rem;height:2.1875rem;top:17rem;left:18.3125rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JzASLz1JCsuTzZsW47nl9ThFPC3hPrM1 { top:13.0625rem;left:18.3125rem;width:17.5rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhyVlgpuzPrlfZ6Gu7DATD5rPRqx7B6N { width:17.5rem;height:1.875rem;top:17.1875rem;left:30.25rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOPMcKdLQ28eIKo3ADxoXTR4XMf45X3h { top:13.125rem;left:30.25rem;width:17.5rem;height:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aREV0RVITw7CEr6n5HfHN0LGJssHBXH6 { width:18.625rem;height:1.4375rem;top:115.9375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOd8Jcwwk3xRn2pvxsCvaBSZwdc9gPHT { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qQVz5fKGqklgnIQG903QDtu8AFRBky5T { width:3.3125rem;height:3.125rem;top:7.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qcfcLBR0kKcFF7Sl6hAy0KdN04AfZOpp { top:12.3125rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #itTa7e1Fx7BQ5QbhFiHgkpILk2ebi7hV { top:12.3125rem;left:0rem;width:18.75rem;height:3.875rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TT5oySwVLJTGqgpvTDDsqkBUWcgQ7TfM { width:18.75rem;height:2.25rem;top:117.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cxs8vsz782shhhVtEI7GfeZoES9qVg4k { width:18.875rem;height:136.9375rem;top:12.25rem;left:16.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJPKunP2LyBete1hvyM8X1m5Fv9kWAHi { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqwITtH9rpFAWOLSFo75VpTXoFD9xcze { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3ATNTWeX1fMgT96FJ5UuaDgSPsw8Wah { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #StfvBS5wrcGx5nyWfi8LTGInmvTvitWa { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kLFqB8hgMvhHGBp2F2FWMXTr1RMIIy4H { width:18.75rem;height:2.4375rem;top:125.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NhxuZsS0URKZaKEtHyxAPFmn33vPh6RL { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #huUsFIRRtP3cTXvZnfF2ILeyLgSARyeZ { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uof623aCg6q1chCWpoTKDxqZ5J2D8Gby { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LRLzKpceXXpxLKv9L6wfV5s6St1JofZH { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sdtPL1U33ES6hh6nImWmiHy0xJ9mXh8W { width:18.75rem;height:2.4375rem;top:134.8125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k6mV0PIpryQn6qhI1w1CLgAELvwkAIJI { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNxRBdhivAHePlfcnCJeyA6yOTTkTnTm { top:24.0625rem;left:5.1875rem;width:14.3125rem;height:3.3125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Gs3tXy94458519Ov3p7TUZETCRwZd3Ts { width:18.75rem;height:1.875rem;top:140.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTUE5DsVfXSq3zkPzJFMRRrPRFTdCwuH { width:18.75rem;height:1.875rem;top:140.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BcubvxEyTogLlRdnQZXi53hOkkB4Xmtk { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vVpFqkTRJvOieXT30PFMXfrkFBwbt0Ws { width:18.75rem;height:2.4375rem;top:143.9375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nJRlmb1zmbSwoBBG1ZgfndxXGRxgQexA { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ski7fTTqqP8ZfIbMHREiEoW10TsTtAsq { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qz1tPWkAFuvGKCUKqsIrXXs7Vs0QNlcS { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwETEP9eemgrbGWdSOtcPzhywZ6LSsb8 { width:18.75rem;height:2.4375rem;top:153.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxI7llZJeIfqLFOlxygM4DTpKBRH7VwN { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tvv9GNHIUVGdLF8eXV9seRXf1gwutc6i { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i98GUbsyG8smwxUKrueE6sdJTVSS2AB5 { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ecKTqqAdfXzAi2bRx4tnJT7lvMoHkO0n { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WqGEzKk1WLhKRpKwJL2TAFl3HWPu6TQX { width:16.625rem;height:1.9375rem;top:163.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lIvsanxmUOKEFANVJ916M29rLytb0vNx { width:18.75rem;height:2.4375rem;top:167.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TBUO4ZuAIwZcdFRUdKHE2c5cEPpt1TAn { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eJ3zIk1g5kpas8k0cFkTzV2V4nZMM6n4 { width:3.875rem;height:4rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mhPv4GuGw3mlhL8KESFcBmCB9QK6Wmpc { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWPqq9osBt8v09d30t6HeKITOQfTpClg { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOGeAKI7kctVxSFB15EP6qgEFZTiD1le { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #pwWTkaAs98TzTGS33uCFS8nhnFsN3Eyo { width:18.75rem;height:2.4375rem;top:177.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #WCtawobE9QHA6eNzPhyJAJTDk0IBlRAS { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lzHo51mx2lmgJTDxkH6uVAKP07QObNPa { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9liEascDQgRPFpUzyTIHFK9kIgLvwMx { width:18.75rem;height:1.875rem;top:140.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0FNf3JTyL9eoegXAvsVyzAhyHqfd60I { width:18.75rem;height:1.875rem;top:140.25rem;left:0rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nnz1o8gQcolSC1E4q6FArv8ptXfpMo9A { width:18.75rem;height:2.4375rem;top:187.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #trtfpmZdAhHJB2E8gXthZHFUW5Od6pm2 { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #y145a6bpRbSTATVg5aqnTJEIAyJi2E0f { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FmGhr7PwsFftLDs6Hrn5bRveBXfyKH2m { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #i9RMaUe5tsgT6rrMTh0OgHeXNe5ewcTB { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lxODCOL0KSZe2CzQaDNSUknUv5yXJLQp { width:18.75rem;height:2.4375rem;top:197.3125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmwMoWfn8WVV5BIKadorgs57t2y6FFIZ { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ytwEe5O0pVETCquZe7wImQUCiBDrLXFg { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8SCqviCBNvQuyfo9yMPB2VlrB882pB9 { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbMDXSNTqxXLzIN6STUaiFTxW6R19Fbf { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aa5B3eZZEICDKibGRlw23MSEfADTETx6 { width:18.75rem;height:2.4375rem;top:207.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wq8Zb1Fs3gcs3063ZelrXCUyE5CKaUFh { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTWPihMLUO4KKOOlp6rT1wzf8y6dDhA4 { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nu6J8FyezCKGebX6rIaTTkFEbvz2yrNa { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #baO3qmlWxADWNdcU7iZaaafm2lzFf54Z { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HJOyhHJ1lCSoszPlsHFQgWvQhJyBgKfd { width:18.75rem;height:2.4375rem;top:218.1875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hh4i5DsPdiX6ns18TrXMhFJT1hgt0FLu { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eqAixDkscLyBG1Pss7ygaJpaQKqD7Pne { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bthwBcmSQIbVngm7Q1gkCN01cgNvfTkd { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Dl4UPeU2USyhpTQxZURSQNhBa0sbeTLB { width:6.625rem;height:0.9375rem;top:223.1875rem;left:5.3125rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sQsr7Q4T9BgkhQLznJk1sCfQOdeHv5u1 { width:16.625rem;height:1.9375rem;top:228.1875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CzAdvDsQU4AL0RZ085EKGL13V3e8oliP { width:18.75rem;height:2.4375rem;top:231.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HlBO700MlFHZW3SbFIT77Vz1gbukmTbH { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #K69RiAdJTFQl2s4w7DpxvCr6G92mzfQ0 { width:4.5625rem;height:3.5625rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAK1N1oTcifTGQvB6mlHpwTTF6tVHx0V { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #t27XnTRwBzuZ9WyaZ1z3z383TT5zvfvZ { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0UwehEOfQAnkzWQ48a28yi1BZ8rHOD7 { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdHaopziHTPFnIV4TBQsUpo0EuUXXIQF { width:18.75rem;height:2.4375rem;top:242.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hKLGaSth3MwDw9DyzxAwqXhiT1TxWbxR { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q36JJE1BXLH0cXL4mcva1TmAuaW9VH1q { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5T66e5RSO25aVbMks04LQSIBocBiW3w { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GmZkqH2dErrXSnRQX8THI3KvxUfr4LkL { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #goEI8JR5T74szThrTIxoWINilbVAZx80 { width:18.75rem;height:2.4375rem;top:252.6875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fz9DS9rmUw8sokKvw26bnIJLoSup5taK { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qBgzn06P85T3kPWZMtNkonS200PzDSQw { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tfMwpZDNZhg8WifVevVx8WEQARJyXcnT { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NK5WwSfXF11L0VoeagrSFsny8LBq1R5s { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TwoQiduxoN0786i5IsK5ddV8FyKaxFhD { width:18.75rem;height:3.6875rem;top:262.25rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #iK6pFDrfIvFUFcgaXIE9bWCtJr6PRDr3 { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dVCODxhAfBrQ74DqUv8w1ZgboPcq3Arp { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wBOT2eFO7bfHEEF5fo2Ll6azAPqCcxtb { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wk8e0ETiWpPsCooVFbvUCIpVwszyDwlU { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BmnC7vX5khtWMKRf0IegFcfvU3sC6BHJ { width:24.25rem;height:4.4375rem;top:37.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Kr7RrhIM8z9brqfhOsz33xJ9hTQy00x0 { display:block; }
 }@media only screen and (max-width: 763px) { #RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV { display:block; }#RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #molkLaUBrHwgzncJM3SHJZaFEZAGeHHE { top:12.3125rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tokiQVWGaK1F1op0ROV3QdcuLa3hrXTC { width:15.6875rem;height:3.375rem;top:7.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWLMxiEmlF6qFVpGZ64ZTqPmIpvZCxZB { width:3.3125rem;height:3.125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKukDm7GXGQIkQ7bP74bI2ctZRe8G7ZX { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT8WSnJ6xIO9VL8GHb2oqegJiXWDwdSV { top:12.6875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8pq6S2kvSvAgVziAvZWXmpcdEoaIWwF { top:12.6875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVHOSTMqeBNhnPybo5qkIcsiQPzFTbTT { top:18.1875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhOTvC7HBoy73dX71JwdmR1m2chP3tgv { top:18.1875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSpq08r3Zcpk34h2C32ZC9FWTicnrSuT { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MpgsTtCTZGpT7E7ZsmnNSzAZ0RJPWGse { top:23.375rem;left:0rem;width:18.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPtf5MsTXDETaD2UvoLOHsBHXUgxiAHx { top:17.8125rem;left:0rem;width:20.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g35HSC2KdJugszeEy0yhVv6fi6driPwN { top:23.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHs90c74upbZh02tFq2oirUg9PUQKIwz { top:29.25rem;left:0rem;width:18.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuTMvraoUyIRSfbbvd8KBMOuk5MkkfrL { top:29.625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTHJq0gdhoD4egRqIkaXdOo4N2rbMIxW { top:29.625rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3nqSTLPb5kx3Zq4kbgrbJFiauF3oTxE { top:29.625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2tBDhs3gwhPcUM1kHnCOiLbTbNIatcP { top:24.0625rem;left:5.1875rem;width:14.3125rem;height:3.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfwitJuz7Txqsa1UVJMT8ag8zLB56EEO { top:23.6875rem;left:33.4375rem;width:14.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DarmG8NoPsgVSTLADHzW6buddfrm6Zx0 { width:18.8125rem;height:2.25rem;top:4.75rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OG8iNMvhvsc5dRAGX8itJTBOKmS5igfz { width:19rem;height:3.125rem;top:1.8125rem;left:16.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u4fSAn8ebSJOEXsJNbQ3O2Znz90ZeMFs { width:18.8125rem;height:3.125rem;top:1.8125rem;left:4.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzPpoe1lUd1zGNIL9pfumS9O3J7mHUCd { width:19.5625rem;height:2.25rem;top:4.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpBnMo15QW2UJD6tVEihRFAfWWwTD20u { width:18.625rem;height:3.125rem;top:1.8125rem;left:29.125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2NGTOQ12B3NFzFnx7NOw1ok7ae4BX1x { width:18.6875rem;height:1.125rem;top:5.6875rem;left:29.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbUmGku8zwy8t0Mp4pv0ReuXitvf6DbM { width:18.75rem;height:1.125rem;top:0rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hV4vOEr1zaERr1AbteJxS1gyxvdkZRmp { width:18.875rem;height:1.125rem;top:0rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbI0GQCsOk7TZC9yyK3P8WTKt6Z6n1W3 { width:18.75rem;height:1.125rem;top:0rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEHbFQ85vAea48n0yH2q8XsgrMaQIEPo { top:34.8125rem;left:0rem;width:20.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3OhrG427g7r6HHmRD0wvoLpTzGPMury { top:35.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTBKwCLvMcvSH4wKa3tXNkWTOgPdRFnP { top:35.1875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoETJiJZrM9pT3QQh7cFEzV11TgINVdD { top:35.1875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUZaHzpTFzlTvhmxiF6xuIgS1KKPHS3x { top:7.375rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #il80veckS975mZxDv6xnSxyxfRB5MtzT { display:block; }#il80veckS975mZxDv6xnSxyxfRB5MtzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #peFNt008poJJN1s4r8slrJPWUwQ2KN6U { top:5rem;left:0rem;width:22.3125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRCWulPSUa6LTnVrTNIhJAFrfF4DpCkC { top:5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8AW0G3gtQZwZIIJPcIKeqoToufffDkt { top:5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWVGSxCl5WyzyvvPXyWBEvF9OlKM517d { top:21.875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRZrU8vAU5aoXvGWLDV4udTxZH43rEU { top:10.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WULi9T7fn4ytxx5yJKNuU4BTCGCfsKsK { top:5.0625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT1Cuk7F5BrbWLqGesPV2gFI9W8Jd6Ax { top:16.3125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSkD8MZ71WJ5DlT8EZIoBhPfTSvU73u9 { top:21.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNbT0dJGDFvO7cfumIxiiCLk86dF39vc { width:3.875rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLPL9DpRvk02No026s8GlaLATK5L0shT { top:10.375rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrcbeCGzqc8TovcZmVnCTmIXWIfD2l9M { top:16.0625rem;left:0rem;width:18.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmliknenJwe3cBuIMk59XzUMXUgK9gMT { top:10.75rem;left:21.5rem;width:14.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNwHTdW51Cp2b7wZm2pZye3IEV4mDplJ { top:10.875rem;left:33.4375rem;width:14.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlEenlWSBbhG9QGihbtn6O9VCeJJTPxQ { top:16.1875rem;left:21.5rem;width:14.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvMgDuMih59nXQsud3VcWgugTpdh7OcN { top:16.0625rem;left:33.4375rem;width:14.3125rem;height:3.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r31st34TkNhRAZxHkDqQ4ApUqoEU21cw { top:21.9375rem;left:0rem;width:18.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcuCnJoAX6114ZB9znFW845vua7TJVic { top:21.875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #buBKHinTRzTP5JK6gxPcBpnDZ3LfdRhG { width:16.1875rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwuDDKBC8T3bAGKQog9mExokrRtEg3gy { top:27.8125rem;left:0rem;width:21.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #niHgvVxnND0tMVWvDskaeJ23QSWw2SCQ { top:27.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKwKK4WooJgiLoWtbMJynhBgMbLWZrdX { top:27.6875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnKDHI04Ws0P766Mr2JxvRpShM7rg0HD { top:27.6875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHIctqlDClGcCkmr9sTIoLtarMsTmuCG { top:33.375rem;left:0rem;width:21rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ev37XMM6ObQqXuO3LEbyTv2w58fTe3qF { top:33.625rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b641TdBg6OW3Tkd46P4WL2p9WTkBFWys { top:33.625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmEVnnnJQkLoy1vgXULu298Iq3eKVAIh { top:34.5rem;left:33.4375rem;width:14.3125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QkdeObu0ydcNPTtbgt2JgDMbz65uiOTF { top:0rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ { display:block; }#xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwprzV9897aKyMfTJmGVrCQ8uLqRdTXl { top:5rem;left:0rem;width:25.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvP0XIVND1B56JxZxPAe6D5udbXD6p6z { top:5rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkmg8kxVOMms60xgKtAuXLJG8nWV9lUM { top:5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7LL4v2uDC9rTZWn63MIIRQ4h8SuuTpp { top:18.5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bFHzIWJC6NtKTn4RqnGAa9GUTwAQKmPb { top:11.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B9K6Otn5nzDbqDR9rXRQHC8CpW13hIkc { top:5.375rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdT8Jit4P6Aeemiq5eBq9ssuTy4g3Cm8 { top:11.75rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygmMkVHa8R85Samwy7katamnAzQrBJid { top:18.5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #geTknE081oXpc8z3xslBTZLWvBgUUUrL { top:10.375rem;left:0rem;width:20.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcPNDVndJ4AclOKDnE6IF0TvHp69WHE4 { top:18.3125rem;left:0rem;width:22.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHF697CrRvwgHDKm8EWSKQiJ3hiLC3OG { top:11.75rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpRw1CClH7FTAycVu3UNnq2JKQViNJPl { width:16.1875rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2FuFTAw37q0yVJkQtrG6pxSDV5w62Kq { top:24.6875rem;left:0rem;width:23.4375rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #teV1EtE6ifFFaJxdhr9IUKCwkJ3lNv3X { top:26.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOzRXRNcqfBzia4xeENaXuoEgMeKwsuZ { top:26.75rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Co35CTtRRpvlKL999Rwqiu1rKIgXb5ni { top:18.6875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoTiRXK0OEdgDAk2AAEwxJQrmFhiXbNn { top:26.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2OFv9T4VxmwAtawrI9wV5193m8Pfqn5 { width:4.5625rem;height:3.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWnnJCvENb8ZMoM2JtGgXpZnOZbee8BP { width:24.25rem;height:4.4375rem;top:37.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUKPCCi5tT95hVGVRLNplPnVWLw4MQRO { display:block; }
 }@media only screen and (max-width: 763px) { #kz72ZgCOsXB79ZgipqozMG1P2XuglVbH { top:0rem;left:0rem;width:47.75rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG { display:block; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy { display:none; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aLsuDxa2BEhI70Da8PAwXy6d9qdap0am { width:47.75rem;height:31.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Srko1fpZdZteTcLVtduI1ZvW5VHMHVwe { top:1.75rem;left:0rem;width:16.875rem;height:7.1875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #roAM3iqH28DE8P0UH2lJcaOps7Xld3IF { top:4.75rem;left:11.21875rem;width:26.9375rem;height:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hU8fKOpwJGNCACow0yqQBDzr2bHQeqId { top:12.1875rem;left:0rem;width:16.875rem;height:4.75rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws { display:block; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csmWFU4PcCOCX5bpCsrtZbdcDOCfDcAD { top:2.5625rem;left:0rem;width:47.75rem;height:26.846016114593rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 { display:block; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNGJIsniToVgGh5rohrkU9P3bh6rRBb8 { width:33.6875rem;height:3.375rem;top:4.5rem;left:7.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNVuMlsxViCdtxMu8sXBaHDTIn5a3Wd7 { width:47.75rem;height:3.0625rem;top:8.3125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwbNtOJB2dgxmmDb3um00uOx8dAD7u5l { top:1.5rem;left:0rem;width:11.9375rem;height:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2bDJgpn4LwnFhGDXMxQzmEZM81F1K6 { top:47.0625rem;left:37.1875rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbPm2gEmOKvprE4Q0SHx4x1Gw8oevRa9 { top:20.5625rem;left:0rem;width:25.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lquzI9AeOHn6ubepiif4ybfLQJcQ6cFP { top:58.5625rem;left:11.375rem;width:26.375rem;height:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbLR9eh2K0Ta55MPM09uMDu9z1zbq85l { top:49.9375rem;left:11.125rem;width:28.125rem;height:3.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFprFKoPeAloS49Mo6P5zvPAqvOVLNn6 { top:25.4375rem;left:21.5rem;width:24.5rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx7IOoNST2UrLQ2JMTr9q07SerfqAzVf { top:46.75rem;left:11.25rem;width:26.375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bU63tf6RCv4FZRoiJ8NmEIVvIyV8Tfi0 { top:20.5625rem;left:25.3125rem;width:22.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTSZ2d9tsLWmfcKXUdfaiXhicIyvE8Zh { top:42.25rem;left:8.25rem;width:31.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNDZ8PQU2d8FtgZEgiflsqnt3Ez3hVmH { top:30.4375rem;left:23rem;width:24.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJe5t8bh7EtbTdKr3DHFvinb89ca0Gdq { width:7.4375rem;height:7.4375rem;top:38.8125rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiyzpknhR7KIoAOB0DiTOeQ7DcKuDf3L { top:39.5625rem;left:19.8125rem;width:7.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQRoeEQ4xzX2uJafzN86OtJHMzEG530s { top:55.125rem;left:11.1875rem;width:25.5625rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bt25P8fUk7xmF6a3tTmqEJFw9UsNvTRO { top:3.9375rem;left:5.4375rem;width:36.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAwA64lWVepkqeeo4pb00Bak4vkbkCPP { top:30.4375rem;left:0rem;width:25.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qk2rdymLZ8WsfM8JxAn6zTXbTLZxwb9g { width:5.875rem;height:5.875rem;top:13.375rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsCeMH1hKeq2EmrMlMTnEoSvUy0boJPB { top:13.375rem;left:37rem;width:7.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH2sQ5UyV43VAvy4vabIBor1Ztk8onuo { top:16.0625rem;left:15.9375rem;width:31.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFR2VFqo5boWCZs5adLCXuVdhMUkpgqm { top:16.0625rem;left:0rem;width:31.3125rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ODwZOu4TH0ATZyDOedyc35EqzuE1dT9M { width:6.5rem;height:6.5rem;top:13.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdyOQU10UfK3CTcgqnIBnTesixVXGNZf { top:13.375rem;left:2.5625rem;width:7.5625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fruyQEaytuByKaXo5leqAR50XgicnIKd { top:38.8125rem;left:0rem;width:17rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tS2MCs7lLiCRRok8ME4odtRKPydStGbI { width:20rem;height:2.75rem;top:5.8125rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #i1wPtIQMn50T5vcVtwkvQVXVR2uanNTX { width:20rem;height:2.75rem;top:2.25rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bbfXJpwrgd7GNl2QfnSrW2z8yVdDib8J { width:20rem;height:4.5rem;top:10rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jl2gnfVXxs7XWoyMtIKfGTeab63idUiI { top:26.5625rem;left:0rem;width:20rem;height:4.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #xVs1DNGhZeoU6iet9XKPL0kXRmAJn9LQ { top:34.8125rem;left:0rem;width:20rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #veE72U8UTObd70SCM30LDRBSV46e4nSh { top:16.0625rem;left:0rem;width:31.3125rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #hsElGSNHIJDakNE6zl5RdXATbebHL4K8 { top:13.375rem;left:2.6875rem;width:7.5625rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JoeFtVC9dyBM4DbtcqmQ6UFa204MFmTL { top:52.25rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H2TehbPwqS8lEQU048fXIxP30WuE9D9u { top:73.5rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNStAo5miqZr3N2pUwasw1rqsA3nGETk { top:63.625rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HzykgZHqhLkASBSmFpEHP3OOPFaqhspO { top:99.1875rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #dwuXsc3NG1RnQXLg0ZkoGXfWJk2zRXtd { top:34.625rem;left:0rem;width:20rem;height:2.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #l3KIIqNd4vTJ6BTp1l9r41LGVqwpsqIS { top:16.0625rem;left:0rem;width:31.3125rem;height:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QBVIlGwupyglw4K96I8Si0qNilQ1Rso2 { top:13.375rem;left:2.6875rem;width:7.5625rem;height:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mRWVorRPBbXnAZe83STlPHtFpJUg9Al9 { top:25.4375rem;left:0rem;width:23.25rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMqHUNg11bnOc6eSU3SfKHFmR6XvMZII { top:26rem;left:0rem;width:16.1875rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uv1E7K3wzie1RvShgJwfbPJb0R3vPCAg { top:29.875rem;left:0rem;width:16.75rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZT6QVmX0rxpfN2qws3r0EXkpmyT8pCb { top:37.6875rem;left:0rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKF48zlz6TXuDu69G2T3Ha4HFNGHckcq { top:72.125rem;left:0rem;width:17.8125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #HgQo35POIc3BWAZi7SQOQqLoSaLaTTaT { top:79.6875rem;left:0rem;width:17.3125rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO { display:block; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOXZ4gycOGgQhShbuNGzrZ1dmTSeP45G { top:34.625rem;left:26.65625rem;width:12.0625rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4FDPIPlQt2iQLv4O6GNmuVL8TmZn7l { top:26.5625rem;left:28rem;width:9.375rem;height:8.125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPObXeB9W7TzrtWzCBD41aVbZy8y4xbv { top:24.375rem;left:25.75rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLk42maZboIOrXge0czhDSWxWmqMEyAs { top:42.8125rem;left:25.9375rem;width:13.875rem;height:7.375rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UScZ1UoOsnMDosQFHm0Du6Nb5I4R1h74 { top:40rem;left:25.75rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWiofL1Owd4rpUxu7lEQiEiXbglcVbL { top:50.25rem;left:26.84375rem;width:12.0625rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBfy572TaaB8Rm65g6PAb0l0JS9k3ErQ { top:56.125rem;left:25.75rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDkkcxBz7LT9uPtyB1AI7C3ZzoJ3It0R { top:56.5rem;left:25.75rem;width:14.1875rem;height:7.8125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRrwlxeDtk2ctLvmJ7SH6n3JIG58oV9r { top:64.125rem;left:26.65625rem;width:12.0625rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3C9UK26kNwXIGUpRxcmm5E9rSWqeCA7 { top:64.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tM1oxw6r11NxrJhBb2eJCvyRH4irq0PT { top:33.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fnzSDywBu26oCdFFLQfSF0mJSK8llTpl { top:33.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NiKPGL4tJU4fgaNLJd4yPsxNg7HKoyAi { top:75.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LQoevqEofLBWcJPT2x2cQtI6IIPEwQvr { top:28.375rem;left:2.125rem;width:21.75rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2QM4qRDStUy2CSEZ1A96D1JSILaPPT { top:44rem;left:0rem;width:26.5625rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPTIOko1SB7x1B8hTorAcCT5O2cXDyHl { top:59.125rem;left:0rem;width:26.5625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .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; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .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; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d { width:18.625rem;height:5.2175rem;display:flex;top:25.375rem;left:4.1875rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #z8DJiEJS5CnqNai4SkCI83aLnlR5N3Kh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #ZbA1CCHnieJDrAuc38qZBRiJTaCby3f0 {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #VmVfO6PWEnTwc8ALveDMoh8w9swwkSw3 {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #QMg82eI7LnqcS7M6hO8E1WlK5kHibvzz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #aMfdxxKfT6nPMuHl5evasGzGTg0Fpzct {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #qi7laRNx2C7Gh4iAN86zoBSzUSb4bzVr {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #Rg6F5x3gnTOOpG5WdQqrO8s9M7BlTmze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #QuwNx94rvPK3oQdoNLTGqmtzETlVFmDN {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #f0cQyIHK2EGrBenwGxnPEtV1zn4vT0Dl {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #banMtmvUVKf56hNtW2NMyM8p1WtGgvf6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #rPlfbzg6UDPL2cTUTbcTi4LTCXctno6a {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #l2R2CJbD1XW5qGZCNyS2vZ9dxFBhAWKF {  }
 }@media only screen and (max-width: 763px) { #PxAHEgDQOmbHJcQzXOnAPNc8e9s0KPcO { top:7.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp4Z637cQMaDuwy96dkZn2RWWtqoBPb7 { width:22.375rem;height:4.4375rem;top:13.6875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtIKFbvsdfpsP8rW2o5N6WpqUasWaAL { display:block; }
 }@media only screen and (max-width: 763px) { #gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ { display:block; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NW1DscpPualEhz3t60BBvubhXnRwVams { top:7.75rem;left:2.96875rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9xA3kCFCFAoDglhnJVMKHOHSpidWJ8m { top:3.5rem;left:31.28125rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7qiwMWrV3f1ibpDT3yDoX62RlrUbkbN { top:15.625rem;left:14.4375rem;width:9.4375rem;height:6.25rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gT6kXIBxz34bTuidoMKrKrfnLHmrFPSd { top:11.625rem;left:9.625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfmqFRmBflU7TgtRxNvmIfinWbUHJ0Hk { top:13.5625rem;left:13.875rem;width:9.375rem;height:7.1875rem;font-size:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UG5ufJ7NpJEKRdaANAuhv5q3HQ94Ou20 { top:20.6875rem;left:11.8125rem;width:12.0625rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXRepe30wd4mlw8CyW4TEbzVgeF3i0VK { top:11.6875rem;left:23.875rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xugTvxptEWJTShTCdaoiqgwCSEyVs6qo { top:14.375rem;left:23.875rem;width:13.5625rem;height:;font-size:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r0XC3v4Zz8MTgrvSu8OVSS0HKomRx43u { top:20.8125rem;left:23.875rem;width:12.0625rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1FCZDzTlL3WEQLnKBxymypKp9WoWwg0 { width:43.6875rem;height:11.5rem;top:32.75rem;left:0rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTHJLtk6XUKTdTK2nwJs7dVDQCa3lTo5 { width:20rem;height:2.75rem;top:2rem;left:0rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #KSeMvvT748LA9q2mdMJVMrAOEffiSWrt { top:3.9375rem;left:5.4375rem;width:36.9375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAl6ip5yLUew4tl33QG4IMP2TLmlwb0n { width:20rem;height:2.75rem;top:5.8125rem;left:0rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VWhtogTN0iLvVkn7WpF2qQemGTtp5Zmm { top:24rem;left:0.1875rem;width:9.375rem;height:7.1875rem;font-size:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zAFdetvDiwIfA5TLcvDbBoMmf2lPxw8M { top:22.4375rem;left:0rem;width:14.25rem;height:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ETxcPIdFPzaaKHuarB2eKX0uuvE34nZF { top:33.9375rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #miVkh9TU6EdRfiKABgJVB8KmmdJb2Z2s { top:40.375rem;left:0rem;width:12.0625rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #RP56fi4LnWgzuk8x7CqLhav2oRm32dBr { top:19.3125rem;left:0rem;width:11.25rem;height:11.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #I4H6d3pr6D8d5CbTmBJh9JByVUWEF67k { width:20rem;height:2.75rem;top:37.625rem;left:0rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0FhTcbEEAkX2D1fGoreC1MWvDBCE3zN { top:22.4375rem;left:0rem;width:14.25rem;height:14.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ogXlfVITiu5Om35zUUqpHmQmePh9RR03 { top:40.875rem;left:0rem;width:12.0625rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WrhDdCeOzKB0ETykCF983FTEhBw6lTJJ { top:38.625rem;left:0rem;width:12.0625rem;height:;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #sd4vTrogW5BiS0u3o98C1yHdwzbzZlR4 { top:32.125rem;left:0rem;width:9.375rem;height:;font-size:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnZz2dkx8AW8q3upCnCqZDFTqHXgrhHP { width:22.375rem;height:4.4375rem;top:48.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKul56FE2vLeSFQvNTZP9IEwUbxq89IC { display:block; }
 }@media only screen and (max-width: 763px) { #Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa { display:block; }#Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EP6f8JfCQxZA1BbmT7U7BPXMJebpPvch { width:47.75rem;height:2rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GemC9DfM2POlZUerc1q0Gb3roTm03qTv { top:7.5rem;left:0rem;width:20.3125rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZAhlTUFTvcTGSRf7liTiEW87X7VTwxE { top:7.5rem;left:13.1875rem;width:23.75rem;height:3.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7DtWK7rboCAkgI3kNc9fSGB34FvvAMk { top:7.5rem;left:31.9375rem;width:15.8125rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4GUN26gykWeUQ9K8dLW2SbkWkJHh1VV { top:10.6875rem;left:36rem;width:11.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZb6U5OpRhm7VmhbD731Xrqs4mpTwBpe { width:20rem;height:4.5rem;top:13.25rem;left:0rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mBF6a2rUTNtcsS4FaAvtX4w7fhZkDAOx { top:18.625rem;left:35.78125rem;width:11.75rem;height:10.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAlPU1FrqNWKHbqoFA42TFVWegO5pDh5 { width:24.25rem;height:4.4375rem;top:18.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSHKssBX4UehyozspH6mavJRB99TMaG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT { display:block; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhoLCov3y9zi74BHTm2JiCpUva7iTR3T { display:block; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SVlz7gxRgMkKmIGTQfsglQSeFScdofND { width:18.75rem;height:2rem;top:23.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yncNbsb9g2Q2J1NSoLQm6vp23cnX1uTz { width:18.75rem;height:3.125rem;top:26.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdIKsrAscJkO1m5J31tJmMx0fi3Hg6BK { width:5.375rem;height:0.125rem;top:17rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9UKpIgH3wR5a2I3JgypzJOJJJB14ClM { width:5.375rem;height:0.125rem;top:17rem;left:26.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrHGeAGdHKrQdampHXqQsmdFP28xledc { top:2.375rem;left:0rem;width:44.375rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b4rohhuJ9kGHpqakKN2VQJVbMZqPq5E2 { top:5.9375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #coGIpvQrTQUf2mvhOhvTTwbvrRPBagKh { width:18.75rem;height:2rem;top:23.875rem;left:13rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsT95DpHA7D2igmrALoFNmy4C4egeIZQ { width:18.75rem;height:3.125rem;top:26.4375rem;left:13rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTsXayi0SD637E6bQln1tPrrGUGUUiOT { width:18.75rem;height:2rem;top:23.875rem;left:28.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXFE4dwTBGakcWBwkP7IcrvPLMDPKa0E { width:18.75rem;height:3.125rem;top:26.4375rem;left:28.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvAMDATS1cP28NmZRzpZPXVNsqMOMcZJ { top:10.875rem;left:1.1875rem;width:12.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsNVN3dcnLTVrThH59vxDXrTv9ZaDyg { top:10.875rem;left:17.6875rem;width:12.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH8XQlF0KagZcIOsqwWWlX9Ch2A4HlZr { top:10.875rem;left:34.1875rem;width:12.25rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOLGGAGrVtH5apzh5ZhmZIyE660m9cWa { top:10.6875rem;left:0.90625rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlBoEFp9gqmyfLRoRhvTmw0VP1STbga { top:10.625rem;left:17.40625rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s17rtrLiTmn5mMvoB8TLrBHz80otO3Qb { top:10.625rem;left:33.90625rem;width:12.8125rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqWJeI0wOZftOZD32sQ232NtNyWWfhr9 { top:2.3125rem;left:0rem;width:20rem;height:4.75rem;font-size:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX { display:block; }#QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HzolqhEh27xhq6F84C2Go89GzJ9lg1iJ { width:25.5625rem;height:28.5625rem;top:9.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gZ6RHRvHKKBZzuBbtxVpKQLozEK3XvHg { width:21.75rem;height:8.0625rem;top:27.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDmbOBb1xP2A7HQPfDFTVBQNKCikBoxo { width:6.25rem;height:6.25rem;top:13.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHCPfK65QvUcMK1hOeicrgGxx8MSKylZ { width:21.75rem;height:2.8125rem;top:22rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfamCPNsWIn5Zs9TXSFsp4brGTq0oEFf { width:25.5625rem;height:28.5625rem;top:9.875rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urKlfudPsW0T5nSU4v2AQ50lil55yrxI { width:21.75rem;height:10.0625rem;top:27.125rem;left:26rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRFaHEoOcpQ4AWy2N8Nm4WDtP9zkSX0e { width:21.75rem;height:2.8125rem;top:22rem;left:26rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ0DSwHztDb0LNKvr388Qdaw6WnNBzvo { width:6.25rem;height:6.25rem;top:13.625rem;left:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4o3WySMLbZQASI0TzsM2ALZABPsgpvQ { width:47.75rem;height:2.75rem;top:1.8125rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTtnXBedbecJT4qh0bqJmX9iUHObJIBf { width:47.75rem;height:2.5rem;top:4.5625rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEvIaa8s4JbBgSQwPHhp5oi1mVARWNRl { top:17.8125rem;left:35.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0totuxb5LIviLCUGUGqDzTQqCOVe15 { display:block; }#WR0totuxb5LIviLCUGUGqDzTQqCOVe15 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFTFLQ6WL4tySfoZrlbCaQ2hdCfUhSN4 { width:11.875rem;height:3.625rem;top:6.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5c39ZKzJXeJeReoocHlxE1BBP2R8T4N { width:13.25rem;height:1.6875rem;top:11.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMOViulTfNxMJ57pQROZ8O2sdaaswb4k { width:13.25rem;height:1.6875rem;top:11.125rem;left:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlkLIwN2ODh3iwbO22CbFILWX75EkspZ { width:11.875rem;height:3.625rem;top:6.9375rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iz3pXQXn2i7a5ygo3D3dWr8eQ6oCDKFk { width:13.25rem;height:1.6875rem;top:11.125rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP2OJngDAq1i5kULirVdtMonpFiBmzDb { width:11.875rem;height:3.625rem;top:6.9375rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvUu2Wf6Ko3kJGgAeEQ0F8oJqN1FHV2f { width:13.25rem;height:1.6875rem;top:11.125rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGJMxTV9yM6kdafuqabFUUawx2CI7FRX { width:11.875rem;height:3.625rem;top:6.9375rem;left:35.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJMQHgzWr3PaQXDKJqVL6vpMTZxGkJ8 { width:0.0625rem;height:7.25rem;top:2.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goe0B5hwTT4o1DkTnD066WLy9Aclhgic { width:0.0625rem;height:7.25rem;top:2.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTTQkfPvhPSXQvp0bHIuEingM3n7sJv { width:0.0625rem;height:7.25rem;top:2.875rem;left:40.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWtUUuXkNX76EsG6oTcmHbTXan05Udof { width:5.4375rem;height:5.4375rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNwHGQSUInspEuwTeMXZDV2VZ8e4LICU { width:5.4375rem;height:5.4375rem;top:1.5625rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJLIHXTHTglBzsPs94nIUTIPBaM88bUR { width:5.4375rem;height:5.4375rem;top:1.5625rem;left:29.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDvpeaL8z3bLgEZq1Vv6h8y4fIv6AgPd { width:5.4375rem;height:5.4375rem;top:1.5625rem;left:42.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH { display:block; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gd7iKVvw8vSvtnZ1A3PWGoJ59rSgWyqZ { width:47.75rem;height:24.206179066835rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHE6pF4gPJD2XBky0dXXtFnHzC1u7R3 { width:36.125rem;height:5.375rem;top:12.5625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwEZT6S9d8P4fT9iz1pzKKOPm0IW5Ab2 { top:6.5rem;left:0rem;width:10.1875rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlA67WtlqvA2Fb4yVw0LERiIG0otQrrQ { top:20.0625rem;left:38.6875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrzTRh0K1A3qPEvSRMnDvCz5BRp5tf1p { width:22.375rem;height:4.4375rem;top:55.3125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNhMv5ZnvEdWw2Xzicud9LGK9El2GR1l { display:block; }
 }@media only screen and (max-width: 763px) { #bPO8tgEskMTH24aELKEQcJ0KSLMoxx3U { top:61.625rem;left:0rem;width:40.8125rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOJabwFca3awPDnJcv4aDTDhRQ9dwol { width:20rem;height:;top:4.625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 { display:block; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hFA5LAlhTa2MWfcmxdlGWM3nb5FBUDug { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l54d67VE5Ia8Lag0P6cOf6KPmkFqTrUV { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UB9ywdxIB3myaq6qiVT63LdQSkuUlMkW { top:10.75rem;left:9.375rem;width:2.3125rem;height:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #p4dqKsfZxw1KBTQFTXvWeOVGoGErnEOp { top:11.3125rem;left:3.46875rem;width:40.8125rem;height:3.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtoHfJPIlZF94aReTesxpu2scPIzIWO7 { width:14.9375rem;height:3.375rem;top:3.6875rem;left:16.40625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QadaigrkhiiEiTvayGGkAyPrrdPVJX6p { width:40.8125rem;height:2.625rem;top:7.875rem;left:3.46875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2k6eHedWvxLUb2tw96gSyi8D5w99SWL { top:5.1875rem;left:38.5625rem;width:9.1875rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsDKC0RdUfkOF3Mu8osITtuadMTM7FA { top:1.3125rem;left:0rem;width:8.125rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM { display:flex;height:auto;width:29.6875rem;top:17.9375rem;left:7.3125rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #Zme6kUgQGD4aKBJFN1UW823xWGzgONDH {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #rkaS0zTAnluwG4PH4TkrEDZQUmfqc9rF {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #S9cqMsy7MBwMWBW08xPwaHi5R4XHmN2b {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #UcMZWkF99ELwsJOmbf1OgLyAmqMkUggb {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mBdy1PVJSNCTTGLvNdiTfdqTb7FeJcUE {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #pd5g8SlQxtnQdOG8doAXS7MdeGBTD8Rd {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #DonnQMDWhZxTA9MagJ4Wbx7ANGmXl6cr {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mgtaMPgJvHHPDowcJTNAEeH26WIyTwcG {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #fidfPafMMooAiQfruyWiihUVqRzcVn1T {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #uelg1Mbp15pT5SMGLz64pRFGKthPnNHG {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #byRL9zVct0wW7vAp9rlRwkyUaviZSD40 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #giVI3cId1U5zIfDbxP9y1azvITaHG9EI {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #a2WktuRUwvwlJfpWhRkOwIJmMtFlwTTS {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #oQ6VJqcsqWeFOs1Z5DIbrMhFTrx7enel {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #NCqzoEILM4bvV7Sh9TEuqPLBRBfW6Sdp {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #PwPaqkPSuUE9xTKQSXRD0isgAHw38iR1 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #GXkLe614TTlex8Xuku23OnJGZnGUDs14 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #P8JCD0ettSbKlwoN8GMKpBXaWP91rNF3 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #BsBlNBkrvB4avXRpsehgTMqSuDivlyKg {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #UTJO8tQ1WKCpcfyo7PiZTc2doEMzXUDc {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #lXInHSaeTkZXuAeTXdaybCwnXQN2Jofp {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #vwoo0SXHphUP5gsMLGQ5Vee5be61Ffvl {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #qpXEUBwlBVC5p5zeclvV4ctuT3bKNfbh {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #TysIwxUpf8VNlRUUyF3JHrqmFfIVezBx {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mztQhkiNxbyEI3XXsZDmk46WpUnfQQZl {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gG61cwqDN5n4B1ITWLqVqIZKf3k1caTG {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #iOezA8AeI62kwnLEBPK0Rl930T6VT81q {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #n3ck1BpMKxMzQAD30Z41BbrpizhPReIT {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #k0ufm04mE2NAR6CL4uI3CDkyVxHgbdZl {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #o5bmRTEQTTFwhKVCO68xKUQKxl3qTxeV {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gfCLOWqeuNgx3TZCQhgqPq2c8pPDFyaZ {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #def8bIDpiWUDCBvGQGHoHZK9HCcMtLWB {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #l6eRJ47cu0kHaDt0duWOhhTiKd8gblke {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #U6E5SbLmrt0WH3bwuyOr9AhzIHoUBB4r {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #ICSU6BfTQZDHB3INvnppeJHgai40u8xO {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gV6ApBWKGwEHSgHTf5ThXopC9kfsHvoK {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #XaXteQTThwQdfb3azytzUms2cd6JhkSt {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #f5CdlIAfdCgbzuNEFzpywt3CepVTlrG8 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #CmuR79PzI5dXzmqTVWyE56p6OEUHaoer {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #fz06ZUlVi74NfLkoDqenzThC2gRCmuft {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #LAz7KbO6Wlqf746kqXARBecDUxh4UfQx {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #tixQBmUxern177koSTSfF1cdPkKZ5IRn {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #M4KxVlc0bPLr6cVQOry5o9UvsRl0RnCs {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #a8sEpSRMpEeBwGCaWGLE5ZBrFl19yGCw {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #XdhTweGRrdkKsd4hyTtmGKKU6TgBXd5D {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #ABlqcThydiOi11o3ezaTmc4iB0EyhCWD {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #DSdFPDFWa1XQ3VmLerKPNiTsPxQE8EyA {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #zTiKo7Nxpl8EGdMlb0Xw4lHz0T38tOJy {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #g7EqMq4XbUEmi6XsnETQMgNdFBsK4FGn {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #RVCaXmJpHGc6dl2mXwrUD2I7qmICuIS7 {  }
 }@media only screen and (max-width: 763px) { #Vp792gsNqw9W9NqtWMTXpCU3BNOUErWW { width:20rem;height:4.375rem;top:4.375rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qX6THazPA5c0Qa8FnRK5NlTxHL5wk0Qr { top:9.3125rem;left:0rem;width:18.9375rem;height:6.0625rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nlapJ5uytsip52TxF7rrkWtzlTxPTTXe { top:58.0625rem;left:0rem;width:28.4375rem;height:30.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXAewOzlegwXi1JHncZhH0mn7L71Ezn { display:block; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vaTeD7cuhmRyK08fxSfUm1oeiMeZTZZ7 { width:28.5rem;height:10.5625rem;top:2.625rem;left:19.25rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ECNSRgS3flrMA0e5F6K9cA83vL5isg { width:19.8125rem;height:5.3125rem;top:15.5625rem;left:23.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP5sfIBB7ZMynUBMsT1FRELhfSTaJ2QW { width:47.6875rem;height:51.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 { display:block; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zdx78CIpAv3AVLfXJ8zBhvA1DgeQNJSS { width:28.1875rem;height:2.25rem;top:3.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynZMDpsQWzVGZMOWNc5coc3fywwF79NK { top:10.375rem;left:19.875rem;width:16.3125rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledyGly6ikDMODFATycmZTp2EToyL5ak { top:15.6875rem;left:0.30000019073486rem;width:16.125rem;height:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOGCFuukwChPBHnhMkmI1QiMv2Ur7xyI { top:5.5625rem;left:31.6875rem;width:16.0625rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhPaiX4D6qvxT7cxfgFTls3FGUkkhTU { width:28.25rem;height:6.375rem;top:6.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6LZoRaL6rU4iyxIpIp0un0tMHic3pI3 { top:20.25rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnb6nPXbW6ubE4PDNASAmUpJmvw4qmNi { top:15rem;left:39.5rem;width:8.25rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKSxSvENc9uNzd5xqWWb2P0xzT5xLgd { width:23.625rem;height:3.6875rem;top:50.0625rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fBQXmcRSg9TJrpWxf7VmicSS1MGG2T8K { display:block; }
 }@media only screen and (max-width: 763px) { #PagO6d1v7umRdvXOMENdaS8go93RTLgN { width:20rem;height:5.25rem;top:2.5625rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Htw4BDiL1zs9r8HunrSJWdSU14hThX1w { width:20rem;height:7.5rem;top:6.6875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfHBNGe3MLPuJCCI2FcV0NW030y7xTSE { width:22.375rem;height:4.4375rem;top:58.625rem;left:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QUmzs5RfhnR1XwmZ7aXD65PONVzGvtT2 { display:block; }
 }@media only screen and (max-width: 763px) { #XsSflA52lfZGuL1PexG9NmE1V14ndfKz { display:block; }#XsSflA52lfZGuL1PexG9NmE1V14ndfKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl { display:flex;height:auto;width:29.6875rem;top:17.9375rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #iVqCVVMJKPX6WBNnodberd929vQmNHI7 {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #O9E3iyv412IT3TzFGtBFV0gJSolBAM0o {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #BPctUB5vkOb0hCRZToP38Uhz1ogPDPTr {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #dduizZaV4cIw0q1VJSs1T3GeURXZEcRT {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #qhf6n8TP5leiGQH3hdr5Pn5M00DI8s48 {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #LvKoLcL5TrQHKE7JTgnuVqQTuF7MKfR5 {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #VUOXlwlTpKk6mvy6KiNk78CRk0G7bzCd {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #peUArEw3UvLTE2QUqfKFcagJRtzqhnJx {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #viM5OKeTeHOg39Z1TLmb3CMfBvTSHfWO {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #g93ovh2UAHAuAf9Eklc6L1t8vxCACR8Z {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #Nq7fpUT6gqEe5sPam9oPMBpx8F2TVmFD {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #b0nGDksUD9birUfSbLMomfTClf9CvpMD {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #tKkWqC90C2sC5paFuGlmZdOcBNKevu3R {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #HczehbcCp03Lg7DDoNHQiC1zPWtIAlEm {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #ur3KMKmyUnkWupecJO3Xnhs1sxCW1izV {  }
 }@media only screen and (max-width: 763px) { #cgDFeMWT7mT30hHROCs4TkFxHUXLB5o1 { width:37.0625rem;height:3.375rem;top:4.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0u56PzT080n5U0TNPSSNUZbx8wLXgei { display:block; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0AKVJoxNP36uF84P5nOw5QEqeqtTAqW { width:12.625rem;height:5.625rem;top:0.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TyoZ5ebTBs8ESamJFiFgkc1at8DMJD { width:21rem;height:1.875rem;top:2.4375rem;left:19.1181640625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htaauQTo13sT6FtTIqoLXxNZM6nr4LWr { width:7.9375rem;height:3.4375rem;top:1.375rem;left:37.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7xkCCWSa5WqHS5TSl7q8eyWEfQdLT4S { display:block; }
 }@media only screen and (max-width: 763px) { #IrxT0vsbGKvM4A6h5WyaMhsJq3onxTnv { width:15rem;height:1.8125rem;top:2.4375rem;left:32.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJKIUwcKFCUzt3xxbNDseboXoSUsdC1x { width:21rem;height:1.875rem;top:2.4375rem;left:19.1181640625rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 { position:relative;z-index:auto;display:block; }#xT29BiJkLA5J3CCtcnLmz9Z1XuMfZnb1 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JTEffLpbru7fNQ7FtaQQGKIxcOccOsLo { width:5.3125rem;height:2.5rem;top:6.9375rem;left:6.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5gApzhq8oLTx1beBQfrT8DWfqOh5e6u { display:block; }
 }@media only screen and (max-width: 763px) { #fDi5RTqQxdxsriR9MdoTLvWupqTevTyG { width:5.25rem;height:2.5rem;top:6.9375rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pImbRBDvm4bpWaPAxKEQpfxfUlCUk3we { display:block; }
 }@media only screen and (max-width: 763px) { #KpAKBnSxhyfy11WKvm0u4Tve9W1oPm0R { width:4.1875rem;height:2.5rem;top:6.9375rem;left:12.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flRp4zny30DrWTJl256vVetaaASQCF7m { display:block; }
 }@media only screen and (max-width: 763px) { #VhRPBwclPt8MZ2rRlKwVIWymxCPBs3bI { width:9.3125rem;height:6.6875rem;top:0rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAkdcK4HEhFWwgrqN9PI7iecIR6073Q3 { width:18rem;height:3.25rem;top:13.9375rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LT9p6GgsNfm8Eh012nbcRer5P0fn5c0b { display:block; }
 }@media only screen and (max-width: 763px) { #ucVngpeueIs4z1dNT97Oc7kRRk1o38Pl { width:2.875rem;height:2.5rem;top:6.9375rem;left:16.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zagr3EvBnINOuaypE65lJKW1gREgdN3T { display:block; }
 }@media only screen and (max-width: 763px) { #gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95b83065-b581-4318-85f2-dd3a7269612a/noroot.preview.flip");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1.adaptive-delivery-prevent-bg, #gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1.lazyload, #gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1.lazyloading { background-image: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { background-color: transparent; background-image: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container > .video-iframe-container { display: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row > .video-iframe-container { display: none; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .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); }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { border-width: 0; border-radius: 0; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnPoyGnmrUBhCQvNBCl6XAfOyg8QlcB1 > .row .container { width:20rem;height:66.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #phw5Q0cSszfMpSr6klGmDTMguC9prCpE { width:20rem;height:0;top:12.5625rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXxEvXTDCU9a7CvIpNwoskItc24kD00C { width:16.0625rem;height:3.6875rem;top:38.755859375rem;left:1.96875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQ5OCuwyDOxObCWq4U9aads0UFaOGcO9 { display:block; }
 }@media only screen and (max-width: 763px) { #A4LOgCtht3DvCpZTVgpVd6vOukfTEBBO { width:9.5625rem;height:9.5625rem;top:2.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q0oVxmNHU7Dhvrx8TuQKkO0X9x79Fem8 { width:17.625rem;height:0;top:47.8125rem;left:2.375rem;font-size:1.875rem;line-height:1.3;z-index:15014;font-weight:700;font-style:normal;text-shadow:0.1875rem 0.0625rem 0.3125rem #000000;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #fXsa8ZPsRzDEuWd8Xo0UGw3AisE7E0Hw { width:4.6875rem;height:4.6875rem;top:19.5rem;left:5rem;z-index:15115;display:block; }
 }@media only screen and (max-width: 763px) { #gCSqr0H6RIT27JAKQgMVOCmRwziXeMZZ { top:41.38671875rem;left:1.25rem;width:17.5rem;height:4.9375rem;z-index:15038;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:2.1875rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.79) ;display:none; }
 }@media only screen and (max-width: 763px) { #z8dsc1DyuxK4oIuu789XiJdxOBh462nv { display:block; }
 }@media only screen and (max-width: 763px) { #tttwvKemQOk50EpTzCxaDCDFtu6E54sz { width:20rem;height:4.6484375rem;top:7.07421875rem;left:0rem;font-size:1.9375rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRtOaOHGH3N1pTV4gmSG5mbHJ5dSGCri { width:8.6875rem;height:8.6875rem;top:3.28125rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SnWFWHTo7HLCsx9RtbOByoHSD7rUZOLA { width:16.875rem;height:15.8125rem;top:12.2734375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSzBPxUi8i9bXdDSDb1fePrtl1wslk0g { width:20rem;height:0;top:14.73828125rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tkxGB8Fk4BtDUbQ43nTEZNx4b2Wa6W5s { width:18.6875rem;height:3.625rem;top:1.875rem;left:0.59375rem;border-top-left-radius:3.25rem;border-top-right-radius:3.25rem;border-bottom-left-radius:3.25rem;border-bottom-right-radius:3.25rem;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zku8FbDDv3BIuMAPpv0xoC1THXdEZl9W { width:17.5rem;height:8.4375rem;top:29.3984375rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QFABQub1aPIkyeCz0ayEIHv76tLQJe1p { width:5.125rem;height:11.875rem;top:17.5859375rem;left:0rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #kdeRPXET17cospVELbVM5uB6v3z6m58p { width:20rem;height:4.1425875rem;top:43.5546875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfXulVsdf6u7luKgL71U6KV9rFnEtExW { width:8.125rem;height:6.8125rem;top:49.3369140625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKSHkTdlIU3sTqB6dqg1BLLuTu47FGi3 { display:flex;width:2.25rem;height:2.25rem;top:50.125rem;left:13.09375rem; }
 }@media only screen and (max-width: 763px) { #F6EI8z3drHWvJWoVd3c7ImRoIoO4xnEq { width:6.9375rem;height:0.9619125rem;top:52.625rem;left:1.96875rem;font-size:0.6875rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #JzT4lJ1OVa33OfShtUiDc8RKtROdmhGl { display:flex;width:2.0625rem;height:2.0625rem;top:50.1875rem;left:4.21875rem; }
 }@media only screen and (max-width: 763px) { #taVyKd54xNqOgtLmlz7GsaUFB6BBDZLI { display:flex;width:2.1875rem;height:2.1875rem;top:57.5rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #Lr3J3rRrdHDKEMA1Wt5wpav41k9lw6c1 { display:flex;width:2.3125rem;height:2.3125rem;top:57.4375rem;left:13rem; }
 }@media only screen and (max-width: 763px) { #xCILiZzpSnyK7CDVMSB6NngvMgBd2OQX { width:14.1875rem;height:0;top:104.7744375rem;left:3rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #wQoWHFRtBJqX4NTmCl87zhh52pIvWM7V { width:14.1875rem;height:0;top:117.2744375rem;left:3rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #T38GnC0dCgqPS6kSGTC9zk70HVJ8mpQP { width:14.9375rem;height:0;top:130.0244375rem;left:2.5625rem;font-size:1.25rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uS0pbsvezh5XtaADZWfGxTBacSycpgPp { width:16.625rem;height:11.25rem;top:89.4619140625rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kdDnDU1Nw2GFCTqcWzyqff53x27iTDrw { width:16.625rem;height:11.25rem;top:99.8486328125rem;left:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iEQoywSMJ6MkhnBfkumUtRM9RUXEE869 { width:16.625rem;height:11.25rem;top:116.3369140625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yoTBx1K6OisM56Cqu87IqkV3VZqnE8xK { width:20rem;height:2.2734375rem;top:2.67578125rem;left:0rem;font-size:0.8125rem;z-index:15093;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #i27PGLkMFUg9DDHKWLoTPLdzcNub1MMx { width:6.9375rem;height:1.57421875rem;top:53.7734375rem;left:1.90625rem;font-size:0.5625rem;line-height:1.4;z-index:15101;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #fbVcWNTH65z4HylprUAqGf90xXdW0t51 { width:8.125rem;height:6.8125rem;top:49.3125rem;left:10.1875rem;z-index:15100;display:block; }
 }@media only screen and (max-width: 763px) { #QtxNn1ZAnPOMRGDiENWXgTlenWgBZ1z4 { width:6.9375rem;height:1.57421875rem;top:53.75rem;left:10.8125rem;font-size:0.5625rem;line-height:1.4;z-index:15105;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #W8q4ZTfhUrUvakrnVFNCVlAvSDIU2aHJ { width:7.4375rem;height:0.9619125rem;top:52.625rem;left:10.5625rem;font-size:0.6875rem;line-height:1.4;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #nbelZEJeJzIA750KvpD47W5oR0rpcPHA { width:8.125rem;height:6.8125rem;top:56.6875rem;left:10.3125rem;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #i6zH7LTfHETxQK2LN6JzS1C0giRxQuZ3 { width:6.9375rem;height:1.574225rem;top:61.125rem;left:10.9375rem;font-size:0.5625rem;line-height:1.4;z-index:15113;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #H4DzceP6VdBXhsEotT2ZGKz8zVDEXcFa { width:8.125rem;height:6.8125rem;top:56.6875rem;left:1.4375rem;z-index:15104;display:block; }
 }@media only screen and (max-width: 763px) { #tAe8XBvHo7vaUPrqRhc3f0g7fclX1cTe { width:6.9375rem;height:0.9619125rem;top:60rem;left:2.125rem;font-size:0.6875rem;line-height:1.4;z-index:15108;display:block; }
 }@media only screen and (max-width: 763px) { #L8THmtVTzLX1oZJbM2Wfyr1AQbdPh7u2 { width:6.9375rem;height:1.57421875rem;top:61.125rem;left:2.0625rem;font-size:0.5625rem;line-height:1.4;z-index:15109;color:#232323;display:block; }
 }@media only screen and (max-width: 763px) { #Tw3UXDR5s4w4Nt2kEvIdxGnd754vehJ4 { width:8.3125rem;height:0.875rem;top:60rem;left:10.3125rem;font-size:0.625rem;line-height:1.4;z-index:15112;display:block; }
 }@media only screen and (max-width: 763px) { #eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp { background-color:#ffffff;background-image:none;display:block; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container { background-color: transparent; background-image: none; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container > .video-iframe-container { display: none; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row > .video-iframe-container { display: none; }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .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); }#eC7IsycSRaOPeJDaKQkkMM62D0tXh9hp > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PaNNKd6cJ6tXCuTn6b9C3Uy8KtxcGDHW { width:12.0625rem;height:0;top:36.5rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #czfGqLqvl7nHn2Kmg6L4CubkuW5nTpVs { width:12.0625rem;height:2.69921875rem;top:67.4375rem;left:4rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15014;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cqy1QNt7ZXzOfu6s4hAdM6pOxUgTaKbT { width:20rem;height:0;top:8.0859375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #NMReGt6LfRStbsWEzxs0eeb1lOlraUyv { width:12.25rem;height:12.375rem;top:13.0625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GiUUaBf9pC4PTtCkXrxTSiS5A6SGukoW { width:12.25rem;height:12.375rem;top:36.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdnBVZTXtxPLHuHt4kGryKvbiQRD0ARP { width:12.8125rem;height:12.8125rem;top:26.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I225oKiScTIXMV63NN6KFRfaUva0iyNt { width:12.8125rem;height:12.8125rem;top:38.5625rem;left:0rem;z-index:15115;display:none; }
 }@media only screen and (max-width: 763px) { #RlD1svwAT5OG43wd7EiCvEFkPib1oXuK { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qygQToso0GGt7XtZ9N8qJPxdxRvxdcER { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRgcV4KOCS1hyA4qTBbQ8wAOgNQ2cgWi { width:12.25rem;height:12.375rem;top:62.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxCViLJuVbpOCSe8shoEHnycGz0wqbGJ { width:12.8125rem;height:12.8125rem;top:68.3125rem;left:3.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LgCVzz2w4raqbHOZEmgtCUqw92Wb2Pws { width:18.75rem;height:1.7871125rem;top:26.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqhxhsinTcVeBFVdAZLf3q3EQm1i2za7 { width:18.75rem;height:3.9375rem;top:29.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9ThlcNWrMhZ99y4RCWyO5kHoOpqoJHC { width:14.1875rem;height:0;top:70.07421875rem;left:2.875rem;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #tz0KCLRyVArfeBh7B2fU4bLgG6VVf4qu { width:14.1875rem;height:0;top:73.94921875rem;left:2.875rem;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ODX3TdgI9CAOPSTBllVsAzl6mKLrQPK2 { width:18.125rem;height:2.44921875rem;top:8.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM0sVxtKektUuS84aCgwz0hnNDr7q7dE { width:16.9375rem;height:1.6621125rem;top:27.849609375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKTLxAlac5CeDVbQJgNFzr6cyfK8EX5H { width:16.6875rem;height:5.25rem;top:53.4951171875rem;left:1.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qUP8Q2Q48gPGKgGFRBMHa1xNUDcKtQuA { width:16.9375rem;height:1.6621125rem;top:51.4365234375rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M99nJBIUg8o0Rzzsw03sxhgyUvvNILIF { width:18.75rem;height:1.7871125rem;top:49.5244140625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDOkV46UedxpApasZJ7k9sC7TN4nHaM7 { width:16.9375rem;height:1.6621125rem;top:78.0205078125rem;left:1.53125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJn4NhWLdgrhhqLoIpXkcTpzS9Qvonnu { width:18.75rem;height:1.7871125rem;top:75.7216796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeDf6t02BICbAZ4ULIQH5ocvGogNTU7H { width:15.75rem;height:5.25rem;top:80.091796875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQIOU1rq2VrsDLixdLoi5cGP4uFBvQBB { width:14.1875rem;height:0;top:77.82421875rem;left:2.875rem;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #WJBceD07EcToAPu0XeQIfe9ZvJihdLKV { width:14.1875rem;height:0;top:81.69921875rem;left:2.875rem;font-size:0.9375rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Sw2pRfrfCkZSL76TZfTUnswcC46dpK0a { width:20rem;height:4.6484375rem;top:3.0625rem;left:0rem;font-size:1.9375rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15089;color:#252525;display:block; }
 }@media only screen and (max-width: 763px) { #AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh { background-color:#f6f6f6;background-image:none;display:block; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container { background-color: transparent; background-image: none; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container > .video-iframe-container { display: none; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row > .video-iframe-container { display: none; }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .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); }#AuEBIUxoKpOqw2viAuH5qQvqaULg9Heh > .row .container { width:20rem;height:61.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QzpbNyH03M8KL5c8VIMGNHeGKibqXJlg { width:15.375rem;height:7.796875rem;top:22.5283203125rem;left:2.3125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OkVbwoigb40WPymFlCS1TyxJTDTt6SSi { width:16rem;height:18.75rem;top:3.0244140625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgkuwJOFfTmkdThiJ7rhHO82mc6enT3c { width:16.25rem;height:0;top:30.8369140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2vusn9axQZ0kLBsCDlJddO5pPyZnkwp { width:20rem;height:0;top:39.0244140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXOOVKbDdMTLDKJ3Z18WkCbbsoQOxuxb { width:16.25rem;height:7.03125rem;top:30.9619140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #OzyUv8ixuHhfakThdBeKGhGTwaKF6Cls { width:20rem;height:18.890625rem;top:39.1494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #QcbrDARzBySoTPtgTNpMBueCeVUNp93N { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N.adaptive-delivery-prevent-bg, #QcbrDARzBySoTPtgTNpMBueCeVUNp93N.lazyload, #QcbrDARzBySoTPtgTNpMBueCeVUNp93N.lazyloading { background-image: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { background-color: transparent; background-image: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container > .video-iframe-container { display: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row > .video-iframe-container { display: none; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .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); }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { border-width: 0; border-radius: 0; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QcbrDARzBySoTPtgTNpMBueCeVUNp93N > .row .container { width:20rem;height:119.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLqVQb0QXFBiamrhhtGsHSMaDMqFLoKz { width:5.3125rem;height:5.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSZh7Bh6RzI15hl4brdoqrRnTDE7WobF { width:5.5rem;height:5.5rem;top:114.0625rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ2Xup3rUdLPLTTrPpglUfIpMvtuZCe8 { width:20rem;height:0;top:1.1875rem;left:0rem;font-size:1.4375rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V9gusWZZr9T6CihHHfkEtEezAcXNxdBD { width:16.125rem;height:28.8125rem;top:10.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQQ2xbWaTZFo3lflw4BWZWTIm4ED138y { width:16.3125rem;height:29.0625rem;top:48.0625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky62dmTkGJeuunXiNmnCwLT6Tt2fHEVw { width:14.5625rem;height:5.11816875rem;top:42.1875rem;left:2.71875rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #xvWf31r04vJKmDZsel7vKAlvRrQbH3PT { width:16.0625rem;height:28.6875rem;top:86.4375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgZEe9kUtNMigCRp2Q9NCURGiSJgZCVt { width:17.125rem;height:5.1181625rem;top:80.25rem;left:1.4375rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C60xCvG49FtivOTeUZQ2aTkZyfMI6PIF { width:20rem;height:5.11816875rem;top:4.3125rem;left:0rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 { display:block; }#hAgT0KUn5ffn9V0yz1FgJx8SCdbbO9t1 > .row .container { width:20rem;height:207.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xsz3K3iP0CNcVW9bduOON6dU1E5VBJ8c { width:20rem;height:4.798825rem;top:1.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8PUc6FsTVtaPJ8WfdLN47R8HHiLVPN4 { width:17.6875rem;height:5.25rem;top:6.171875rem;left:1.15625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkJzgFqTVFrmib03w51qPFwcPDVTO8qE { width:20rem;height:54.75rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laQ5mkendGMqIPy2Q7flN4Ms0DaTcHrl { width:19.5rem;height:59.75rem;top:72.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzdKkcJuNWKqF63KdgSdlVntWXyVeUET { width:16.0625rem;height:2.5625rem;top:71.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTHXlgLBndHQ5EM2ZhxZXw9QFKERTOp5 { width:20rem;height:1.13671875rem;top:72.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFNHMQrfZuRsTIbQALvBQRrgixqDa4BR { width:20rem;height:4.3496125rem;top:16rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ekViTPLg97aWNUTxMbSmgD8i0uBiBEIA { width:20rem;height:4.5rem;top:75.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BDtP8LLwGTsn83oprunaT7hXIPV69dwC { width:20rem;height:4.3496125rem;top:139.25rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WIkb83mX3DQn9rtcEbqU9MoTiIfKBf9q { width:16.5rem;height:39.23929375rem;top:85.3125rem;left:1.75rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6xzFhmEdbpG9B8UmmACOstwUDtHGaAC { width:16.8125rem;height:3.5rem;top:126.6875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cndr5ZxG4TlW9sWZx9SfPbP39wrMlWtE { display:block; }
 }@media only screen and (max-width: 763px) { #Fz6CglrTzgnU6hinwATlbcZRTPTGMSdq { width:17.375rem;height:35.75rem;top:24.8125rem;left:1.3125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QufSnGptcQyiRXaspxRRepPk32z7Jpk5 { width:16.8125rem;height:3.5rem;top:62.6875rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EuJGEozGiXWTJ2GdsdKzqTfT53nINu1e { display:block; }
 }@media only screen and (max-width: 763px) { #d6yMNSThwzy5THLs1laxWOG892IzSTlJ { width:18.125rem;height:35.75rem;top:147.8125rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AelwTkAaoisUFgvKCWCM327C4HULkILi { width:16.8125rem;height:3.5rem;top:186rem;left:1.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #smKAudlm2xs7cmqV0L5Ttoo2fBVbAJN1 { display:block; }
 }@media only screen and (max-width: 763px) { #DoOHEDPFrJylL52hyyFsgDT9iPOW9K97 { width:17.5rem;height:4.3125rem;top:193.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q2lWcopXsFHv4KHMNe4uFyShVvbHknT9 { width:20rem;height:2.449225rem;top:20.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #I5rHZFdTGiOPIE7TJt6zF8IbTL2LAzos { width:20rem;height:2.449225rem;top:80.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #foDLQqTEfu1NkZ8A2N3tZnFJBSRBuTpR { width:20rem;height:2.449225rem;top:144rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TEZgtvB6QOps9ZT5n264AEupUOToL8rk { width:20rem;height:54.625rem;top:136.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLT0Qeig0oCCTVAWTKZZrPgwl8DXWqxE { width:17.3125rem;height:0;top:198.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #ZZRDstvAxGy0zFsJnFz7Fu3e9nIUH7rM { width:17.3125rem;height:6.375rem;top:198.625rem;left:1.34375rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #EOG2h3cINPInh5FgIeJG0EJVSaWriACP { display:block; }#EOG2h3cINPInh5FgIeJG0EJVSaWriACP > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhLhC5NsxpiRcHuKNK2VrMR0FvwvCL3J { height:11.25rem;width:18.6875rem;top:13.3125rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySFTFSA1bHLByk2lwTShfQ68zXRnMegu { width:20rem;height:6.2988125rem;top:2.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwZmdZkevog1PquIWNS7OOLG15eOJqVc { width:18.6875rem;height:2.4375rem;top:9.4619140625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdS7UTUC9HX5b41LBIEsKBtAWXJXgQ2x { width:6.8125rem;height:6.8125rem;top:31.15625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QlsBniOHpLlDa2LXnooiGxq3pm6bVJEM { width:5.6875rem;height:5.6875rem;top:51.6357421875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #or0BMCec0uH4frfPhThmgQNwnmHynbFo { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -moz-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -ms-linear-gradient(180deg, #f6f5f5, #ffffff);background-image: -o-linear-gradient(180deg, #f6f5f5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f5f5', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f6f5f5, #ffffff);background-size:auto !important;display:block; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container { background-color: transparent; background-image: none; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container > .video-iframe-container { display: none; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row > .video-iframe-container { display: none; }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .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); }#or0BMCec0uH4frfPhThmgQNwnmHynbFo > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E2SdOEiwCkNoIv1Nm8be8Cwr3S06Edv0 { width:2.3125rem;height:2.3125rem;top:19.375rem;left:1.0625rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #rc3T4pWiNG56TeGrZcgiHKJoXT5xG9si { width:2.3125rem;height:2.3125rem;top:27.5rem;left:1.0625rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #JeDu5J6BgWno1koB9rNL5AqhqxKJfZHT { width:2.3125rem;height:2.3125rem;top:35.8125rem;left:1.0625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #NEgSakucquCDBFGJ9vpEfoinHeyqeCML { width:18.9375rem;height:3.65625rem;top:10.28125rem;left:0.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S230eGvzaTFg5JZAthwPEqXEdowI7Tks { width:6.1875rem;height:6.1875rem;top:31.8994140625rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfOEKkfzUTlDAUCwLExHiu21wqVQz5Am { width:5.625rem;height:5.625rem;top:13rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-heading-text { font-size:0.8125rem;height:auto; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK { display:flex;height:auto;width:15.4375rem;top:17.0625rem;left:1.78125rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;gap:0.375rem; }
#TUbdUodDphf3ptGnGkGRoM34xKrII3aK .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #isFb3zztCB5xTKECiVOixCFacn00cP70 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #oPVIcTRzc8TUyRk9wQHb5GQ8JBlUzGyt {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #JuVI5cHevUBymdqAZvi6lG8yuUCEHDKG {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #q4potfTkLa3NHokimFa5rLRLhoElx3vH {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #AIo8iDeDMMCNwihnGI3ZL8JQF44oXrzR {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #oTcTQkE2VGuLkU5PwfV3GM8WxeD1bi6T {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #WnLSuoJRbqr2mFEhtM812l86JbySGfnm {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #nZ9uG3UCiRn0setDuQXE2el9lTdLpd1e {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #zVImnCZQnHrnpsi4eTCIGeRfMJynu3Za {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #MKLEL0znKWh6XAn2dHEdUiGK94XE2fbA {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #FUbVq4IdvcZ7IVOMd3iPrX7bEQKHCHRB {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #KqkfqAqmIe3hWdN4IboHQX7e6cLSwpOM {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #g9gTk63kiRipTn00XT6LsXRuczL0TWCJ {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #AoUDHkwU9RpK2yhP6WWzxz9cTotaRCmh {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #ixpv2e2mT0S864ekT0PFbow5IV1Tg5yr {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #WZOM1xa8J1sqX8oBxLgbxlq7vV6H08r2 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #sVoBAXOXDZHcoBSXivswcRXRhXTKeczr {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #wCLt7mT8r5BTzCbDAnAaFIUcBIMGFrrF {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #z7IT0vgbmlJT3yQFF8lkxtaH0NR3KycO {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #fi2xqsuUkKdIt4d9USocg7fzXz6Layrr {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #MqgvZdsCdATkM6QlbtUZlf5c60Xxei2C {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #o5ei13ln3ATFTN0pIXLdt0ODIe7wbcu6 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #BtWOGRTHN11KoKQxyRS9gDTgTSSCGCDi {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #bq5nzFZqDxKZ9UJvMDs9yoSPUuQoi4R7 {  }
 }@media only screen and (max-width: 763px) { #TUbdUodDphf3ptGnGkGRoM34xKrII3aK #kffJei4MyQriXz5cCxVWxcv3vaJtaRxr {  }
 }@media only screen and (max-width: 763px) { #NWboc6E1sCGMr3Be6DGSiL8XzFdfc4zo { width:20rem;height:0;top:1.9375rem;left:0rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #FqF1bc57KVVrz8udGT1LpXK8QffiacKi { width:17.0625rem;height:6.52441875rem;top:3.1279296875rem;left:1.46875rem;font-size:1.8125rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i { display:block; }#gKJa7DDzvVemQwAi2mwPP3xh0IVuvS1i > .row .container { width:20rem;height:114.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DU59eZerHsbQvh8B1Qf9vDok6P4AH98B { width:16.125rem;height:28.8125rem;top:7.875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXn0m9xFIyeA2FgssdvgbvWnBwcPuMWe { width:14.5625rem;height:5.1181625rem;top:1.5625rem;left:2.71875rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BExmNdsCmue2XAsp9OuoQ9lAIDUP47fa { width:14.5625rem;height:3.4121125rem;top:39.5625rem;left:2.71875rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GZoEkOrVTHtxTW6idrmfl133eruK06qt { width:16.3125rem;height:29.0625rem;top:44.1875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIpgu2p3HHQ0VRziKeotKwQ3m49JqJec { width:17.125rem;height:5.1181625rem;top:76.75rem;left:1.4375rem;font-size:1.3125rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ARgHEqVC0LUJJc5iEJzPSfJN710Q98EX { width:16.0625rem;height:28.6875rem;top:82.625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW { display:block; }#m3QO2WF4kbc5Ck6tohbPE6NKGtWlDCdW > .row .container { width:20rem;height:34.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ldJoJzTJ2Wwo5WOUL8LkSHfCEhAyJvqH { width:18.375rem;height:28.25rem;top:2.1728515625rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UP7NKVfPxLszCP4wxpZBpQdT6GZlT2gb { width:12.5rem;height:13.5rem;top:19.7353515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3gl6SANbNokpKWV3enARIWXNEHRmkiC { width:14.5625rem;height:6.75rem;top:4.1103515625rem;left:2.71875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VF7gLfDJr4d7aUKEbdlSssc3NdDyXWX2 { width:15.9375rem;height:0;top:13.1103515625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cTxIuLltNNNVtgaGgNikXDaDWLEC4knS { width:15.9375rem;height:6rem;top:12.5478515625rem;left:2.03125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH { display:block; }#Npcr8cK0R85uRZ3ftxWgVhBwLzDVLlZH > .row .container { width:20rem;height:73.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztauL9VFQQWaGUNx9nznMR29qpb0MT88 { width:13.6875rem;height:12.8125rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6AaWFms0bIaT66yLTGKTApuQ0KraFT6 { width:13.6875rem;height:12.8125rem;top:15.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU7h66DuAdtHyTZCKLGxnOE31bAqzdzf { width:13.6875rem;height:12.8125rem;top:29.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7ikDxOPhuuZ8SlSgTf26h74UtmzmmK7 { width:13.6875rem;height:12.8125rem;top:43.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hT8Jc3tFfiGW951vwKMSRARVpsFqeaqN { width:13.6875rem;height:12.8125rem;top:57.5rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd { display:block; }#owkrxD6MFZymkgD4vuhSCTxJ8wTTTAvd > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-heading-text { font-size:1.125rem;height:auto;line-height:1.4;overflow:hidden; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc { display:flex;height:auto;width:16.125rem;top:8.5625rem;left:0.6875rem; }
#Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #DLdgGLNiQy5ec2MW8HqtB4BlsUHU1ymu {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #PoRii133Kgc6i7QMNK4KLoPSxdTSTqGc {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #ekyFhMc0awb9d3N4knfHULzxThNvbyS8 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #b1mL9LM2GQUUDFdHbiNFVwpVO5Izbhhs {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #HLFaRV8ciLIXTZ6TbsuPSiBbgE616PZ9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #zOnhdTUb5OamUnMRA6P0EsAD2tyqIMac {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gF44QOT1zf5qDbwQKgeX5L15vZZAB21H {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gyHNwuR353NmfmPn1varexJN7SKZvv4P {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #aXfV0sdz80CllpHuddglVqRChJ8KKbf3 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #ciUnUvSiFeeicJ9T0yRKc6Ic7qdLTBCZ {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #dIMH368s57XlhMoGHeGFlczdCBW7TGZ9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #FTcT4daRsA3GAPWnaEq5u0UmJuFFfGJR {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #RbwSLfZ9ntikdR8f8XzEKeegbklHT9vx {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #yeDvgxvG0wSIb9GFgrDvTbf3v9dmVrwn {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #BpphG0ZvxunGB50vPrv3ykkTl1M9Mb1G {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #A335vutWFVRzBwFN1hiAyWfUAP2kDLI7 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #VfMQvXRvmOfpowEtThy1nue6yJdmPcix {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #DTfvkx1BMcsUHQc7HTruaAhLqPCMZhhT {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #rOcWfp5Lm4zLb0eiX3ahEz5sGSTLQEc4 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #gxDwT188eVVAuyDeOnJo5yTk3JZmaoa9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #kpGadl37JUbDWGIRsRxc3Z69fSC5XFEi {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #IaN81fbT3RCSPNTntmOvCN7s2uI0QUH3 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #J2dd2nbJBMo9AZKZb70567VIugUWG8uw {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #uz4SoifTzAyCrMiXawKh7bAVlXJbEiro {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #n2k90pUGIerErxH9HL7IpLUF3N7zZbyG {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #MrwEoHZsBNN4iDNWc0B8n6IlLUPa2Ty9 {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #Pnd3IwuUxHknIwEGfvCuKNDNrVHpEIoy {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #fVze61Tm1CZPcSem7gAb9hhEEwhtQtio {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #qyiT4dHAkVK48Nsb8CC2Pzo3RTVxTPkV {  }
 }@media only screen and (max-width: 763px) { #Tm5M02cu8inqnXLJ2NNbtM3kIpREg1qc #zdkOz66edW0FoAgkU9kGgUQ7TMc7B7Hv {  }
 }@media only screen and (max-width: 763px) { #ISffhZW8LJWSlokP0Jefy8ZfLru98Fh4 { width:20rem;height:0;top:1.625rem;left:0rem;font-size:2rem;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #WAIzD7P9cmUTDIg2rEcyaWaOfeRbwnNM { width:20rem;height:4.798825rem;top:2.6875rem;left:0rem;font-size:2rem;line-height:1.2;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);z-index:15090;display:block; }
 }@media only screen and (max-width: 763px) { #OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { background-color:#ffffff;background-image:none;display:block; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { background-color: transparent; background-image: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container > .video-iframe-container { display: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row > .video-iframe-container { display: none; }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .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); }#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 > .row .container { width:20rem;height:72.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-text {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-select {padding-top: 0; padding-bottom: 0;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-input-button { width:8.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r  { width:17.5rem;height:auto;top:32.1865234375rem;left:0rem; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r {display:block;}#trpFp9BqXVJLm3skfxM3UydGTeW5NH8r { width:17.5rem;height:auto;top:32.1865234375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #aNm4FmuHWiUqy6ynDqS38diAls1QUMha {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #Om6fyiVzBeV627LONL0CF3qlzeO1aTlQ { display:none; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #HZ0wSvJmGCxEbAlUWf47O2E4WgE4vfSb {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ah5Ce0dQQmTmdRxytQXLc84W5PKZEy1h {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #MPzqv5RSDXIEbqEgBBlL118Atdw0kff3 { display:none; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #ZQ8x1RnHhtbnbhnWkfTFnvfmWIXhHTEK {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #kwbGBgKVoA8k0VgeftQCwRoJEu9OrNuo {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #y1K6UgveTcQ0IciWXJdhL9b2yRVKF7QS { display:none; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #X4XI3HlJlHb0y9HqwEXI8t2xkKlWtQLQ {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #NhMqbJzzK8WNQoTzinyJIDLoWs2hodgC {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #oscGqg5pVO7geoeLl4RDiRGCuSoU45d7 { display:none; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #DldX11gB5FVOzSBnbgnicakCMyea4S8T {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #kD7KWPOTtSt8nihvpR90F1adN0Rdigpc {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #GhZpR9AmAUCh7aNZGPCr2XZeFyR9HQi2 { display:block; }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #IvCVkSB8hLbUtTWCc0nHp5XCReDO20M4 {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #XykFpDq0L3PXqfQfXVGxlhbe8NxqJUnE {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #fOyDDF3vnZ1K8wH6DhoGX47Pkwak2X5V {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #U5bcfLFAF4qxZC9SiV4GQ6Io5wcBI3Bd {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #LxpQzMwVOQpG5TVaHiyFkZRwo04fi3Ee {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #VV67L0H2gkg1RtbqATvcANJTRFLFxssK {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #tAht9VJkHdtrLQcisTWzZseIQKf5mvlR {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #d1A72Fm02NuUPSy7aORCkFJDpa0olK8X {  }
 }@media only screen and (max-width: 763px) { #trpFp9BqXVJLm3skfxM3UydGTeW5NH8r #TE9O0yrsuz5sMTKnU5FsceXXtXe7xXnm {  }
 }@media only screen and (max-width: 763px) { #sWcCciO0Q3IRV2MA7UMk3MfuoTgfu4MT { width:20rem;height:4.5rem;top:14.5771484375rem;left:0rem;font-size:0.9375rem;z-index:15014;color:#343434;display:block; }
 }@media only screen and (max-width: 763px) { #cVkQR9d4ute7rFIxphRZTtk3XRtqB3El { width:11.75rem;height:10.0625rem;top:20.93359375rem;left:4.125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MKdxqfDfP8tNnruQ9fSvvWF9SJm3InkC { width:16.875rem;height:2.3994125rem;top:2.8125rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT1STC67rG59PLQ3aWsysTg4Q59sS0d2 { width:20rem;height:4.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxMZRkrOQPb3kmkp9NhWEDXBZ0VZUK9N { width:20rem;height:auto;top:11.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n7HJT9w3TWVfaquTvnVTEo7hVkZHHEVz { width:20rem;height:2.625rem;top:6.8125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #twBMzC8Ax1Oaf3SCpqVTrKbDO4ZK5Peu { width:20rem;height:37rem;top:30.93359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDH3Afo78xQhoJOMBTyexTE6Kufuw83B { width:15.8125rem;height:2.3994125rem;top:10.9287109375rem;left:2.09375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yr1tFsdLhGgQH2nRza6db4yWGmpqgtgF { width:20rem;height:28.465608465608rem;top:15.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp { display:block; }#K8TX5KJGrMIhEU7GwZiTcqKmnFKEUsEp > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c8NSbFXLJQtKLCt5eN9N0UMp0cBUeW56 { width:12.625rem;height:5.75rem;top:0.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwXcS2Bn4TqPwLxnhP6cMW4JJIgzNRPK { width:4.5rem;height:0;top:4.8125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxhDJcNexVIliloe7xXgXta2zEpff71b { width:15rem;height:1.8681625rem;top:9.6044921875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #dx7n9VB6fqWzCL8fm4EOwlA9bJHrPvaD { width:14.5625rem;height:1.19921875rem;top:6.3125rem;left:2.71875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15002;line-height:1.2;font-weight:400;font-style:normal;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c { position:relative;z-index:auto;display:none; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { width:20rem;height:19.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P2K9AG1WN0cowVwmz7ybFtZhebk43O3g { width:18rem;height:3.25rem;top:19.875rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3ki7BHDv6bsW9SH5inD77v3QzIPcIg4 { display:block; }
 }@media only screen and (max-width: 763px) { #trtuTiGwVtZyEI05A6TZDqTrk2gzUCmT { width:9.3125rem;height:6.6875rem;top:0rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7A9aOLd4Qbc3U4yMw4TM7y8Vq27iox6 { width:18rem;height:3.25rem;top:13.9375rem;left:1rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KrpeQ3kTdOA3qQ7nXvAwDV1pCkGqCFkK { display:block; }
 }@media only screen and (max-width: 763px) { #uP9slJ4OLKcGphvNChwntKHmBGeOJfk2 { width:13.8125rem;height:2.5rem;top:7.9375rem;left:3.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC7SICatPc98AsPBoMl0MIEwfbkxkZWw { display:block; }
 }@media only screen and (max-width: 763px) { #uKl2txfPkPhLnxUQr3ovzI4XHfgo9OHz { width:7.5rem;height:2.5rem;top:11.6875rem;left:6.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKLPsgkyvlL0tX5dNkTvTdTzTJPgABfr { display:block; }
 }@media only screen and (max-width: 763px) { #DNd5pdnq0tTTwaWO9bDRO39SQ8OKufA7 { width:9.125rem;height:2.5rem;top:15.4375rem;left:5.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vdb5xwb5XpZ1tXAfqLQ2Z8T0huiNFS2L { display:block; }
 }@media only screen and (max-width: 763px) { #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa281ab0-a703-4b94-bd49-e4f6d3016228/dziewczynka_kulki.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.adaptive-delivery-prevent-bg, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyload, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyloading { background-image: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { border-width: 0; border-radius: 0; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { width:20rem;height:44.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P5RbUkD6Hyacp3Voquq9hQ5HGqTh3TSi { width:20rem;height:0;top:12.5625rem;left:0rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X3UPBS2iherOrek7oQ4D2TW5abi8uzyo { width:19rem;height:7.125rem;top:27.4433625rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lT9bFMScU4TxGCTcmwTCdDubpbte42Hl { display:block; }
 }@media only screen and (max-width: 763px) { #c5sn6slyCV6Tq1kNWxECfASGRXwiCfaE { width:9.5625rem;height:9.5625rem;top:2.46875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LPQoB72NwdA8GL0isaeGo7tLNi8cCE7W { width:17.625rem;height:9.75rem;top:29.0625rem;left:1.1875rem;font-size:1.875rem;line-height:1.3;z-index:15014;font-weight:700;font-style:normal;text-shadow:0.1875rem 0.0625rem 0.3125rem #000000;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #erT1NVvXSHRxd7vwJS2nqlOvzJ2guNDm { width:4.6875rem;height:4.6875rem;top:23.5rem;left:1.25rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #VuUMIssJ3bm4bLtNux9kku11diqJKgPV { top:8.76171875rem;left:1.25rem;width:17.5rem;height:4.9375rem;z-index:15038;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;background-color:#24c800;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:2.1875rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-tertiary-4),0.79) ;display:block; }
 }@media only screen and (max-width: 763px) { #ADAsXnqEyv0wOpIihyBqzCNTB9nHayxK { display:block; }
 }@media only screen and (max-width: 763px) { #uwJLNrvZWUxrzIfQiikGmsAHACcpXlqt { width:20rem;height:3.25rem;top:5.26171875rem;left:0rem;font-size:2.5rem;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #mgyHssunFNRNKslpQlovF7N5M11r1wt7 { width:8.6875rem;height:8.6875rem;top:3.28125rem;left:11.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f9b231, #ffffff);background-image: -moz-linear-gradient(180deg, #f9b231, #ffffff);background-image: -ms-linear-gradient(180deg, #f9b231, #ffffff);background-image: -o-linear-gradient(180deg, #f9b231, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b231', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b231', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f9b231, #ffffff);background-size:cover !important;display:none; }#U73ofgVB4eiHIHFdO3nIMIgiZTstWB0c > .row .container { width:20rem;height:71.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ioJBCzckKlITPfcVKWfRf3TyhwNWNusN { width:12.0625rem;height:0;top:33.9375rem;left:4.21875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qSS50WyvC2HhOOKaLCyoWsILvviXbCvI { display:flex;width:3.75rem;height:3.6875rem;top:1.5625rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #kBwziuWhoz7kI4kadEF7MSzHgC2E5mgI { width:20rem;height:4.95605625rem;top:13.0371125rem;left:0rem;font-size:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdqmQXbvRDp1OwI91CQ5kyNVb7XcLtIW { width:20rem;height:5.19921875rem;top:6.1875rem;left:0rem;font-size:2rem;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #uAatDXqap9JKiJvXvWdwlADqeQCobiPQ { width:18.1875rem;height:5.3125rem;top:12.736328125rem;left:0.90625rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #aGeeqtwKrNKlT7HMkWnF5uliVocsINhG { width:20rem;height:5.19921875rem;top:17.9931640625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.3;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #yA3BaX6eck0w0nBSTJfJ8brzrXJEsDyq { width:8.0625rem;height:8.0625rem;top:22.5625rem;left:-0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxiI9q5h014VwUbuGLGxMyVDxL6buTN3 { width:7.125rem;height:7.125rem;top:53.76171875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqAwLwlGWRkZNi0Xq3U2BiLTpVSmvdd4 { width:9.375rem;height:6.875rem;top:26.8125rem;left:5.3125rem;font-size:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y2Bef0gE2KSX6oTc6VcIQ1CSuOgZsBaG { width:14.25rem;height:14.25rem;top:24.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsk9dOdwG1UdNANTmXx6C06qAewWrKSk { width:13.875rem;height:6.25rem;top:43rem;left:3.3125rem;font-size:6.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E4UEzwCeuOc4sRCdUGp8QLvcoQdgVHFa { width:14.25rem;height:14.25rem;top:40.9375rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXtBs865Z48TV9vo1p31ESVT4bumQWxQ { width:12.0625rem;height:0;top:37.75rem;left:7.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FJMPWDQNpSCkkCNQJ7Raqq1n6fkLEUeT { width:14.25rem;height:14.25rem;top:56.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBioT4KUkmMddI6dt2NyEBFbJbPdx21F { width:13.875rem;height:6.875rem;top:57.3125rem;left:3.0625rem;font-size:6.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EzsRle8TT8doEfMU9WlZCbWCyPzNfdoq { width:12.0625rem;height:0;top:64.5rem;left:4.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hM1nO96xlxyp00J6FlLuGflfk0n77lUp { width:12.0625rem;height:0;top:36.5rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #v5hUlKvJtq49iQTfHuy3gszdKQpBiPJs { width:12.0625rem;height:1.375rem;top:35.5625rem;left:3.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #dUlJlVkWGqP9r5nhxfIqpkS6PJhgKGgf { width:12.0625rem;height:1.625rem;top:33.3125rem;left:3.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #JOnBOX8QyrOUFoZSibTfvTlWTPy0qvAX { width:12.0625rem;height:1.625rem;top:49.125rem;left:4rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NII1Fnbxrr2JWTwPBXLCOpI2GBXGfJsw { width:12.0625rem;height:2.69921875rem;top:51.0625rem;left:3.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15014;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rot6xVkb8JGMTFSAsE2RFf2TlTTU0Ugl { width:12.0625rem;height:1.625rem;top:64.1875rem;left:4rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #ZbekJ1adQrdZJesy6efk5LeEvLry9pv8 { width:12.0625rem;height:2.69921875rem;top:66.125rem;left:3.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15016;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/95b83065-b581-4318-85f2-dd3a7269612a/noroot.preview.flip");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI.adaptive-delivery-prevent-bg, #Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI.lazyload, #Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI.lazyloading { background-image: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { width:20rem;height:27.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKvQ3pi0FMccGTd4meoLkQGxr1rfJcFP { width:8.0625rem;height:2.798825rem;top:8.4609375rem;left:1.375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HgyZ98bOFzhRdy6PpkEEvfKphu6LOTJb { width:6.9375rem;height:2.798825rem;top:8.4599609375rem;left:11.4375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #siQur7TFVHNd8JxNTMDLH6ORVB7QdW1F { width:6.625rem;height:2.798825rem;top:19.6796875rem;left:2.09375rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hGZUzC0V72Fyxi5ww6s1FWSkqb5pwAeU { width:14.1875rem;height:0;top:24.4453125rem;left:5.8125rem;font-size:1rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #O3QTwlRySNuMhKswWBvbSbTQOAg01rNM { display:flex;width:5.8125rem;height:5.8125rem;top:1.8984375rem;left:2.5rem; }
 }@media only screen and (max-width: 763px) { #AqASOacIN5DdL3HIDt6fWOwTCLSldgZM { display:flex;width:5rem;height:5rem;top:2.7734375rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #Wx1ZlDTLKe9c2k5lG8L83xKzmcvR4IQJ { display:flex;width:4.75rem;height:4.75rem;top:14.3984375rem;left:3.03125rem; }
 }@media only screen and (max-width: 763px) { #I046fUnVN6zgpqGv3CK3VcI92Cq6CPKa { display:flex;width:5.8125rem;height:5.8125rem;top:13.8671875rem;left:11.4375rem; }
 }@media only screen and (max-width: 763px) { #r8HnMIDEdCqiHGEZddBTmue5re59i5tN { width:8.125rem;height:2.798825rem;top:19.6787109375rem;left:10.3125rem;font-size:1rem;line-height:1.4;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #D1zbdhy5DwmlG28e10AHTqqpn1Im8sN3 { display:flex;width:3.125rem;height:3.125rem;top:23.1875rem;left:8.4375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #nz8P54rFkvl1dPQ2krIv5n40KatlbrCc { width:20rem;height:0;top:29.1484375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #TTMpCfr8Rdi75OcfOv1kru7TlbTlN1Z2 { width:17.375rem;height:3.0625rem;top:26.3125rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FRP3TGvUWTuT1D4t7iom7AmHE215s2zv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/01b92be8-bbc7-43c7-bfb9-2d50744975ee/fala2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv.adaptive-delivery-prevent-bg, #FRP3TGvUWTuT1D4t7iom7AmHE215s2zv.lazyload, #FRP3TGvUWTuT1D4t7iom7AmHE215s2zv.lazyloading { background-image: none; }#FRP3TGvUWTuT1D4t7iom7AmHE215s2zv > .row .container { width:20rem;height:13rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ { display:none; }#SkyZwRqol06Fbza0ZtusBlbCQfJdS1dJ > .row .container { width:20rem;height:281.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sxTGUsDiq7mJ7ysf5IWJzr9QkV28yofr { width:18.875rem;height:34.125rem;top:44.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWO2UnL4z1D4xOnTUsatRBWlnG9Fk2ux { width:18.9375rem;height:3.125rem;top:64.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqxRBIx4cAxqMd8fGzoCZENt8CJn5DXD { width:19.0625rem;height:3.25rem;top:57.375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NrquhXRnOznNPuM1nmW1TCnk36sXgFT1 { width:18.9375rem;height:3.75rem;top:53.3125rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5zgTORdX53CQ6PfoKriuhONlvgdQHUL { width:17.5rem;height:6.5rem;top:45.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITfOsOfXlXJolkvqSRaJRnMZbqk7DTIF { width:17.5rem;height:2rem;top:49.125rem;left:1.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mmi5wVaQLBw3puCJXpMK4QynZEDXr3tv { width:17.5rem;height:1.5625rem;top:47.5625rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C05RTaspo4OIgk8u4Wz5M5OFE9BVdibQ { width:17.5rem;height:6.5rem;top:14.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #orW9JFsF7tbUsTaZOGSPThD5xDKlUBRd { width:17.5rem;height:2rem;top:18.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UD7qpGgtXQ5WrIddQnv4M8FeN5sUuqTM { width:17.5rem;height:1.5625rem;top:16.8125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktNTceA7yLSTMUfxxpLA0tsRXXIvzpKe { width:20rem;height:3.75rem;top:21.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBBsuf0tzpDzLQT0y1qJUQNbB1wpGnd6 { width:19.8125rem;height:2.5996125rem;top:25.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gKEHtF3le3hTrpG5SttDvrSDNELN6Osv { width:19.0625rem;height:0;top:52.61035rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3dwiSKbZfNmnJwEvnFLNEsiSzEA4Zqv { width:17.5rem;height:6.5rem;top:80.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQHDTubuKGIvT2BMabzUnnvK2s92hOcO { width:17.5rem;height:1.5625rem;top:81.375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTLCZMcGt9meC5LWDndDZUwHcbacwGCk { width:17.5rem;height:1.5625rem;top:83.0625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEqDODG3nS4xBlpXZAtHFoiGhIlLvTNI { width:18.5625rem;height:3.75rem;top:88.4375rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRDynfysvifbJPgtFkNfbSivkLX4fAci { width:18.625rem;height:2.923825rem;top:92.1875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBpiWAksaD6Mq17bpavocrfflepM2CEz { width:18.75rem;height:2.8125rem;top:96.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfP4QAT9pLUrqTdGkywZnhgOLJWVr555 { width:20rem;height:auto;top:2.8125rem;left:0rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #lvwcwVQMktcoteOamH8i8SRQSAvqMDB4 { width:20rem;height:2.8496125rem;top:4.7998046875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bldFpic88cGqLHGhzntiMOlcRV6JEklw { width:20rem;height:auto;top:6.125rem;left:0rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #HorD0npvZww4WMe5kllHHwxDU8re9ath { width:18.875rem;height:42.6875rem;top:126.8125rem;left:0.5625rem;z-index:15091;display:none; }
 }@media only screen and (max-width: 763px) { #b3Zbe61gXFU08B2U2kJncBSc3UysFbmv { width:18.8125rem;height:2.4375rem;top:28.037109375rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4Jmyp4uvuTJQAROJgrABPdoNWghaVuv { width:19rem;height:2.4375rem;top:60.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgf44CirclqqTrJdtC6s3mkadGCoBz4z { width:17.5rem;height:1.5625rem;top:14.9375rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaPVyT6tNaOKTy3eNPHy4TfLfnAeAgav { width:17.5rem;height:1.5625rem;top:45.75rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMmN4D6LBLlXJpTaglf5w5F2tUILwyxk { width:17.5rem;height:1.875rem;top:84.6875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lz0ng8PE1aqy1r8wiZhMwNU39232DM1i { width:20rem;height:2.79980625rem;top:2.1875rem;left:0rem;font-size:2rem;line-height:1.4;z-index:15088;display:block; }
 }@media only screen and (max-width: 763px) { #l2ielTFlAsaTsZTyTeBVqZCOg9oz4bZy { width:20rem;height:4.199225rem;top:7.8994140625rem;left:0rem;font-size:1.75rem;line-height:1.2;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hQGL4Qd5Fy7sLR6LTwPAxuiE1urFHgce { width:20rem;height:3.125rem;top:31.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #xWbXkuXrDxFUWFsIacZpXpzgX4iCsVuc { width:20rem;height:1.125rem;top:34.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #RmWzt6Xvu4zJ9mith9g9NMLw46e6vf6x { width:20rem;height:3.125rem;top:36.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:3.125rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #T3f59hs8iUAMdQstQ1DMDC9fqHMrTPO9 { width:20rem;height:2.25rem;top:40.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #R0C9z1hmFnxDJCw0wuQ2OowOfvbTL17l { width:18.8125rem;height:2.25rem;top:73.8935546875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #TdXqovQHeJ3ZNFb2U8oVrdJZLm0UP0bm { width:18.875rem;height:1.125rem;top:67.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vpcDncADTsH8UTI3PcnGXEEUg21TFJK4 { width:18.9375rem;height:3.125rem;top:70.1875rem;left:0.53125rem;text-align:center;text-align-last:center;font-size:3.125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qh1nTq4pxxJ9XIdbWO2K57DI6hFTSLTn { width:18.75rem;height:1.125rem;top:99.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #FcKimiapB2TLtD89ezhxQZluN0zmV4Gw { width:18.6875rem;height:1.125rem;top:104.5625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #w2Dy8XEESyMgHhUqe8HuXH7W3tAJu8qU { width:18.75rem;height:2.8125rem;top:101.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2.8125rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #nmAFZsurJGAUgcEpwBzdGdi4dECfpqt2 { width:4.125rem;height:1.25rem;top:109.8125rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #ZKPzwzrWMQ69UJya8gwcdNrm4K2cpVAx { width:5.5rem;height:2.75rem;top:109.0625rem;left:0.625rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #GvpQI7QZmsnXOTigig4Ju2sCVD1VJBCp { width:6.125rem;height:1.25rem;top:109.8125rem;left:6.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #JzASLz1JCsuTzZsW47nl9ThFPC3hPrM1 { width:6.25rem;height:2.5rem;top:109.1875rem;left:6.875rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #dhyVlgpuzPrlfZ6Gu7DATD5rPRqx7B6N { width:4.875rem;height:1.875rem;top:109.5rem;left:14.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #HOPMcKdLQ28eIKo3ADxoXTR4XMf45X3h { width:5.5rem;height:2.4375rem;top:109.1875rem;left:13.875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #aREV0RVITw7CEr6n5HfHN0LGJssHBXH6 { width:16.625rem;height:1.94921875rem;top:113.244140625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #AOd8Jcwwk3xRn2pvxsCvaBSZwdc9gPHT { width:20rem;height:7.5rem;top:112.4375rem;left:0rem;z-index:15092;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qQVz5fKGqklgnIQG903QDtu8AFRBky5T { display:flex;width:2.9375rem;height:2.75rem;top:112.84375rem;left:5rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #qcfcLBR0kKcFF7Sl6hAy0KdN04AfZOpp { width:18.75rem;height:0;top:126.5rem;left:2.78125rem;font-size:1.5rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #itTa7e1Fx7BQ5QbhFiHgkpILk2ebi7hV { width:18.75rem;height:0;top:135.875rem;left:2.78125rem;font-size:2.0625rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #TT5oySwVLJTGqgpvTDDsqkBUWcgQ7TfM { width:18.75rem;height:2.4746125rem;top:116.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15095;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cxs8vsz782shhhVtEI7GfeZoES9qVg4k { width:7rem;height:164.25rem;top:108.875rem;left:6.5625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #hJPKunP2LyBete1hvyM8X1m5Fv9kWAHi { display:flex;width:2.1875rem;height:2.1875rem;top:121.1875rem;left:2.28125rem;z-index:15089; }
 }@media only screen and (max-width: 763px) { #pqwITtH9rpFAWOLSFo75VpTXoFD9xcze { display:flex;width:2.1875rem;height:2.1875rem;top:121.1875rem;left:8.90625rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #O3ATNTWeX1fMgT96FJ5UuaDgSPsw8Wah { display:flex;width:2.1875rem;height:2.1875rem;top:121.1875rem;left:15.59375rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #StfvBS5wrcGx5nyWfi8LTGInmvTvitWa { width:20rem;height:4.3125rem;top:124.625rem;left:0rem;z-index:15094;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kLFqB8hgMvhHGBp2F2FWMXTr1RMIIy4H { width:18.75rem;height:2.4746125rem;top:125.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15097;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #NhxuZsS0URKZaKEtHyxAPFmn33vPh6RL { display:flex;width:2.1875rem;height:2.1875rem;top:130.25rem;left:8.9375rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #huUsFIRRtP3cTXvZnfF2ILeyLgSARyeZ { display:flex;width:2.1875rem;height:2.1875rem;top:130.25rem;left:15.625rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #uof623aCg6q1chCWpoTKDxqZ5J2D8Gby { display:flex;width:1.875rem;height:1.875rem;top:130.40625rem;left:2.4375rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #LRLzKpceXXpxLKv9L6wfV5s6St1JofZH { width:20rem;height:4.3125rem;top:133.75rem;left:0rem;z-index:15096;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #sdtPL1U33ES6hh6nImWmiHy0xJ9mXh8W { width:18.75rem;height:2.4746125rem;top:134.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15099;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #k6mV0PIpryQn6qhI1w1CLgAELvwkAIJI { display:flex;width:2.1875rem;height:2.1875rem;top:139.1875rem;left:2.28125rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #lNxRBdhivAHePlfcnCJeyA6yOTTkTnTm { width:14.3125rem;height:0;top:149.6875rem;left:7.21875rem;font-size:1.5rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #Gs3tXy94458519Ov3p7TUZETCRwZd3Ts { width:6.625rem;height:1.949225rem;top:139.306640625rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15098;line-height:1.3;font-weight:700;font-style:normal;color:#24c800;display:block; }
 }@media only screen and (max-width: 763px) { #kTUE5DsVfXSq3zkPzJFMRRrPRFTdCwuH { width:6.625rem;height:1.949225rem;top:139.306640625rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15099;line-height:1.3;font-weight:700;font-style:normal;color:#24c800;display:block; }
 }@media only screen and (max-width: 763px) { #BcubvxEyTogLlRdnQZXi53hOkkB4Xmtk { width:20rem;height:4.3125rem;top:142.875rem;left:0rem;z-index:15098;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #vVpFqkTRJvOieXT30PFMXfrkFBwbt0Ws { width:18.75rem;height:2.4746125rem;top:143.9375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15101;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nJRlmb1zmbSwoBBG1ZgfndxXGRxgQexA { display:flex;width:2.1875rem;height:2.1875rem;top:148.375rem;left:2.25rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #ski7fTTqqP8ZfIbMHREiEoW10TsTtAsq { display:flex;width:2.1875rem;height:2.1875rem;top:148.375rem;left:8.875rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #Qz1tPWkAFuvGKCUKqsIrXXs7Vs0QNlcS { display:flex;width:2.1875rem;height:2.1875rem;top:148.375rem;left:15.5625rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #TwETEP9eemgrbGWdSOtcPzhywZ6LSsb8 { width:18.75rem;height:2.4746125rem;top:153.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15103;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZxI7llZJeIfqLFOlxygM4DTpKBRH7VwN { width:20rem;height:4.3125rem;top:152.625rem;left:0rem;z-index:15100;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #tvv9GNHIUVGdLF8eXV9seRXf1gwutc6i { display:flex;width:2.1875rem;height:2.1875rem;top:158.3125rem;left:2.0625rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #i98GUbsyG8smwxUKrueE6sdJTVSS2AB5 { display:flex;width:2.1875rem;height:2.1875rem;top:158.3125rem;left:8.6875rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #ecKTqqAdfXzAi2bRx4tnJT7lvMoHkO0n { display:flex;width:1.875rem;height:1.875rem;top:158.46875rem;left:15.6875rem;z-index:15091; }
 }@media only screen and (max-width: 763px) { #WqGEzKk1WLhKRpKwJL2TAFl3HWPu6TQX { width:16.625rem;height:1.94921875rem;top:163.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15098;display:block; }
 }@media only screen and (max-width: 763px) { #lIvsanxmUOKEFANVJ916M29rLytb0vNx { width:18.75rem;height:2.4746125rem;top:167.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15099;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TBUO4ZuAIwZcdFRUdKHE2c5cEPpt1TAn { width:20rem;height:7.5rem;top:162.875rem;left:0rem;z-index:15096;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eJ3zIk1g5kpas8k0cFkTzV2V4nZMM6n4 { display:flex;width:3.4375rem;height:3.5625rem;top:163.005859375rem;left:5.4375rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #mhPv4GuGw3mlhL8KESFcBmCB9QK6Wmpc { display:flex;width:2.1875rem;height:2.1875rem;top:172.125rem;left:2.25rem;z-index:15097; }
 }@media only screen and (max-width: 763px) { #SWPqq9osBt8v09d30t6HeKITOQfTpClg { display:flex;width:2.1875rem;height:2.1875rem;top:172.125rem;left:8.875rem;z-index:15098; }
 }@media only screen and (max-width: 763px) { #cOGeAKI7kctVxSFB15EP6qgEFZTiD1le { display:flex;width:1.875rem;height:1.875rem;top:172.3125rem;left:15.875rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #pwWTkaAs98TzTGS33uCFS8nhnFsN3Eyo { width:18.75rem;height:2.4746125rem;top:177.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15105;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WCtawobE9QHA6eNzPhyJAJTDk0IBlRAS { width:20rem;height:4.3125rem;top:176.125rem;left:0rem;z-index:15102;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lzHo51mx2lmgJTDxkH6uVAKP07QObNPa { display:flex;width:2.1875rem;height:2.1875rem;top:182rem;left:2.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #u9liEascDQgRPFpUzyTIHFK9kIgLvwMx { width:6.625rem;height:1.949225rem;top:182.125rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15101;line-height:1.3;font-weight:700;font-style:normal;color:#24c800;display:block; }
 }@media only screen and (max-width: 763px) { #m0FNf3JTyL9eoegXAvsVyzAhyHqfd60I { width:6.625rem;height:1.949225rem;top:182.125rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15102;line-height:1.3;font-weight:700;font-style:normal;color:#24c800;display:block; }
 }@media only screen and (max-width: 763px) { #nnz1o8gQcolSC1E4q6FArv8ptXfpMo9A { width:18.75rem;height:2.4746125rem;top:187.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15107;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #trtfpmZdAhHJB2E8gXthZHFUW5Od6pm2 { width:20rem;height:4.3125rem;top:186.0625rem;left:0rem;z-index:15104;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #y145a6bpRbSTATVg5aqnTJEIAyJi2E0f { display:flex;width:2.1875rem;height:2.1875rem;top:192rem;left:2.25rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #FmGhr7PwsFftLDs6Hrn5bRveBXfyKH2m { display:flex;width:2.1875rem;height:2.1875rem;top:192rem;left:8.875rem;z-index:15101; }
 }@media only screen and (max-width: 763px) { #i9RMaUe5tsgT6rrMTh0OgHeXNe5ewcTB { display:flex;width:1.875rem;height:1.875rem;top:192.1875rem;left:15.875rem;z-index:15097; }
 }@media only screen and (max-width: 763px) { #lxODCOL0KSZe2CzQaDNSUknUv5yXJLQp { width:18.75rem;height:2.4746125rem;top:197.3125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15109;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kmwMoWfn8WVV5BIKadorgs57t2y6FFIZ { width:20rem;height:4.3125rem;top:196.25rem;left:0rem;z-index:15106;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ytwEe5O0pVETCquZe7wImQUCiBDrLXFg { display:flex;width:2.1875rem;height:2.1875rem;top:202.625rem;left:2.25rem;z-index:15103; }
 }@media only screen and (max-width: 763px) { #Z8SCqviCBNvQuyfo9yMPB2VlrB882pB9 { display:flex;width:2.1875rem;height:2.1875rem;top:202.625rem;left:8.875rem;z-index:15104; }
 }@media only screen and (max-width: 763px) { #BbMDXSNTqxXLzIN6STUaiFTxW6R19Fbf { display:flex;width:1.875rem;height:1.875rem;top:202.8125rem;left:15.875rem;z-index:15100; }
 }@media only screen and (max-width: 763px) { #aa5B3eZZEICDKibGRlw23MSEfADTETx6 { width:18.75rem;height:2.4746125rem;top:207.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15111;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Wq8Zb1Fs3gcs3063ZelrXCUyE5CKaUFh { width:20rem;height:4.3125rem;top:206.8125rem;left:0rem;z-index:15108;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BTWPihMLUO4KKOOlp6rT1wzf8y6dDhA4 { display:flex;width:2.1875rem;height:2.1875rem;top:212.75rem;left:2.25rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #nu6J8FyezCKGebX6rIaTTkFEbvz2yrNa { display:flex;width:2.1875rem;height:2.1875rem;top:212.75rem;left:8.875rem;z-index:15107; }
 }@media only screen and (max-width: 763px) { #baO3qmlWxADWNdcU7iZaaafm2lzFf54Z { display:flex;width:1.875rem;height:1.875rem;top:212.9375rem;left:15.875rem;z-index:15103; }
 }@media only screen and (max-width: 763px) { #HJOyhHJ1lCSoszPlsHFQgWvQhJyBgKfd { width:18.75rem;height:2.4746125rem;top:218.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15113;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hh4i5DsPdiX6ns18TrXMhFJT1hgt0FLu { width:20rem;height:4.3125rem;top:217.125rem;left:0rem;z-index:15110;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #eqAixDkscLyBG1Pss7ygaJpaQKqD7Pne { display:flex;width:1.875rem;height:1.875rem;top:223.25rem;left:2.125rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #bthwBcmSQIbVngm7Q1gkCN01cgNvfTkd { display:flex;width:2.1875rem;height:2.1875rem;top:223.0625rem;left:8.625rem;z-index:15094; }
 }@media only screen and (max-width: 763px) { #Dl4UPeU2USyhpTQxZURSQNhBa0sbeTLB { width:6.625rem;height:0.9746125rem;top:223.7001953125rem;left:13.375rem;text-align:center;text-align-last:center;font-size:0.75rem;z-index:15103;line-height:1.3;font-weight:700;font-style:normal;color:#24c800;display:block; }
 }@media only screen and (max-width: 763px) { #sQsr7Q4T9BgkhQLznJk1sCfQOdeHv5u1 { width:16.625rem;height:1.94921875rem;top:228.1875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15101;display:block; }
 }@media only screen and (max-width: 763px) { #CzAdvDsQU4AL0RZ085EKGL13V3e8oliP { width:18.75rem;height:2.4746125rem;top:231.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15102;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HlBO700MlFHZW3SbFIT77Vz1gbukmTbH { width:20rem;height:7.5rem;top:227.375rem;left:0rem;z-index:15099;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #K69RiAdJTFQl2s4w7DpxvCr6G92mzfQ0 { display:flex;width:3.625rem;height:2.8125rem;top:227.755859375rem;left:4.65625rem;z-index:15114; }
 }@media only screen and (max-width: 763px) { #kAK1N1oTcifTGQvB6mlHpwTTF6tVHx0V { display:flex;width:1.875rem;height:1.875rem;top:237.0625rem;left:2.3125rem;z-index:15093; }
 }@media only screen and (max-width: 763px) { #t27XnTRwBzuZ9WyaZ1z3z383TT5zvfvZ { display:flex;width:2.1875rem;height:2.1875rem;top:236.875rem;left:8.8125rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #m0UwehEOfQAnkzWQ48a28yi1BZ8rHOD7 { display:flex;width:2.1875rem;height:2.1875rem;top:236.875rem;left:15.5rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #xdHaopziHTPFnIV4TBQsUpo0EuUXXIQF { width:18.75rem;height:2.4746125rem;top:242.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15115;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hKLGaSth3MwDw9DyzxAwqXhiT1TxWbxR { width:20rem;height:4.3125rem;top:241.1875rem;left:0rem;z-index:15112;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Q36JJE1BXLH0cXL4mcva1TmAuaW9VH1q { display:flex;width:2.1875rem;height:2.1875rem;top:247.3125rem;left:2.25rem;z-index:15109; }
 }@media only screen and (max-width: 763px) { #Q5T66e5RSO25aVbMks04LQSIBocBiW3w { display:flex;width:2.1875rem;height:2.1875rem;top:247.3125rem;left:8.875rem;z-index:15110; }
 }@media only screen and (max-width: 763px) { #GmZkqH2dErrXSnRQX8THI3KvxUfr4LkL { display:flex;width:1.875rem;height:1.875rem;top:247.5rem;left:15.875rem;z-index:15106; }
 }@media only screen and (max-width: 763px) { #goEI8JR5T74szThrTIxoWINilbVAZx80 { width:18.75rem;height:2.4746125rem;top:252.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15117;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Fz9DS9rmUw8sokKvw26bnIJLoSup5taK { width:20rem;height:4.3125rem;top:251.125rem;left:0rem;z-index:15114;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qBgzn06P85T3kPWZMtNkonS200PzDSQw { display:flex;width:2.1875rem;height:2.1875rem;top:257rem;left:2.25rem;z-index:15112; }
 }@media only screen and (max-width: 763px) { #tfMwpZDNZhg8WifVevVx8WEQARJyXcnT { display:flex;width:2.1875rem;height:2.1875rem;top:257rem;left:8.875rem;z-index:15113; }
 }@media only screen and (max-width: 763px) { #NK5WwSfXF11L0VoeagrSFsny8LBq1R5s { display:flex;width:1.875rem;height:1.875rem;top:257.1875rem;left:15.875rem;z-index:15109; }
 }@media only screen and (max-width: 763px) { #TwoQiduxoN0786i5IsK5ddV8FyKaxFhD { width:18.75rem;height:3.71191875rem;top:262.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15119;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #iK6pFDrfIvFUFcgaXIE9bWCtJr6PRDr3 { width:20rem;height:5.75rem;top:261.1875rem;left:0rem;z-index:15116;background-color:#f8f8f8;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dVCODxhAfBrQ74DqUv8w1ZgboPcq3Arp { display:flex;width:2.1875rem;height:2.1875rem;top:268.9375rem;left:2.25rem;z-index:15095; }
 }@media only screen and (max-width: 763px) { #wBOT2eFO7bfHEEF5fo2Ll6azAPqCcxtb { display:flex;width:2.1875rem;height:2.1875rem;top:268.9375rem;left:8.875rem;z-index:15096; }
 }@media only screen and (max-width: 763px) { #Wk8e0ETiWpPsCooVFbvUCIpVwszyDwlU { display:flex;width:2.1875rem;height:2.1875rem;top:268.9375rem;left:15.5625rem;z-index:15097; }
 }@media only screen and (max-width: 763px) { #BmnC7vX5khtWMKRf0IegFcfvU3sC6BHJ { width:16rem;height:3.125rem;top:275.9375rem;left:2rem;font-size:1.0625rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #Kr7RrhIM8z9brqfhOsz33xJ9hTQy00x0 { display:block; }
 }@media only screen and (max-width: 763px) { #RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV { display:none; }#RPS6NHsVyTNP3x8ZrXIXPQ0alwNxq5sV > .row .container { width:20rem;height:202.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #molkLaUBrHwgzncJM3SHJZaFEZAGeHHE { width:18.75rem;height:auto;top:12.3125rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tokiQVWGaK1F1op0ROV3QdcuLa3hrXTC { width:15.6875rem;height:0;top:1.4873046875rem;left:3.125rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #rWLMxiEmlF6qFVpGZ64ZTqPmIpvZCxZB { display:flex;width:3.3125rem;height:3.125rem;top:1.4873046875rem;left:0rem;z-index:15090;display:none; }
 }@media only screen and (max-width: 763px) { #HKukDm7GXGQIkQ7bP74bI2ctZRe8G7ZX { display:flex;width:3.125rem;height:3.125rem;top:11.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mT8WSnJ6xIO9VL8GHb2oqegJiXWDwdSV { display:flex;width:3.125rem;height:3.125rem;top:39.1875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #R8pq6S2kvSvAgVziAvZWXmpcdEoaIWwF { display:flex;width:3.125rem;height:3.125rem;top:62.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OVHOSTMqeBNhnPybo5qkIcsiQPzFTbTT { display:flex;width:3.125rem;height:3.125rem;top:66.6875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dhOTvC7HBoy73dX71JwdmR1m2chP3tgv { display:flex;width:3.125rem;height:3.125rem;top:43.5625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uSpq08r3Zcpk34h2C32ZC9FWTicnrSuT { display:flex;width:3.125rem;height:3.125rem;top:16.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MpgsTtCTZGpT7E7ZsmnNSzAZ0RJPWGse { width:18.6875rem;height:auto;top:23.375rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OPtf5MsTXDETaD2UvoLOHsBHXUgxiAHx { width:20rem;height:auto;top:17.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #g35HSC2KdJugszeEy0yhVv6fi6driPwN { display:flex;width:3.125rem;height:3.125rem;top:20.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IHs90c74upbZh02tFq2oirUg9PUQKIwz { width:18.6875rem;height:auto;top:29.25rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuTMvraoUyIRSfbbvd8KBMOuk5MkkfrL { display:flex;width:3.125rem;height:3.125rem;top:24.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bTHJq0gdhoD4egRqIkaXdOo4N2rbMIxW { display:flex;width:3.125rem;height:3.125rem;top:47.9375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #K3nqSTLPb5kx3Zq4kbgrbJFiauF3oTxE { display:flex;width:3.125rem;height:3.125rem;top:71.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T2tBDhs3gwhPcUM1kHnCOiLbTbNIatcP { width:14.3125rem;height:0;top:99.8818359375rem;left:0.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfwitJuz7Txqsa1UVJMT8ag8zLB56EEO { width:14.3125rem;height:auto;top:23.6875rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #DarmG8NoPsgVSTLADHzW6buddfrm6Zx0 { width:18.8125rem;height:0;top:-1.3564453125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OG8iNMvhvsc5dRAGX8itJTBOKmS5igfz { width:19rem;height:0;top:35.9375rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #u4fSAn8ebSJOEXsJNbQ3O2Znz90ZeMFs { width:18.8125rem;height:0;top:8.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzPpoe1lUd1zGNIL9pfumS9O3J7mHUCd { width:19.5625rem;height:0;top:7.1875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rpBnMo15QW2UJD6tVEihRFAfWWwTD20u { width:18.625rem;height:0;top:59.0625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2NGTOQ12B3NFzFnx7NOw1ok7ae4BX1x { width:18.6875rem;height:0;top:10.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QbUmGku8zwy8t0Mp4pv0ReuXitvf6DbM { width:18.75rem;height:0;top:5.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hV4vOEr1zaERr1AbteJxS1gyxvdkZRmp { width:18.875rem;height:0;top:33.5625rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tbI0GQCsOk7TZC9yyK3P8WTKt6Z6n1W3 { width:18.75rem;height:0;top:56.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hEHbFQ85vAea48n0yH2q8XsgrMaQIEPo { width:20rem;height:auto;top:34.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3OhrG427g7r6HHmRD0wvoLpTzGPMury { display:flex;width:3.125rem;height:3.125rem;top:29.1875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TTBKwCLvMcvSH4wKa3tXNkWTOgPdRFnP { display:flex;width:3.125rem;height:3.125rem;top:52.3125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EoETJiJZrM9pT3QQh7cFEzV11TgINVdD { display:flex;width:3.125rem;height:3.125rem;top:75.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VUZaHzpTFzlTvhmxiF6xuIgS1KKPHS3x { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #il80veckS975mZxDv6xnSxyxfRB5MtzT { display:none; }#il80veckS975mZxDv6xnSxyxfRB5MtzT > .row .container { width:20rem;height:105.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #peFNt008poJJN1s4r8slrJPWUwQ2KN6U { width:20rem;height:auto;top:5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CRCWulPSUa6LTnVrTNIhJAFrfF4DpCkC { display:flex;width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #N8AW0G3gtQZwZIIJPcIKeqoToufffDkt { display:flex;width:3.125rem;height:3.125rem;top:32.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EWVGSxCl5WyzyvvPXyWBEvF9OlKM517d { display:flex;width:3.125rem;height:3.125rem;top:37.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NIRZrU8vAU5aoXvGWLDV4udTxZH43rEU { display:flex;width:3.125rem;height:3.125rem;top:10.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #WULi9T7fn4ytxx5yJKNuU4BTCGCfsKsK { display:flex;width:3.125rem;height:3.125rem;top:50.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UT1Cuk7F5BrbWLqGesPV2gFI9W8Jd6Ax { display:flex;width:3.125rem;height:3.125rem;top:15.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #JSkD8MZ71WJ5DlT8EZIoBhPfTSvU73u9 { display:flex;width:3.125rem;height:3.125rem;top:19.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nNbT0dJGDFvO7cfumIxiiCLk86dF39vc { display:flex;width:3.875rem;height:4rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLPL9DpRvk02No026s8GlaLATK5L0shT { width:20rem;height:auto;top:10.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TrcbeCGzqc8TovcZmVnCTmIXWIfD2l9M { width:18.6875rem;height:auto;top:16.0625rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmliknenJwe3cBuIMk59XzUMXUgK9gMT { width:14.3125rem;height:auto;top:10.75rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNwHTdW51Cp2b7wZm2pZye3IEV4mDplJ { width:14.3125rem;height:auto;top:10.875rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zlEenlWSBbhG9QGihbtn6O9VCeJJTPxQ { width:14.3125rem;height:auto;top:16.1875rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VvMgDuMih59nXQsud3VcWgugTpdh7OcN { width:14.3125rem;height:auto;top:16.0625rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #r31st34TkNhRAZxHkDqQ4ApUqoEU21cw { width:18.6875rem;height:auto;top:21.9375rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcuCnJoAX6114ZB9znFW845vua7TJVic { display:flex;width:3.125rem;height:3.125rem;top:54.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #buBKHinTRzTP5JK6gxPcBpnDZ3LfdRhG { width:16.1875rem;height:0;top:1.25rem;left:2.625rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xwuDDKBC8T3bAGKQog9mExokrRtEg3gy { width:20rem;height:auto;top:27.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #niHgvVxnND0tMVWvDskaeJ23QSWw2SCQ { display:flex;width:3.125rem;height:3.125rem;top:24rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #LKwKK4WooJgiLoWtbMJynhBgMbLWZrdX { display:flex;width:3.125rem;height:3.125rem;top:41.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VnKDHI04Ws0P766Mr2JxvRpShM7rg0HD { display:flex;width:3.125rem;height:3.125rem;top:59rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xHIctqlDClGcCkmr9sTIoLtarMsTmuCG { width:20rem;height:auto;top:33.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ev37XMM6ObQqXuO3LEbyTv2w58fTe3qF { display:flex;width:3.125rem;height:3.125rem;top:45.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #b641TdBg6OW3Tkd46P4WL2p9WTkBFWys { display:flex;width:3.125rem;height:3.125rem;top:28.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #nmEVnnnJQkLoy1vgXULu298Iq3eKVAIh { width:14.3125rem;height:auto;top:34.5rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkdeObu0ydcNPTtbgt2JgDMbz65uiOTF { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ { display:none; }#xpPzuFeauuRdneqpbDDFMQF0LgGpzsHQ > .row .container { width:20rem;height:105.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xwprzV9897aKyMfTJmGVrCQ8uLqRdTXl { width:20rem;height:auto;top:5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #LvP0XIVND1B56JxZxPAe6D5udbXD6p6z { display:flex;width:3.125rem;height:3.125rem;top:46.75rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Mkmg8kxVOMms60xgKtAuXLJG8nWV9lUM { display:flex;width:3.125rem;height:3.125rem;top:29.25rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #X7LL4v2uDC9rTZWn63MIIRQ4h8SuuTpp { display:flex;width:3.125rem;height:3.125rem;top:38rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #bFHzIWJC6NtKTn4RqnGAa9GUTwAQKmPb { display:flex;width:3.125rem;height:3.125rem;top:10.4375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #B9K6Otn5nzDbqDR9rXRQHC8CpW13hIkc { display:flex;width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CdT8Jit4P6Aeemiq5eBq9ssuTy4g3Cm8 { display:flex;width:3.125rem;height:3.125rem;top:33.625rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ygmMkVHa8R85Samwy7katamnAzQrBJid { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #geTknE081oXpc8z3xslBTZLWvBgUUUrL { width:20rem;height:auto;top:10.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tcPNDVndJ4AclOKDnE6IF0TvHp69WHE4 { width:20rem;height:auto;top:18.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rHF697CrRvwgHDKm8EWSKQiJ3hiLC3OG { display:flex;width:3.125rem;height:3.125rem;top:51.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpRw1CClH7FTAycVu3UNnq2JKQViNJPl { width:16.1875rem;height:0;top:1.25rem;left:2.625rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #k2FuFTAw37q0yVJkQtrG6pxSDV5w62Kq { width:20rem;height:auto;top:24.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #teV1EtE6ifFFaJxdhr9IUKCwkJ3lNv3X { display:flex;width:3.125rem;height:3.125rem;top:19.1875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sOzRXRNcqfBzia4xeENaXuoEgMeKwsuZ { display:flex;width:3.125rem;height:3.125rem;top:42.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Co35CTtRRpvlKL999Rwqiu1rKIgXb5ni { display:flex;width:3.125rem;height:3.125rem;top:55.5rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoTiRXK0OEdgDAk2AAEwxJQrmFhiXbNn { display:flex;width:3.125rem;height:3.125rem;top:59.875rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2OFv9T4VxmwAtawrI9wV5193m8Pfqn5 { display:flex;width:4.5625rem;height:3.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GWnnJCvENb8ZMoM2JtGgXpZnOZbee8BP { width:19rem;height:4.4375rem;top:23.5625rem;left:0.5rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUKPCCi5tT95hVGVRLNplPnVWLw4MQRO { display:block; }
 }@media only screen and (max-width: 763px) { #kz72ZgCOsXB79ZgipqozMG1P2XuglVbH { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG.adaptive-delivery-prevent-bg, #R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG.lazyload, #R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG.lazyloading { background-image: none; }#R9aLSWd1V6JqNsAM0xpOabOiKr8ww3wG > .row .container { width:20rem;height:4.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/93e9339f-4f18-4d28-80c7-60442d4c162d/tlo6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy.adaptive-delivery-prevent-bg, #axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy.lazyload, #axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy.lazyloading { background-image: none; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy > .row .container { border-width: 0; border-radius: 0; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#axHDxhf6oQN5Og1FCsVTeBVlBxSfTCuy > .row .container { width:20rem;height:35.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aLsuDxa2BEhI70Da8PAwXy6d9qdap0am { top:19.7607421875rem;left:0rem;width:20rem;height:13.1875rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Srko1fpZdZteTcLVtduI1ZvW5VHMHVwe { width:16.875rem;height:7.1982375rem;top:3.9609375rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15035;color:#ffffff;text-shadow:0.125rem 0.125rem 0.5rem rgba(0,0,0,0.23);display:block; }
 }@media only screen and (max-width: 763px) { #roAM3iqH28DE8P0UH2lJcaOps7Xld3IF { width:20rem;height:22.4375rem;top:12.6484375rem;left:0rem;z-index:14999;background-color:#7cba0c;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hU8fKOpwJGNCACow0yqQBDzr2bHQeqId { width:16.875rem;height:4.798825rem;top:13.798828125rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15036;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws { display:none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container { width:20rem;height:17.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #csmWFU4PcCOCX5bpCsrtZbdcDOCfDcAD { width:20rem;height:11.1875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 { display:none; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container { width:20rem;height:100.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NNGJIsniToVgGh5rohrkU9P3bh6rRBb8 { width:20rem;height:0;top:3.6875rem;left:0rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #rNVuMlsxViCdtxMu8sXBaHDTIn5a3Wd7 { width:20rem;height:0;top:11.375rem;left:0rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #VwbNtOJB2dgxmmDb3um00uOx8dAD7u5l { width:10.125rem;height:10.125rem;top:87.4228515625rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LA2bDJgpn4LwnFhGDXMxQzmEZM81F1K6 { width:5.9375rem;height:5.9375rem;top:104.0625rem;left:7.03125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PbPm2gEmOKvprE4Q0SHx4x1Gw8oevRa9 { width:20rem;height:0;top:125.761725rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lquzI9AeOHn6ubepiif4ybfLQJcQ6cFP { width:17.3125rem;height:0;top:79.3251953125rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mbLR9eh2K0Ta55MPM09uMDu9z1zbq85l { width:20rem;height:0;top:25.9375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EFprFKoPeAloS49Mo6P5zvPAqvOVLNn6 { width:20rem;height:0;top:105.3203125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vx7IOoNST2UrLQ2JMTr9q07SerfqAzVf { width:17.8125rem;height:0;top:71.462890625rem;left:1.5rem;font-size:1rem;z-index:15087;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bU63tf6RCv4FZRoiJ8NmEIVvIyV8Tfi0 { width:20rem;height:0;top:103.011725rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTSZ2d9tsLWmfcKXUdfaiXhicIyvE8Zh { width:17.5rem;height:18.75rem;top:67.1875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNDZ8PQU2d8FtgZEgiflsqnt3Ez3hVmH { width:20rem;height:0;top:112.9257875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #lJe5t8bh7EtbTdKr3DHFvinb89ca0Gdq { display:flex;width:7.4375rem;height:7.4375rem;top:64.0625rem;left:6.6875rem; }
 }@media only screen and (max-width: 763px) { #yiyzpknhR7KIoAOB0DiTOeQ7DcKuDf3L { width:7.5625rem;height:4.9375rem;top:66.5rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQRoeEQ4xzX2uJafzN86OtJHMzEG530s { width:20rem;height:0;top:43.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bt25P8fUk7xmF6a3tTmqEJFw9UsNvTRO { width:18.625rem;height:4.4375rem;top:5.5625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAwA64lWVepkqeeo4pb00Bak4vkbkCPP { width:20rem;height:0;top:135.074225rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Qk2rdymLZ8WsfM8JxAn6zTXbTLZxwb9g { display:flex;width:5.875rem;height:5.875rem;top:40.5rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #NsCeMH1hKeq2EmrMlMTnEoSvUy0boJPB { width:7.5625rem;height:4.9375rem;top:95.824225rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HH2sQ5UyV43VAvy4vabIBor1Ztk8onuo { width:19.5rem;height:19.9375rem;top:98.511725rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DFR2VFqo5boWCZs5adLCXuVdhMUkpgqm { width:19.5rem;height:19.9375rem;top:120.199225rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ODwZOu4TH0ATZyDOedyc35EqzuE1dT9M { display:flex;width:6.5rem;height:6.5rem;top:17.4375rem;left:7.3125rem;z-index:15092; }
 }@media only screen and (max-width: 763px) { #rdyOQU10UfK3CTcgqnIBnTesixVXGNZf { width:7.5625rem;height:4.9375rem;top:117.511725rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fruyQEaytuByKaXo5leqAR50XgicnIKd { width:7rem;height:16.375rem;top:84.2978515625rem;left:0rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #tS2MCs7lLiCRRok8ME4odtRKPydStGbI { width:20rem;height:3.1494125rem;top:6.20703125rem;left:0rem;font-size:2.25rem;line-height:1.4;z-index:15086;display:block; }
 }@media only screen and (max-width: 763px) { #i1wPtIQMn50T5vcVtwkvQVXVR2uanNTX { width:20rem;height:2.79980625rem;top:2.82421875rem;left:0rem;font-size:2rem;line-height:1.4;z-index:15086;color:#ff8401;display:block; }
 }@media only screen and (max-width: 763px) { #bbfXJpwrgd7GNl2QfnSrW2z8yVdDib8J { width:20rem;height:4.375rem;top:10.75rem;left:0rem;font-size:1.5625rem;line-height:1.4;z-index:15008;color:#343434;display:block; }
 }@media only screen and (max-width: 763px) { #Jl2gnfVXxs7XWoyMtIKfGTeab63idUiI { width:17.9375rem;height:3.89941875rem;top:74.861328125rem;left:1.28125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #xVs1DNGhZeoU6iet9XKPL0kXRmAJn9LQ { width:17.4375rem;height:2.5996125rem;top:82.57421875rem;left:1.53125rem;font-size:1rem;z-index:15057;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #veE72U8UTObd70SCM30LDRBSV46e4nSh { width:17.5rem;height:20.1875rem;top:42.6875rem;left:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #hsElGSNHIJDakNE6zl5RdXATbebHL4K8 { width:7.5625rem;height:4.9375rem;top:42rem;left:6.5rem;z-index:15084;display:block; }
 }@media only screen and (max-width: 763px) { #JoeFtVC9dyBM4DbtcqmQ6UFa204MFmTL { width:17.625rem;height:5.84765rem;top:51.6875rem;left:1.53125rem;font-size:1.125rem;z-index:15051;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H2TehbPwqS8lEQU048fXIxP30WuE9D9u { width:17.75rem;height:2.923825rem;top:58.8125rem;left:1.4375rem;font-size:1.125rem;z-index:15067;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FNStAo5miqZr3N2pUwasw1rqsA3nGETk { width:17.9375rem;height:2.923825rem;top:48.0625rem;left:1.375rem;font-size:1.125rem;z-index:15071;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HzykgZHqhLkASBSmFpEHP3OOPFaqhspO { width:20rem;height:0;top:25.25rem;left:0rem;font-size:1.125rem;z-index:15027;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #dwuXsc3NG1RnQXLg0ZkoGXfWJk2zRXtd { width:17.9375rem;height:2.5996125rem;top:34.625rem;left:1.03125rem;font-size:1rem;z-index:15071;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3KIIqNd4vTJ6BTp1l9r41LGVqwpsqIS { width:17.5rem;height:18.875rem;top:19.5625rem;left:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #QBVIlGwupyglw4K96I8Si0qNilQ1Rso2 { width:7.5625rem;height:4.9375rem;top:18.9375rem;left:6.5rem;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #mRWVorRPBbXnAZe83STlPHtFpJUg9Al9 { width:20rem;height:auto;top:25.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HMqHUNg11bnOc6eSU3SfKHFmR6XvMZII { width:16.1875rem;height:2.5996125rem;top:26.5771484375rem;left:1.90625rem;font-size:1rem;z-index:15028;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uv1E7K3wzie1RvShgJwfbPJb0R3vPCAg { width:16.75rem;height:2.5996125rem;top:31.0390625rem;left:1.625rem;font-size:1rem;z-index:15029;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZT6QVmX0rxpfN2qws3r0EXkpmyT8pCb { width:6.4375rem;height:6.4375rem;top:21.1875rem;left:12.625rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #TKF48zlz6TXuDu69G2T3Ha4HFNGHckcq { width:17.8125rem;height:2.5996125rem;top:71.5rem;left:1.09375rem;font-size:1rem;z-index:15088;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgQo35POIc3BWAZi7SQOQqLoSaLaTTaT { width:17.3125rem;height:2.5996125rem;top:79.349609375rem;left:1.59375rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/95b83065-b581-4318-85f2-dd3a7269612a/noroot.preview.flip");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.adaptive-delivery-prevent-bg, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyload, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyloading { background-image: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { width:20rem;height:87.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rOXZ4gycOGgQhShbuNGzrZ1dmTSeP45G { width:12.0625rem;height:0;top:33.9375rem;left:4.21875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #uF4FDPIPlQt2iQLv4O6GNmuVL8TmZn7l { width:9.375rem;height:7.8125rem;top:30.7548828125rem;left:5.3125rem;font-size:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PPObXeB9W7TzrtWzCBD41aVbZy8y4xbv { width:16.1875rem;height:16.1875rem;top:25.8125rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLk42maZboIOrXge0czhDSWxWmqMEyAs { width:13.875rem;height:7.8125rem;top:50.19921875rem;left:3.0625rem;font-size:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UScZ1UoOsnMDosQFHm0Du6Nb5I4R1h74 { width:16.125rem;height:16.125rem;top:44.82421875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWiofL1Owd4rpUxu7lEQiEiXbglcVbL { width:12.0625rem;height:0;top:37.75rem;left:7.9375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cBfy572TaaB8Rm65g6PAb0l0JS9k3ErQ { width:16.25rem;height:16.25rem;top:63.94921875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDkkcxBz7LT9uPtyB1AI7C3ZzoJ3It0R { width:13.875rem;height:7.8125rem;top:68.16796875rem;left:3.0625rem;font-size:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRrwlxeDtk2ctLvmJ7SH6n3JIG58oV9r { width:12.0625rem;height:0;top:64.5rem;left:4.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #O3C9UK26kNwXIGUpRxcmm5E9rSWqeCA7 { width:12.0625rem;height:0;top:36.5rem;left:7.9375rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15014;display:none; }
 }@media only screen and (max-width: 763px) { #tM1oxw6r11NxrJhBb2eJCvyRH4irq0PT { width:12.0625rem;height:1.625rem;top:38.5673828125rem;left:3.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #fnzSDywBu26oCdFFLQfSF0mJSK8llTpl { width:12.0625rem;height:1.625rem;top:58.19921875rem;left:3.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #NiKPGL4tJU4fgaNLJd4yPsxNg7HKoyAi { width:12.0625rem;height:2.625rem;top:75.41796875rem;left:3.96875rem;font-size:1.3125rem;text-align:center;text-align-last:center;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #LQoevqEofLBWcJPT2x2cQtI6IIPEwQvr { width:20rem;height:3.75rem;top:27.0048828125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2QM4qRDStUy2CSEZ1A96D1JSILaPPT { width:20rem;height:3.75rem;top:46.63671875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPTIOko1SB7x1B8hTorAcCT5O2cXDyHl { width:20rem;height:3.75rem;top:65.125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .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; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d .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; }
#e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d { width:18.625rem;height:5.2175rem;display:flex;top:14.3125rem;left:0rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #z8DJiEJS5CnqNai4SkCI83aLnlR5N3Kh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #ZbA1CCHnieJDrAuc38qZBRiJTaCby3f0 {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #VmVfO6PWEnTwc8ALveDMoh8w9swwkSw3 {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #QMg82eI7LnqcS7M6hO8E1WlK5kHibvzz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #aMfdxxKfT6nPMuHl5evasGzGTg0Fpzct {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #qi7laRNx2C7Gh4iAN86zoBSzUSb4bzVr {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #Rg6F5x3gnTOOpG5WdQqrO8s9M7BlTmze { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #QuwNx94rvPK3oQdoNLTGqmtzETlVFmDN {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #f0cQyIHK2EGrBenwGxnPEtV1zn4vT0Dl {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #banMtmvUVKf56hNtW2NMyM8p1WtGgvf6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #rPlfbzg6UDPL2cTUTbcTi4LTCXctno6a {  }
 }@media only screen and (max-width: 763px) { #e3Z0KReSxEu4yV6RMXUWd0SR4GMuWE8d #l2R2CJbD1XW5qGZCNyS2vZ9dxFBhAWKF {  }
 }@media only screen and (max-width: 763px) { #PxAHEgDQOmbHJcQzXOnAPNc8e9s0KPcO { width:17.6875rem;height:5.19921875rem;top:7.125rem;left:1.15625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lp4Z637cQMaDuwy96dkZn2RWWtqoBPb7 { width:19rem;height:4.4375rem;top:14.57421875rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvtIKFbvsdfpsP8rW2o5N6WpqUasWaAL { display:block; }
 }@media only screen and (max-width: 763px) { #gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ { display:none; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container { width:20rem;height:59.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NW1DscpPualEhz3t60BBvubhXnRwVams { width:10.1875rem;height:10.1875rem;top:72.2431640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #b9xA3kCFCFAoDglhnJVMKHOHSpidWJ8m { width:7.3125rem;height:7.3125rem;top:41.6875rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7qiwMWrV3f1ibpDT3yDoX62RlrUbkbN { width:9.4375rem;height:0;top:35.5996125rem;left:5.25rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #gT6kXIBxz34bTuidoMKrKrfnLHmrFPSd { width:14.25rem;height:14.25rem;top:20.0996125rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RfmqFRmBflU7TgtRxNvmIfinWbUHJ0Hk { width:9.375rem;height:0;top:21.6806671875rem;left:5.3125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #UG5ufJ7NpJEKRdaANAuhv5q3HQ94Ou20 { width:12.0625rem;height:0;top:28.8681671875rem;left:3.96875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mXRepe30wd4mlw8CyW4TEbzVgeF3i0VK { width:14.25rem;height:14.25rem;top:46.2988375rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xugTvxptEWJTShTCdaoiqgwCSEyVs6qo { width:13.5625rem;height:0;top:49.4082125rem;left:3.5rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #r0XC3v4Zz8MTgrvSu8OVSS0HKomRx43u { width:12.0625rem;height:0;top:55.9209078125rem;left:4.03125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #S1FCZDzTlL3WEQLnKBxymypKp9WoWwg0 { width:20rem;height:4.798825rem;top:48.037109375rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #gTHJLtk6XUKTdTK2nwJs7dVDQCa3lTo5 { width:20rem;height:2.79980625rem;top:2rem;left:0rem;font-size:2rem;line-height:1.4;z-index:15089;color:#ff8401;display:block; }
 }@media only screen and (max-width: 763px) { #KSeMvvT748LA9q2mdMJVMrAOEffiSWrt { width:18.625rem;height:4.4375rem;top:4.75rem;left:0.6875rem;z-index:15087;display:block; }
 }@media only screen and (max-width: 763px) { #GAl6ip5yLUew4tl33QG4IMP2TLmlwb0n { width:20rem;height:3.1494125rem;top:5.375rem;left:0rem;font-size:2.25rem;line-height:1.4;z-index:15089;display:block; }
 }@media only screen and (max-width: 763px) { #VWhtogTN0iLvVkn7WpF2qQemGTtp5Zmm { width:9.375rem;height:6.875rem;top:13.5rem;left:5.3125rem;font-size:6.875rem;text-align:center;text-align-last:center;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #zAFdetvDiwIfA5TLcvDbBoMmf2lPxw8M { width:14.25rem;height:14.25rem;top:11.625rem;left:2.875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #ETxcPIdFPzaaKHuarB2eKX0uuvE34nZF { width:12.0625rem;height:1.625rem;top:20rem;left:4rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #miVkh9TU6EdRfiKABgJVB8KmmdJb2Z2s { width:12.0625rem;height:1.375rem;top:22.25rem;left:4rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #RP56fi4LnWgzuk8x7CqLhav2oRm32dBr { width:7.4375rem;height:7.4375rem;top:9.1875rem;left:0rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #I4H6d3pr6D8d5CbTmBJh9JByVUWEF67k { width:20rem;height:4.4619125rem;top:25.8125rem;left:0rem;font-size:3.1875rem;line-height:1.4;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #I0FhTcbEEAkX2D1fGoreC1MWvDBCE3zN { width:14.25rem;height:14.25rem;top:30.25rem;left:2.875rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #ogXlfVITiu5Om35zUUqpHmQmePh9RR03 { width:12.0625rem;height:1.375rem;top:41.6875rem;left:4rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #WrhDdCeOzKB0ETykCF983FTEhBw6lTJJ { width:12.0625rem;height:1.625rem;top:39.4375rem;left:4rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #sd4vTrogW5BiS0u3o98C1yHdwzbzZlR4 { width:9.375rem;height:5.3125rem;top:33.25rem;left:4.4375rem;font-size:5.3125rem;text-align:center;text-align-last:center;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #UnZz2dkx8AW8q3upCnCqZDFTqHXgrhHP { width:19rem;height:4.4375rem;top:54.084959375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKul56FE2vLeSFQvNTZP9IEwUbxq89IC { display:block; }
 }@media only screen and (max-width: 763px) { #Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa { background-color:#ffffff;background-image:none;display:none; }#Gu66wC3DczPo5tJ9TTT3MMzlcldMAFaa > .row .container { width:20rem;height:34.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EP6f8JfCQxZA1BbmT7U7BPXMJebpPvch { width:20rem;height:0;top:12.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GemC9DfM2POlZUerc1q0Gb3roTm03qTv { width:16.875rem;height:2.3994125rem;top:2.9375rem;left:1.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BZAhlTUFTvcTGSRf7liTiEW87X7VTwxE { width:20rem;height:2.625rem;top:6.3125rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #B7DtWK7rboCAkgI3kNc9fSGB34FvvAMk { width:15.8125rem;height:2.3994125rem;top:9.6875rem;left:2.125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4GUN26gykWeUQ9K8dLW2SbkWkJHh1VV { width:11.75rem;height:25.25rem;top:59.609375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IZb6U5OpRhm7VmhbD731Xrqs4mpTwBpe { width:20rem;height:4.5rem;top:13.2646484375rem;left:0rem;font-size:0.9375rem;z-index:15014;color:#343434;display:block; }
 }@media only screen and (max-width: 763px) { #mBF6a2rUTNtcsS4FaAvtX4w7fhZkDAOx { width:11.75rem;height:10.0625rem;top:18.125rem;left:4.125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #aAlPU1FrqNWKHbqoFA42TFVWegO5pDh5 { width:19rem;height:4.4375rem;top:29.4375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSHKssBX4UehyozspH6mavJRB99TMaG2 { display:block; }
 }@media only screen and (max-width: 763px) { #Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/007f091e-9095-428f-96b7-dfe4bddf5faf/Group7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:none; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT.adaptive-delivery-prevent-bg, #Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT.lazyload, #Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT.lazyloading { background-image: none; }#Qz2EDS2hrRdCfX5mOAtZwuN6uilV1VZT > .row .container { width:20rem;height:4rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #DhoLCov3y9zi74BHTm2JiCpUva7iTR3T { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64200482-529f-4b1c-928e-7e587739c023/to.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T.adaptive-delivery-prevent-bg, #DhoLCov3y9zi74BHTm2JiCpUva7iTR3T.lazyload, #DhoLCov3y9zi74BHTm2JiCpUva7iTR3T.lazyloading { background-image: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { width:20rem;height:76.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #SVlz7gxRgMkKmIGTQfsglQSeFScdofND { width:18.75rem;height:1.7871125rem;top:23.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yncNbsb9g2Q2J1NSoLQm6vp23cnX1uTz { width:18.75rem;height:3.1484375rem;top:25.125rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GdIKsrAscJkO1m5J31tJmMx0fi3Hg6BK { width:5.375rem;height:0.125rem;top:10.9375rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #h9UKpIgH3wR5a2I3JgypzJOJJJB14ClM { width:5.375rem;height:0.125rem;top:31.125rem;left:7.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qrHGeAGdHKrQdampHXqQsmdFP28xledc { width:20rem;height:0;top:8.0859375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #b4rohhuJ9kGHpqakKN2VQJVbMZqPq5E2 { display:flex;width:3.125rem;height:3.125rem;top:72.6962890625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #coGIpvQrTQUf2mvhOhvTTwbvrRPBagKh { width:18.75rem;height:1.7871125rem;top:43.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsT95DpHA7D2igmrALoFNmy4C4egeIZQ { width:18.75rem;height:3.1484375rem;top:45.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTsXayi0SD637E6bQln1tPrrGUGUUiOT { width:18.75rem;height:1.7871125rem;top:66rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXFE4dwTBGakcWBwkP7IcrvPLMDPKa0E { width:18.75rem;height:3.1484375rem;top:68.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvAMDATS1cP28NmZRzpZPXVNsqMOMcZJ { width:12.25rem;height:12.375rem;top:9.875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FbsNVN3dcnLTVrThH59vxDXrTv9ZaDyg { width:12.25rem;height:12.375rem;top:30.125rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IH8XQlF0KagZcIOsqwWWlX9Ch2A4HlZr { width:12.25rem;height:12.375rem;top:52.1875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOLGGAGrVtH5apzh5ZhmZIyE660m9cWa { width:12.8125rem;height:12.8125rem;top:9.6875rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSlBoEFp9gqmyfLRoRhvTmw0VP1STbga { width:12.8125rem;height:12.8125rem;top:29.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s17rtrLiTmn5mMvoB8TLrBHz80otO3Qb { width:12.8125rem;height:12.8125rem;top:51.9375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqWJeI0wOZftOZD32sQ232NtNyWWfhr9 { width:20rem;height:4.798825rem;top:2.3505859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX { display:none; }#QxnqxWnhBPNJWAxlZfDmRoyxkh04ArxX > .row .container { width:20rem;height:105.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HzolqhEh27xhq6F84C2Go89GzJ9lg1iJ { width:20rem;height:28.5625rem;top:15.8125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/dJ1cRX9c/07.jpg");background-position:center left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HzolqhEh27xhq6F84C2Go89GzJ9lg1iJ.adaptive-delivery-prevent-bg, #HzolqhEh27xhq6F84C2Go89GzJ9lg1iJ.lazyload, #HzolqhEh27xhq6F84C2Go89GzJ9lg1iJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gZ6RHRvHKKBZzuBbtxVpKQLozEK3XvHg { width:17.5625rem;height:7.597625rem;top:33.125rem;left:1.21875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NDmbOBb1xP2A7HQPfDFTVBQNKCikBoxo { width:6.25rem;height:6.25rem;top:19.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHCPfK65QvUcMK1hOeicrgGxx8MSKylZ { width:17rem;height:1.7871125rem;top:27.1875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfamCPNsWIn5Zs9TXSFsp4brGTq0oEFf { width:20rem;height:28.5625rem;top:46.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urKlfudPsW0T5nSU4v2AQ50lil55yrxI { width:18.1875rem;height:9.4970625rem;top:63.5625rem;left:0.90625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XRFaHEoOcpQ4AWy2N8Nm4WDtP9zkSX0e { width:17rem;height:1.7871125rem;top:56.5625rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZ0DSwHztDb0LNKvr388Qdaw6WnNBzvo { width:6.25rem;height:6.25rem;top:49.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4o3WySMLbZQASI0TzsM2ALZABPsgpvQ { width:20rem;height:5.5996125rem;top:76.125rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #gTtnXBedbecJT4qh0bqJmX9iUHObJIBf { width:20rem;height:8.3994375rem;top:82.9746125rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CEvIaa8s4JbBgSQwPHhp5oi1mVARWNRl { width:11.875rem;height:11.875rem;top:92.62405rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WR0totuxb5LIviLCUGUGqDzTQqCOVe15 { display:none; }#WR0totuxb5LIviLCUGUGqDzTQqCOVe15 > .row .container { width:20rem;height:91.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iFTFLQ6WL4tySfoZrlbCaQ2hdCfUhSN4 { width:11.875rem;height:1.29980625rem;top:10.375rem;left:4.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5c39ZKzJXeJeReoocHlxE1BBP2R8T4N { width:13.25rem;height:1.29980625rem;top:14rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMOViulTfNxMJ57pQROZ8O2sdaaswb4k { width:13.25rem;height:1.29980625rem;top:29.0625rem;left:3.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TlkLIwN2ODh3iwbO22CbFILWX75EkspZ { width:11.875rem;height:1.29980625rem;top:25.4375rem;left:3.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iz3pXQXn2i7a5ygo3D3dWr8eQ6oCDKFk { width:13.25rem;height:1.29980625rem;top:44.875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iP2OJngDAq1i5kULirVdtMonpFiBmzDb { width:11.875rem;height:1.29980625rem;top:40.625rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cvUu2Wf6Ko3kJGgAeEQ0F8oJqN1FHV2f { width:13.25rem;height:1.29980625rem;top:61.4375rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PGJMxTV9yM6kdafuqabFUUawx2CI7FRX { width:11.875rem;height:1.29980625rem;top:57.8125rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HxJMQHgzWr3PaQXDKJqVL6vpMTZxGkJ8 { width:6.25rem;height:0.0625rem;top:17.5625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #goe0B5hwTT4o1DkTnD066WLy9Aclhgic { width:6.25rem;height:0.0625rem;top:33.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGTTQkfPvhPSXQvp0bHIuEingM3n7sJv { width:6.25rem;height:0.0625rem;top:49.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWtUUuXkNX76EsG6oTcmHbTXan05Udof { display:flex;width:5.4375rem;height:5.4375rem;top:63.98730625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #mNwHGQSUInspEuwTeMXZDV2VZ8e4LICU { display:flex;width:5.4375rem;height:5.4375rem;top:70.67480625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #MJLIHXTHTglBzsPs94nIUTIPBaM88bUR { display:flex;width:5.4375rem;height:5.4375rem;top:77.36230625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #DDvpeaL8z3bLgEZq1Vv6h8y4fIv6AgPd { display:flex;width:5.4375rem;height:5.4375rem;top:84.04980625rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH { display:none; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container { width:20rem;height:43.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gd7iKVvw8vSvtnZ1A3PWGoJ59rSgWyqZ { height:11.25rem;width:20rem;top:13.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIHE6pF4gPJD2XBky0dXXtFnHzC1u7R3 { width:20rem;height:0;top:2.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SwEZT6S9d8P4fT9iz1pzKKOPm0IW5Ab2 { width:6.8125rem;height:6.8125rem;top:31.15625rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mlA67WtlqvA2Fb4yVw0LERiIG0otQrrQ { width:5.6875rem;height:5.6875rem;top:51.6357421875rem;left:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DrzTRh0K1A3qPEvSRMnDvCz5BRp5tf1p { width:18.125rem;height:3.5625rem;top:28.8232421875rem;left:0.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNhMv5ZnvEdWw2Xzicud9LGK9El2GR1l { display:block; }
 }@media only screen and (max-width: 763px) { #bPO8tgEskMTH24aELKEQcJ0KSLMoxx3U { width:18.5rem;height:2.923825rem;top:34.9208984375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOJabwFca3awPDnJcv4aDTDhRQ9dwol { width:20rem;height:;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 { display:none; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container { width:20rem;height:70.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hFA5LAlhTa2MWfcmxdlGWM3nb5FBUDug { width:2.3125rem;height:2.3125rem;top:19.375rem;left:1.0625rem;z-index:15006;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #l54d67VE5Ia8Lag0P6cOf6KPmkFqTrUV { width:2.3125rem;height:2.3125rem;top:27.5rem;left:1.0625rem;z-index:15007;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #UB9ywdxIB3myaq6qiVT63LdQSkuUlMkW { width:2.3125rem;height:2.3125rem;top:35.8125rem;left:1.0625rem;z-index:15008;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #p4dqKsfZxw1KBTQFTXvWeOVGoGErnEOp { width:18.9375rem;height:0;top:10.5625rem;left:0.53125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #rtoHfJPIlZF94aReTesxpu2scPIzIWO7 { width:14.9375rem;height:2.79980625rem;top:1.625rem;left:2.53125rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QadaigrkhiiEiTvayGGkAyPrrdPVJX6p { width:20rem;height:0;top:4.4248046875rem;left:0rem;font-size:1.5625rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #Q2k6eHedWvxLUb2tw96gSyi8D5w99SWL { width:6.1875rem;height:6.1875rem;top:31.8994140625rem;left:12.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAsDKC0RdUfkOF3Mu8osITtuadMTM7FA { width:5.625rem;height:5.625rem;top:13.875rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM { display:flex;height:auto;width:15.4375rem;top:18.0625rem;left:1.03125rem; }
#kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #Zme6kUgQGD4aKBJFN1UW823xWGzgONDH {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #rkaS0zTAnluwG4PH4TkrEDZQUmfqc9rF {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #S9cqMsy7MBwMWBW08xPwaHi5R4XHmN2b {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #UcMZWkF99ELwsJOmbf1OgLyAmqMkUggb {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mBdy1PVJSNCTTGLvNdiTfdqTb7FeJcUE {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #pd5g8SlQxtnQdOG8doAXS7MdeGBTD8Rd {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #DonnQMDWhZxTA9MagJ4Wbx7ANGmXl6cr {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mgtaMPgJvHHPDowcJTNAEeH26WIyTwcG {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #fidfPafMMooAiQfruyWiihUVqRzcVn1T {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #uelg1Mbp15pT5SMGLz64pRFGKthPnNHG {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #byRL9zVct0wW7vAp9rlRwkyUaviZSD40 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #giVI3cId1U5zIfDbxP9y1azvITaHG9EI {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #a2WktuRUwvwlJfpWhRkOwIJmMtFlwTTS {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #oQ6VJqcsqWeFOs1Z5DIbrMhFTrx7enel {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #NCqzoEILM4bvV7Sh9TEuqPLBRBfW6Sdp {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #PwPaqkPSuUE9xTKQSXRD0isgAHw38iR1 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #GXkLe614TTlex8Xuku23OnJGZnGUDs14 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #P8JCD0ettSbKlwoN8GMKpBXaWP91rNF3 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #BsBlNBkrvB4avXRpsehgTMqSuDivlyKg {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #UTJO8tQ1WKCpcfyo7PiZTc2doEMzXUDc {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #lXInHSaeTkZXuAeTXdaybCwnXQN2Jofp {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #vwoo0SXHphUP5gsMLGQ5Vee5be61Ffvl {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #qpXEUBwlBVC5p5zeclvV4ctuT3bKNfbh {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #TysIwxUpf8VNlRUUyF3JHrqmFfIVezBx {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #mztQhkiNxbyEI3XXsZDmk46WpUnfQQZl {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gG61cwqDN5n4B1ITWLqVqIZKf3k1caTG {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #iOezA8AeI62kwnLEBPK0Rl930T6VT81q {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #n3ck1BpMKxMzQAD30Z41BbrpizhPReIT {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #k0ufm04mE2NAR6CL4uI3CDkyVxHgbdZl {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #o5bmRTEQTTFwhKVCO68xKUQKxl3qTxeV {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gfCLOWqeuNgx3TZCQhgqPq2c8pPDFyaZ {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #def8bIDpiWUDCBvGQGHoHZK9HCcMtLWB {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #l6eRJ47cu0kHaDt0duWOhhTiKd8gblke {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #U6E5SbLmrt0WH3bwuyOr9AhzIHoUBB4r {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #ICSU6BfTQZDHB3INvnppeJHgai40u8xO {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #gV6ApBWKGwEHSgHTf5ThXopC9kfsHvoK {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #XaXteQTThwQdfb3azytzUms2cd6JhkSt {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #f5CdlIAfdCgbzuNEFzpywt3CepVTlrG8 {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #CmuR79PzI5dXzmqTVWyE56p6OEUHaoer {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #fz06ZUlVi74NfLkoDqenzThC2gRCmuft {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #LAz7KbO6Wlqf746kqXARBecDUxh4UfQx {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #tixQBmUxern177koSTSfF1cdPkKZ5IRn {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #M4KxVlc0bPLr6cVQOry5o9UvsRl0RnCs {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #a8sEpSRMpEeBwGCaWGLE5ZBrFl19yGCw {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #XdhTweGRrdkKsd4hyTtmGKKU6TgBXd5D {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #ABlqcThydiOi11o3ezaTmc4iB0EyhCWD {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #DSdFPDFWa1XQ3VmLerKPNiTsPxQE8EyA {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #zTiKo7Nxpl8EGdMlb0Xw4lHz0T38tOJy {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #g7EqMq4XbUEmi6XsnETQMgNdFBsK4FGn {  }
 }@media only screen and (max-width: 763px) { #kdvy1nyz8U0lPiDWXhI46Ju6XB3JePMM #RVCaXmJpHGc6dl2mXwrUD2I7qmICuIS7 {  }
 }@media only screen and (max-width: 763px) { #Vp792gsNqw9W9NqtWMTXpCU3BNOUErWW { width:20rem;height:4.375rem;top:4.4248046875rem;left:0rem;font-size:1.5625rem;line-height:1.4;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #qX6THazPA5c0Qa8FnRK5NlTxHL5wk0Qr { width:18.9375rem;height:6.5625rem;top:9.3125rem;left:0.53125rem;font-size:0.9375rem;z-index:15002;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nlapJ5uytsip52TxF7rrkWtzlTxPTTXe { width:12.5rem;height:13.5rem;top:26.0478515625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuXAewOzlegwXi1JHncZhH0mn7L71Ezn { display:none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { width:20rem;height:39.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #vaTeD7cuhmRyK08fxSfUm1oeiMeZTZZ7 { width:18rem;height:6.2988125rem;top:22.3125rem;left:0.8125rem;font-size:1.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5ECNSRgS3flrMA0e5F6K9cA83vL5isg { width:19.8125rem;height:4.78125rem;top:29.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP5sfIBB7ZMynUBMsT1FRELhfSTaJ2QW { top:0rem;left:0rem;width:19.9375rem;height:21.5625rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.adaptive-delivery-prevent-bg, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyload, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyloading { background-image: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { border-width: 0; border-radius: 0; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { width:20rem;height:121.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zdx78CIpAv3AVLfXJ8zBhvA1DgeQNJSS { width:20rem;height:0;top:1.1875rem;left:0rem;font-size:1.875rem;line-height:1.4;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ynZMDpsQWzVGZMOWNc5coc3fywwF79NK { width:16.3125rem;height:29.0625rem;top:50.5625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ledyGly6ikDMODFATycmZTp2EToyL5ak { width:16.125rem;height:28.8125rem;top:20rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOGCFuukwChPBHnhMkmI1QiMv2Ur7xyI { width:16.0625rem;height:28.6875rem;top:81.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfhPaiX4D6qvxT7cxfgFTls3FGUkkhTU { width:20rem;height:0;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #N6LZoRaL6rU4iyxIpIp0un0tMHic3pI3 { width:9.375rem;height:9.375rem;top:13.3125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tnb6nPXbW6ubE4PDNASAmUpJmvw4qmNi { width:8.25rem;height:8.25rem;top:108.5rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpKSxSvENc9uNzd5xqWWb2P0xzT5xLgd { width:19rem;height:3.6875rem;top:129rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fBQXmcRSg9TJrpWxf7VmicSS1MGG2T8K { display:block; }
 }@media only screen and (max-width: 763px) { #PagO6d1v7umRdvXOMENdaS8go93RTLgN { width:20rem;height:4.875rem;top:1.1875rem;left:0rem;font-size:1.875rem;line-height:1.3;text-align:center;text-align-last:center;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #Htw4BDiL1zs9r8HunrSJWdSU14hThX1w { width:20rem;height:7.5rem;top:6.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #UfHBNGe3MLPuJCCI2FcV0NW030y7xTSE { width:18.125rem;height:3.5625rem;top:116.75rem;left:0.9375rem;font-size:1.3125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #QUmzs5RfhnR1XwmZ7aXD65PONVzGvtT2 { display:block; }
 }@media only screen and (max-width: 763px) { #XsSflA52lfZGuL1PexG9NmE1V14ndfKz { display:none; }#XsSflA52lfZGuL1PexG9NmE1V14ndfKz > .row .container { width:20rem;height:50.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hiavsiktUnTIbALQyTSeuqQ582B1kBAl { display:flex;height:auto;width:17.5rem;top:5.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #iVqCVVMJKPX6WBNnodberd929vQmNHI7 {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #O9E3iyv412IT3TzFGtBFV0gJSolBAM0o {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #BPctUB5vkOb0hCRZToP38Uhz1ogPDPTr {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #dduizZaV4cIw0q1VJSs1T3GeURXZEcRT {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #qhf6n8TP5leiGQH3hdr5Pn5M00DI8s48 {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #LvKoLcL5TrQHKE7JTgnuVqQTuF7MKfR5 {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #VUOXlwlTpKk6mvy6KiNk78CRk0G7bzCd {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #peUArEw3UvLTE2QUqfKFcagJRtzqhnJx {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #viM5OKeTeHOg39Z1TLmb3CMfBvTSHfWO {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #g93ovh2UAHAuAf9Eklc6L1t8vxCACR8Z {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #Nq7fpUT6gqEe5sPam9oPMBpx8F2TVmFD {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #b0nGDksUD9birUfSbLMomfTClf9CvpMD {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #tKkWqC90C2sC5paFuGlmZdOcBNKevu3R {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #HczehbcCp03Lg7DDoNHQiC1zPWtIAlEm {  }
 }@media only screen and (max-width: 763px) { #hiavsiktUnTIbALQyTSeuqQ582B1kBAl #ur3KMKmyUnkWupecJO3Xnhs1sxCW1izV {  }
 }@media only screen and (max-width: 763px) { #cgDFeMWT7mT30hHROCs4TkFxHUXLB5o1 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #o0u56PzT080n5U0TNPSSNUZbx8wLXgei { display:none; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container { width:20rem;height:17rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #N0AKVJoxNP36uF84P5nOw5QEqeqtTAqW { width:12.625rem;height:5.75rem;top:0.5625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7TyoZ5ebTBs8ESamJFiFgkc1at8DMJD { width:4.5rem;height:0;top:4.8125rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #htaauQTo13sT6FtTIqoLXxNZM6nr4LWr { width:7.9375rem;height:3.4375rem;top:3.71875rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7xkCCWSa5WqHS5TSl7q8eyWEfQdLT4S { display:block; }
 }@media only screen and (max-width: 763px) { #IrxT0vsbGKvM4A6h5WyaMhsJq3onxTnv { width:15rem;height:1.8681625rem;top:13.8544921875rem;left:2.5rem;text-align:left;text-align-last:left;font-size:1.4375rem;color:#ff8401;display:block; }
 }@media only screen and (max-width: 763px) { #yJKIUwcKFCUzt3xxbNDseboXoSUsdC1x { width:11.875rem;height:5.625rem;top:5.6875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.5625rem;z-index:15002;line-height:1.2;display:block; }
 }