.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0: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); }#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:block; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { background-color: transparent; background-image: none; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container > .video-iframe-container { display: none; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row > .video-iframe-container { display: none; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .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); }#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:block; }#soXTSMPTR8TWgLTixTa5omfhTWEvCqAo { 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:15011;text-align:center;text-align-last:center;top:1.5625rem;left:13.375rem;display:block; }
#Ng3kWWUbNWv7QIRhikCt7pdWscVuqzha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#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:19.125rem;height:3.25rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:0.875rem;left:53.625rem;display:block; }
#KrpeQ3kTdOA3qQ7nXvAwDV1pCkGqCFkK { 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:block; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.adaptive-delivery-prevent-bg, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyload, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyloading { background-image: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { background-color: transparent; background-image: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,55,0.18); }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container > .video-iframe-container { display: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(55,55,55,0.18); }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row > .video-iframe-container { display: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .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); }#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:block; }#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:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:4.4375rem;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.3496125rem;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; }
#ZBTGKgNUwxWdkdpdsPQUT7rKq0BpFsfX { 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.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#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:block; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { background-color: transparent; background-image: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container > .video-iframe-container { display: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row > .video-iframe-container { display: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .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); }#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:block; }#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.5996125rem;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.5996125rem;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.5996125rem;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.5996125rem;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; }
#NQaFiXuXem0nnbtqHtf0IaowbXdx94gE { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:1.1875rem;left:0rem;display:none; }
#hgXcAppaX8p7gm5ELHQlc8PJ9G7pATkA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:6.125rem;left:0rem;display:none; }
#l5sr7mW6Zq3kHppGJ4s5Tb8SKKlKQGTP { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.6875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;height:;top:10.3125rem;left:0rem;display:none; }
#d5AP5MzNiuoQFDN8RSAGbbH1TL2RTPhA { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom 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:block; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu.adaptive-delivery-prevent-bg, #fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu.lazyload, #fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu.lazyloading { background-image: none; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container { background-color: transparent; background-image: none; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container > .video-iframe-container { display: none; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row > .video-iframe-container { display: none; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .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); }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container { border-width: 0; border-radius: 0; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#GX4Zub9OdmGyapzVi8UriT5E91cr4Ogy { 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; }
#OywR3wxUfdZwaNg5gTTWHyyOm0cw8Jn1 { 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; }#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:31.375rem;width:75rem;position:relative;display:block; }#uRJAdMIRdQF6sSCEB6ZHHVrT2mE5CuTw { 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; }
#scfI0so03zmzvFUQQ8Tc8gQgJsgk4sB6 { 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.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJBor3Ghoo5AEHVecDIgDHukpQ69ynCe { 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.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rvr0JC4U7ieTJiicxXHwVsOlaFVcPPcL { 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.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O9D4TNLsGPA8XKMToL2CaT3wA2TmZk7y { 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; }
#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; }
#neirwFbwuhmD2HRi8mJ0nvcXbeDzfksO { 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; }
#qxARh8ZaLaWwLqCbCwTsMF7GWrFNS40c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G287puvEqcerIInUrhwTSbRnRV60kXDn { 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:block; }#G287puvEqcerIInUrhwTSbRnRV60kXDn.adaptive-delivery-prevent-bg, #G287puvEqcerIInUrhwTSbRnRV60kXDn.lazyload, #G287puvEqcerIInUrhwTSbRnRV60kXDn.lazyloading { background-image: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container { background-color: transparent; background-image: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container > .video-iframe-container { display: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row > .video-iframe-container { display: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .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); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container { border-width: 0; border-radius: 0; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#PE3DwH7xB583u15nh6GidvO1AbQ09y6J { 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:84.375rem;width:67.5rem;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:block; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws.adaptive-delivery-prevent-bg, #fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws.lazyload, #fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws.lazyloading { background-image: none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container { background-color: transparent; background-image: none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row .container > .video-iframe-container { display: none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .row > .video-iframe-container { display: none; }#fu5GpQyW4pJnXioSn6euZpkU4LL3Qbws > .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); }#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:block; }#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; }
#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC { 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; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container { background-color: transparent; background-image: none; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container > .video-iframe-container { display: none; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row > .video-iframe-container { display: none; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .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); }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container { border-width: 0; border-radius: 0; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;position:relative;display:block; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w { 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; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container { background-color: transparent; background-image: none; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container > .video-iframe-container { display: none; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row > .video-iframe-container { display: none; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .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); }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container { border-width: 0; border-radius: 0; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container { font-size:0.875rem;font-family:arial;height:51.9375rem;width:75rem;position:relative;display:block; }#BG0xyShRBoPy06qcgQEpAeOQsxdHU8vw { position:absolute;display:block;z-index:15006;background-color:#ffffff;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:31.9375rem;width:19.375rem;top:13.75rem;left:53.125rem;display:block; }
#l8875M1JF3qyZo0Duww2HDKnFQEeD686 { position:absolute;display:block;z-index:14994;background-color:#24c800;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:34.75rem;width:20rem;top:11.1875rem;left:27.5rem;display:block; }
#tnW3KM3T4UmxuTwcUWUL9lGBRQcX8rHb { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:41.5rem;left:28.75rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xzQoIunOsyZIPGC0ZMqW0RuUzZqd5mZp { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.46875rem;left:28.75rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tGlxWgP4TTW4FLOP6nANt4EbdswDzok6 { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #fffd00;top:18.8125rem;left:27.5rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MOnZCtnMUlVg9Ue4wQNK4RAnuTCvyPD0 { color:#ffffff;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:23.46875rem;left:27.59375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pcO9sGnh9lIKdLmfF8APrhkMtkLIAVWC { color:#ffffff;display:block;width:20rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.375rem #fffd00;top:27.5rem;left:27.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Cy0oogiFXXnP8S2nrFnL3731kTNvXdfp { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:30.6875rem;left:27.53125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xeMITMUQPTqwhllLrr4zlKXpaxnVP8U5 { color:#ffffff;display:block;width:20rem;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 #fffd00;top:32.375rem;left:27.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pUDmiRoADPcT6ceeebxWp9Nq40H1mFEf { color:#ffffff;display:block;width:19.9375rem;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:35.5rem;left:27.53125rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vkTUX05XWUqTB2ET62NMV6E2MfgtKVIv { 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:15013;opacity:1;top:38.4375rem;left:35.9375rem; }
#DiC6eQHlFewqtaIRNWqv05bTBP6Tm9gB { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;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.15625rem;left:28.75rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fvfzEZQzxMh8TN7MlIPOCmRgkawNTO3b { box-sizing:content-box;height:6.3125rem;width:17.5rem;position:absolute;display:block;z-index:15014;background-color:#ff5501;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.90625rem;left:54.0625rem;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; }
#hDheUFeFtoNOIWtMywhnZzkJZ279FiZG { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:16.40625rem;left:54.0625rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XhKbgiNpQNX7BN8nGmFFK76rdTB4F3lz { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.875rem;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:18.25rem;left:54.0625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8h2Nxr75d5Ln8KQZTLFTAT5KPRZeLh2 { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:20.375rem;left:54.0625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I1myXVTHsTw8RDMsGeb7g4gJEA34H9uS { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:23.3125rem;left:53.125rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WS5e2yHFdkH6l1PUQxswLVScBeTxhMb1 { color:#343434;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.25rem;left:52.90625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OObawFmKUO14bPkQcVnRFnZIKnkTDVqs { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:31.875rem;left:53.125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObyN2IqygGuvzvz2tSuiVVB05UQXGF5U { color:#343434;display:block;width:19.9375rem;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:35rem;left:52.84375rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#inH9OS2KE5vgZ4VhGic1xHHTu2RNRTAB { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:37.125rem;left:53.125rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bSyKE8SHsleGU0kvrvQ9ToZhghrvxMoC { color:#343434;display:block;width:19.4375rem;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:40.3125rem;left:53.125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hQytUm3CnKoTzgGByPZExTho7BCPNRlF { position:absolute;display:block;z-index:14996;background-color:#ffffff;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: 0rem 0.125rem 0.9375rem rgba(0,0,0,0.1) ;height:31.9375rem;width:19.375rem;top:13.75rem;left:2.5rem;display:block; }
#N6gMoi5CtAi3VtZEhuhTfI7puDqdxO86 { box-sizing:content-box;height:6.3125rem;width:17.5rem;position:absolute;display:block;z-index:15015;background-color:#f9ce31;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.90625rem;left:3.4375rem;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; }
#iPtbNODqZMN0fHSAJn0QR9cR3Cie6hCa { 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:17.1875rem;left:3.4375rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lO2EBxLupp5c2Blw6cveEXFGBygAp8kL { color:#ffffff;display:block;width:17.5rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:18.9375rem;left:3.4375rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RfkkC17tz9W7EdtBfMpHm2ydSXVoOmFi { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:5rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:23.46875rem;left:2.5rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KLeozZEauCy2QgkW0LUNlxr2obMWqrn3 { color:#343434;display:block;width:19.8125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:28.255859375rem;left:2.28125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DB14PmIn7tHx699NJC076XX9yfie6ZOR { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:31.8125rem;left:2.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HpI6Ul6O2fRK2aF3Dy6FVHZNniGiXTJi { color:#343434;display:block;width:19.5625rem;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:35.1875rem;left:2.53125rem;height:1.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BgeQp7VLyMQ9Tm41dy7Vxv1rX0IvQ0aM { color:#343434;display:block;width:19.375rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:37.125rem;left:2.5rem;height:3.125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EQRQQTAqwWeS8cThssLwTtsDvhTO2pfT { color:#343434;display:block;width:19.5625rem;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:40.25rem;left:2.40625rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LuGOg19peLahpkvT3ZBXzVObihZvWxI6 { color:#343434;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:300;z-index:15008;line-height:1.2;letter-spacing:0;top:3.5rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dEHOxA4dKWmUTaOxrX9BLmL0vGTwAFn5 { 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:15036;line-height:1.2;letter-spacing:0;top:0rem;left:30.125rem;height:3.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HRz3vLWXTXhuwyqTZ2KOlsnBJZKBd4dg { color:#343434;display:block;width:33.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15086;line-height:1.2;letter-spacing:0;top:0.3125rem;left:8.84375rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZrrKCecwTe6DDyxbTTTmkZXCO6Z67SH { box-sizing:content-box;height:6.3125rem;width:17.5rem;position:absolute;display:block;z-index:14995;background-color:#ff8507;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.28125rem;left:28.75rem;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; }
#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL { 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; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container { background-color: transparent; background-image: none; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container > .video-iframe-container { display: none; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row > .video-iframe-container { display: none; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .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); }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container { border-width: 0; border-radius: 0; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container { font-size:0.875rem;font-family:arial;height:35.75rem;width:75rem;position:relative;display:block; }#PalwvuDzwD0LgG13Q5Ea871ahk0wqeAs { 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:147.625rem;width:18.875rem;top:12.3046875rem;left:37.5rem;display:block; }
#fCVtNZ1Cyfi1IvhiCdAf2bhqT8ZLvcSf { 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; }
#ehBORxeUGnpNgdXazMBMhmsgMfvuhgeq { 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; }
#aT9SIaAT90uHIEvD4P1mt6aJgoByi2gn { 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; }
#o9hufqM9PHnX5mIBS0WFFhkSMpcos001 { 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; }
#BwOD0dGmKwqynxifXGC4h96G2nJzo8LR { 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; }
#ZPf0qcRiNwrglCwEl2WHA696gaWxww2P { 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; }
#tJuaPeJsImIgd8d5WRpiPhOEMecDlKSy { 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; }
#gdaO3WkPlJqwDTt5CZuq87iGF8WTphaJ { 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; }
#rq16WpzF3LrKkNgVC65hGf2mk0GLpl4q { 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; }
#GymSbJptbTPQx3qaP8fNzTZBuPeztbMC { 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; }
#r5rBbWRinfoym58xafAgfRPD07subTTO { 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; }
#nxRZ9W962MqIdw33OtzQIIOh30bTEWPz { 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; }
#kHsBBpzOzZyrCavBh08TPRlMCiPMDK1T { 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; }
#CchF9Nmi8Ldncu5P4ZGRdb0UFmBLi5JR { 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; }
#toU2sSSh9WbqMLDcFJ2tfaB2sft2C6l3 { 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; }
#AIoBs7zN6seLr4HdD8dMT3CMNJyEaf5N { 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; }
#OiXxbaZeCht29f1aomeUAHNWZJKhK5w9 { 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; }
#ZkruG3kTCSvITnfZ7mkA6UFvqbOcC6LI { 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; }
#bAiC4IMPzaBU7eTQWWDstxpSeSa1H646 { 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; }
#d7QhndE8HlS5215t0wEXnyZIpIdPZnq8 { 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.82421875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xTTE1U7hSyMVbCuR4alnqhSIV6z0BmTs { 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; }
#l7E6iDifWi4gXZyGiMnU6gwiFDAGlpGg { 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:38.1875rem;width:17rem;top:1.25rem;left:1.8125rem;overflow:hidden;display:block; }
#E8Pm24k2l2deBfTxV2pNwBbWMFcR28is { 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; }
#qKnKQ0evATziC6OVhl8wegpg0yiuN8yt { 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; }
#h7Jdsr1ZJKQsBb5VhSJIOuWHpl6UZNk3 { 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; }
#OudfPIsXe9BI4CpvKW4aNDng5aNGB3rw { 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; }
#TixS25wNzwDb0CnI0plNlLSTBKgyCBwg { 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; }
#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 { 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; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container { background-color: transparent; background-image: none; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container > .video-iframe-container { display: none; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row > .video-iframe-container { display: none; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .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); }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container { border-width: 0; border-radius: 0; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container { font-size:0.875rem;font-family:arial;height:40.4375rem;width:75rem;position:relative;display:block; }#sdRx40FPfVCtsbKuT7RBlKChsGIZrBH8 { 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; }
#e4P1GqElXZT32P9LaSTrMImaCJ4GviZa { 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; }
#xtVpxW8K01n9CDHD9LJ1mdJehLEu55fH { 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; }
#to6hGJRzeiSc3bUiZglFrQlFkiDkiydF { 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; }
#Dtlw7JXpJatD355J2sCbbZKUs69oHrNm { 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; }
#IbToAbe900yAexE4CHWxx6DAedKQi5aw { 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; }
#hDtTxf6RbXS8ueWBNDTU8Ryabf7xMWby { 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; }
#E1P32i1V7MoDXlsUQUQgGTm1e5WrDvvt { 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; }
#w5dQiTD1vUkPT95xxVugDuf4KR14mzwc { 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; }
#xWFfIdOG2vqVITI1dW9bpl72rPhUeg8R { 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; }
#F2XupaaS4tRB6hwgTGXgM6vLAvMAgzTP { 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; }
#MlgANg7VaVJBTTJlTvyIIGs9rQy1SP8s { 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; }
#uWTsi8bapE4eEXJitywTt3uckJDeEILK { 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; }
#csgp6SqWbU08dZKiKm7TxskFcCeG9O2t { 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; }
#kd5DglbTR0dTZEKIZCrKqnpB7rPnNqlv { 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; }
#Vs41UseWmQ5UIukCqeP3HyOSyxbG2XG9 { 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; }
#Qpp4dzZxzng0FsV0KD7JlC3oewEX3swM { 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; }
#barqv01RxBaXsvsX4SOwL21mQ0FHOO1E { 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; }
#aH8zUUHdFaSX5kLypB7AUndlMEiXqxTh { 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:5.1748046875rem;left:37.5rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jwm57hV9eT6XH5mRGkQ5OaALBZ0Z6X6J { 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; }
#PlIvbEExTsXv8IN7RW80nzeua6BpvbIh { 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; }
#GUantNgkO8wwAX0iKJN0XCaATC9H5Vop { 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:5.2685546875rem;left:18.34375rem;height:2.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#x9XOasvJCWcmZTaunHl4xiGlKpnCOtT0 { 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; }
#KlIiAfxJXTtS2kiS1OyzTgMnLnXte8nk { 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; }
#ZOsmLnzaqkKJ2QSK0Sr7acTnk1rLlok9 { 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; }
#KzpiD5TrxgI0g6QFKcENoaT5qSqzVOBf { 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; }
#Xi3irMeOLOMSoJ4450dd4ePEA0DZqCRq { 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; }
#vq6sSE2UuSuitybwsmlCDMdsXegE5kAQ { 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; }
#oLLf1ns1ch6rGSm8ZyWS8D6npauaUQhi { 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; }
#R4C1uQPbuSXN0mEQgmrZTFspZt4Nnboa { 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; }
#q3Zc1uXsEIMfS1qdi5h2XGkwurp0vOf2 { 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; }
#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI { 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; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container { background-color: transparent; background-image: none; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container > .video-iframe-container { display: none; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row > .video-iframe-container { display: none; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .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); }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container { border-width: 0; border-radius: 0; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container { font-size:0.875rem;font-family:arial;height:40.1875rem;width:75rem;position:relative;display:block; }#heWu7iI0ownTaWibkwDCb6B8v2TPWLgS { 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; }
#cW5bVSvus5BRKrgs2Wu9uqZ1SduqucJD { 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; }
#ngtJe8Fr1d4mJIhKTJU0VezPLq6p5vz0 { 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; }
#OkRWN2r398WT5XmufW9NJwT3eU1nLJmw { 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; }
#a87fOZ214WX8MpSpwFxW0rl5m0LEqVyu { 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; }
#JGfulToBFbtdXSdEDz8sOsuM76yLrOEU { 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; }
#KKDoxETWiGtzoolUbU8WggQQ9lSzM8fo { 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; }
#ST2W08kTOAqQhMxukmLmRnWHIx8kDLM6 { 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; }
#NPNe9eh5tPxW9Lyy3Q4hNLsFKhRTCIZh { 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; }
#EugOa8VtmXJIuT36wcVeyTFIVNR3Csar { 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; }
#zxLTJh4u7IDd9nQEgTJgbT7Q4a5q7SmG { 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; }
#rVKS42rW3bKgXnKMgWG2IIIc3FSCJ1rP { 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; }
#zuv1zZsRqbWDZqXZQHh8Ug4R6Udyw1IR { 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; }
#Wv5zp8ZvNv8y5tKvytHq8iu4h0sUfM9Q { 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; }
#buzrlyXagdwBJZaVfOEpndTsTHl3JePu { 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; }
#bCMoiT0vLCQgtdO2K7Mfh3CSfnSLfOJ2 { 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; }
#eLgWTN3yrRQISleI3keS6OpCop2zIy0P { 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; }
#yKzlqCODGQKNfbiMhean8OkXqd2p2THd { 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; }
#ASTvkT91XGBHqs8sWdcUKhPhLIIMbVNN { 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; }
#rMq84MaMd6BmnHCtXpqN321ZaIfgND9s { 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; }
#Gp8giBHk6nlyA3LFW5fnAaoBdbNyX4JZ { 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; }
#LPdhNFWBsVVtWUP0ziJ9BmJJS5WunlEp { 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; }
#pd7rmh9eGc5LTKpgWWx1JnV4oHKgZscP { 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; }
#STUKU0ihMoupAZvQRF9GOTBZKLxUb7kF { 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; }
#kvVvBTSNdABzHZPIRg0uN7ZmfEXzJ1Do { 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; }
#SgsX3F1rcswMR8Wg6sXqZNTv1VS9crTN { 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.6494125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR { 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; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container { background-color: transparent; background-image: none; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container > .video-iframe-container { display: none; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row > .video-iframe-container { display: none; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .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); }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container { border-width: 0; border-radius: 0; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container { font-size:0.875rem;font-family:arial;height:45.4375rem;width:75rem;position:relative;display:block; }#mfsU5iqunVxIuJFPd0w5J4Nz2B3c3wuL { 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; }
#bEEwksQAqEwIKOFiySIPPtvqgImlT2Ur { 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; }
#ZUCOOKc7RH3QfNbTZH6UQUkx5Wqv3USL { 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; }
#NtkkQd1nPI3wVIWeVXI5iGBJ9NiIN6wJ { 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; }
#MV4lA8SKs31EgZOBgRGqXMWyDSNO9syR { 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; }
#FAKgeMLMGLTTeHkP27r9k9XTgruJFTSd { 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; }
#a3u6DNID9JMml57NErWCdtTUf6zsrQSF { 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; }
#hZ066ELwNKogcLyS6xfMKZ3akntt9fWm { 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; }
#ZW6L9bwno4Lv0yre9ItbHzr3qWbb4xLB { 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; }
#Ns2EWHDnzlm8r0IdzmZBVbEG6SyLvw5t { 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; }
#OKVhEC7HmBM9XKGJ5ASsxk43TZzOqSrn { 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; }
#QX67K9CTkAdTauG4DFBeUQCdgg9hDvp4 { 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; }
#HEUTiaghtP0UTsc3TSsD5UMuuy79JnrA { 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; }
#XGBkK5X7TEGVZO3d8KZTL9A2FioMRnZh { 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; }
#w0oPbKPoKyIGi3TALh48uEq4oKWznQmk { 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; }
#SsmgFK8Pd4JHyIgO1oGfom6MrydITG35 { 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; }
#vaxdnFUDIDoVLTaQBh6BQgdBT8fyXpuX { 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; }
#lbgv0tLgah145LPi8H6RGKshnvcn89Fl { 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; }
#PXzQw6XcTD63FT6NxzstJxCKmd4IN24r { color:#343434;display:block;width:23.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:34.828125rem;left:-4.5625rem;height:7.796875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hgTlBKNHZCrOHd2y1idlbsrK6VgGgDqU { 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:37.1640625rem;left:26.5625rem; }
#vxPKIOFmpBKw3zB5lwF9FI9LOQTRIciX { 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:37.1640625rem;left:45.3125rem; }
#x8XcGVDBKuyXIv7s8Fk1xEO65ezlfrRX { 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:37.1640625rem;left:64.0625rem; }
#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:block; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container { background-color: transparent; background-image: none; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container > .video-iframe-container { display: none; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row > .video-iframe-container { display: none; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .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); }#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:block; }#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.5rem;font-weight:300;z-index:15007;line-height:1.2;letter-spacing:0;top:8.3125rem;left:9.25rem;height:3rem;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.94921875rem;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.94921875rem;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; }
#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:block; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.adaptive-delivery-prevent-bg, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyload, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyloading { background-image: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { background-color: transparent; background-image: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container > .video-iframe-container { display: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row > .video-iframe-container { display: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .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); }#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:105.5rem;width:75rem;overflow:visible;position:relative;display:block; }#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:42.96875rem;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:34.90625rem;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:32.71875rem;left:39.1875rem;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:52rem;left:39.375rem;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:49.4375rem;left:39.1875rem;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:60rem;left:40.28125rem;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:66.25rem;left:39.1875rem;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:66.8125rem;left:39.21875rem;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:74.5625rem;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:35.84375rem;left:15.875rem;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:53.4375rem;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:70.25rem;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; }
#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:18.353515625rem;left:24.939453125rem;z-index:15006; }
#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:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.71875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U2CkJZ8GNvg1Ah6qxfZgIgB8XU9talVO { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:13.375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqHxfTmDt9Bo1vLx53MN4nZng20AghMn { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:89.5625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#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:24.25rem;height:4.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:95.375rem;left:25.375rem;display:block; }
#KKul56FE2vLeSFQvNTZP9IEwUbxq89IC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WNh2BGq67hS5Bfym1F38HPFTqWBR0bEr { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.71875rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#k8noZlVaZpUpslTIqri21sXMLlXx6xTC { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:89.5625rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/7c1ea3ea-ec6a-400f-bb44-352df20a5515/Group1.png");background-position:bottom 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:block; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c.adaptive-delivery-prevent-bg, #ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c.lazyload, #ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c.lazyloading { background-image: none; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container { background-color: transparent; background-image: none; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container > .video-iframe-container { display: none; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row > .video-iframe-container { display: none; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .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); }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container { border-width: 0; border-radius: 0; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:75rem;position:relative;display:block; }#PlxmPHnPJRad3htv5cpPnFzDnNSECwg5 { 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; }
#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:block; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container { background-color: transparent; background-image: none; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container > .video-iframe-container { display: none; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row > .video-iframe-container { display: none; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .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); }#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:block; }#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.255875rem;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:;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; }
#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 { 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:block; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2.adaptive-delivery-prevent-bg, #SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2.lazyload, #SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2.lazyloading { background-image: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container { background-color: transparent; background-image: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container > .video-iframe-container { display: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row > .video-iframe-container { display: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .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); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container { border-width: 0; border-radius: 0; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:75rem;position:relative;display:block; }#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:block; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { background-color: transparent; background-image: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container > .video-iframe-container { display: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row > .video-iframe-container { display: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .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); }#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:block; }#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.82421875rem;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:block; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container { background-color: transparent; background-image: none; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container > .video-iframe-container { display: none; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row > .video-iframe-container { display: none; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .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); }#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:block; }#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:43rem;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:8.89453125rem;left:14.7685546875rem;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; }
#kd0sBx72OH0i4Hd4uwv9EWpwmKp2LUMp { color:#343434;display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:16.6875rem;left:18.9560546875rem;height:3.4121125rem;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:53.546875rem;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:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.6;letter-spacing:0;top:60.9140625rem;left:19.1123046875rem;height:3.798825rem;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; }
#thBOEedtR4m8HLkOiKLATPR8RJUEO9Jl { color:#343434;display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.005859375rem;left:18.9560546875rem;height:1.70605625rem;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:none; }
#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 { 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; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container { background-color: transparent; background-image: none; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container > .video-iframe-container { display: none; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row > .video-iframe-container { display: none; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .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); }#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:block; }#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:block; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { background-color: transparent; background-image: none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container > .video-iframe-container { display: none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row > .video-iframe-container { display: none; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .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); }#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:block; }#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:block; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.adaptive-delivery-prevent-bg, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyload, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyloading { background-image: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { background-color: transparent; background-image: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container > .video-iframe-container { display: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row > .video-iframe-container { display: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .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); }#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:block; }#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; }
#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl { 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; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl.adaptive-delivery-prevent-bg, #q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl.lazyload, #q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl.lazyloading { background-image: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container { background-color: transparent; background-image: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container > .video-iframe-container { display: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row > .video-iframe-container { display: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .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); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container { border-width: 0; border-radius: 0; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#ywtmmpbTo4DHTbQWb8BPbZivD1fuBC5L { color:rgba(var(--color-primary-0),1);display:block;width:75rem;position:absolute;font-family:montserrat;font-size:4rem;font-weight:300;z-index:15033;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.5rem rgba(0,0,0,0.23);top:2.9375rem;left:0rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ozRMVsMJ5asTwto1SuqTkbC6xJoX5Zmw { color:#000000;display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:14.5625rem;left:25.375rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RJilm1R4wVCDCd1ZOaOPpkGW8l1JRt6t { 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:15034;opacity:1;top:14.3125rem;left:21.25rem; }
#gGTJ3O59NRFKusRs4yK7mvQRVo28tbud { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:18.25rem;left:21.375rem; }
#N5kunlLuA962Cc6Rcw5WViaB3UiUJi70 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:18.5rem;left:25.25rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UI8oKyw1cuioTAHbpTMdzsfQVrDzKZFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.9375rem;left:21.375rem; }
#Tkkm7xomwQAhEJbGHbTpCVn7CAJ6EoOn { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25.25rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KTy7zTMiaW5C9MZ9UPHhrWs7rlR9HTU0 { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.5rem;left:45.125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dBCxW3PbdiTQPNq3XLpEPLFwcuTDUuPL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:18.25rem;left:41.25rem; }
#dBCxW3PbdiTQPNq3XLpEPLFwcuTDUuPL > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#N1GOTXdXEIOu3QO8weWz9T0AohxG77UE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:21.5625rem;left:41.25rem; }
#N1GOTXdXEIOu3QO8weWz9T0AohxG77UE > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; }#wTNxB5s362APWXO9C5ynU1GEpkies9xQ { color:#000000;display:block;width:28.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:21.8125rem;left:45.125rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#e62xfI2qUiIXSrnN9y0R9syoACTKk1H0 { color:#212121;display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.0625rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:9.6875rem;left:21.25rem;height:4.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mEZdtQB8nAudcTincbJwazeTzSDkpo3U { 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; }
#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:block; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container { background-color: transparent; background-image: none; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container > .video-iframe-container { display: none; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row > .video-iframe-container { display: none; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .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); }#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:block; }#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) { #Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c { display:block; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soXTSMPTR8TWgLTixTa5omfhTWEvCqAo { width:13.8125rem;height:2.5rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3kWWUbNWv7QIRhikCt7pdWscVuqzha { 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) { #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.4375rem;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) { #ZBTGKgNUwxWdkdpdsPQUT7rKq0BpFsfX { width:20rem;height:8.25rem;top:3rem;left:0rem;font-size:2.5rem;display:none; }
 }@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) { #NQaFiXuXem0nnbtqHtf0IaowbXdx94gE { top:1.1875rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgXcAppaX8p7gm5ELHQlc8PJ9G7pATkA { top:6.125rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #l5sr7mW6Zq3kHppGJ4s5Tb8SKKlKQGTP { top:10.3125rem;left:0rem;width:20rem;height:;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #d5AP5MzNiuoQFDN8RSAGbbH1TL2RTPhA { display:none; }
 }@media only screen and (max-width: 763px) { #fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu { display:block; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GX4Zub9OdmGyapzVi8UriT5E91cr4Ogy { top:1.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@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) { #uRJAdMIRdQF6sSCEB6ZHHVrT2mE5CuTw { width:47.75rem;height:2rem;top:12.75rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #scfI0so03zmzvFUQQ8Tc8gQgJsgk4sB6 { top:7.5rem;left:0rem;width:20.3125rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJBor3Ghoo5AEHVecDIgDHukpQ69ynCe { 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) { #rvr0JC4U7ieTJiicxXHwVsOlaFVcPPcL { 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) { #O9D4TNLsGPA8XKMToL2CaT3wA2TmZk7y { top:10.6875rem;left:36rem;width:11.75rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWcCciO0Q3IRV2MA7UMk3MfuoTgfu4MT { width:20rem;height:4.5rem;top:13.25rem;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) { #neirwFbwuhmD2HRi8mJ0nvcXbeDzfksO { width:24.25rem;height:4.4375rem;top:18.6875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxARh8ZaLaWwLqCbCwTsMF7GWrFNS40c { display:block; }
 }@media only screen and (max-width: 763px) { #G287puvEqcerIInUrhwTSbRnRV60kXDn { display:block; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE3DwH7xB583u15nh6GidvO1AbQ09y6J { width:47.75rem;height:59.6875rem;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) { #TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC { display:block; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w { display:block; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG0xyShRBoPy06qcgQEpAeOQsxdHU8vw { width:19.375rem;height:31.9375rem;top:13.75rem;left:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8875M1JF3qyZo0Duww2HDKnFQEeD686 { width:20rem;height:34.75rem;top:11.1875rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnW3KM3T4UmxuTwcUWUL9lGBRQcX8rHb { width:17.5rem;height:3rem;top:41.5rem;left:14.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzQoIunOsyZIPGC0ZMqW0RuUzZqd5mZp { width:17.5rem;height:1.5625rem;top:13.4375rem;left:14.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGlxWgP4TTW4FLOP6nANt4EbdswDzok6 { width:20rem;height:5rem;top:18.8125rem;left:11.75rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOnZCtnMUlVg9Ue4wQNK4RAnuTCvyPD0 { width:19.8125rem;height:3.25rem;top:23.4375rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcO9sGnh9lIKdLmfF8APrhkMtkLIAVWC { width:20rem;height:3.125rem;top:27.5rem;left:11.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy0oogiFXXnP8S2nrFnL3731kTNvXdfp { width:19.9375rem;height:1.125rem;top:30.6875rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeMITMUQPTqwhllLrr4zlKXpaxnVP8U5 { width:20rem;height:3.125rem;top:32.375rem;left:11.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDmiRoADPcT6ceeebxWp9Nq40H1mFEf { width:19.9375rem;height:2.25rem;top:35.5rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTUX05XWUqTB2ET62NMV6E2MfgtKVIv { top:38.4375rem;left:22.25rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiC6eQHlFewqtaIRNWqv05bTBP6Tm9gB { width:17.5rem;height:2.1875rem;top:15.125rem;left:14.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfzEZQzxMh8TN7MlIPOCmRgkawNTO3b { top:15.875rem;left:30.125rem;width:17.5rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDheUFeFtoNOIWtMywhnZzkJZ279FiZG { width:17.5rem;height:1.5625rem;top:16.375rem;left:30.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhKbgiNpQNX7BN8nGmFFK76rdTB4F3lz { width:17.5rem;height:1.875rem;top:18.25rem;left:30.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8h2Nxr75d5Ln8KQZTLFTAT5KPRZeLh2 { width:17.5rem;height:1.25rem;top:20.375rem;left:30.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1myXVTHsTw8RDMsGeb7g4gJEA34H9uS { width:19.375rem;height:5rem;top:23.3125rem;left:28.25rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5e2yHFdkH6l1PUQxswLVScBeTxhMb1 { width:19.8125rem;height:2.875rem;top:28.25rem;left:27.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OObawFmKUO14bPkQcVnRFnZIKnkTDVqs { width:19.375rem;height:3.125rem;top:31.875rem;left:28.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObyN2IqygGuvzvz2tSuiVVB05UQXGF5U { width:19.9375rem;height:1.125rem;top:35rem;left:27.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inH9OS2KE5vgZ4VhGic1xHHTu2RNRTAB { width:19.375rem;height:3.125rem;top:37.125rem;left:28.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSyKE8SHsleGU0kvrvQ9ToZhghrvxMoC { width:19.4375rem;height:1.125rem;top:40.3125rem;left:28.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQytUm3CnKoTzgGByPZExTho7BCPNRlF { width:19.375rem;height:31.9375rem;top:13.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6gMoi5CtAi3VtZEhuhTfI7puDqdxO86 { top:15.875rem;left:0rem;width:17.5rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtbNODqZMN0fHSAJn0QR9cR3Cie6hCa { width:17.5rem;height:1.5625rem;top:17.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2EBxLupp5c2Blw6cveEXFGBygAp8kL { width:17.5rem;height:2.1875rem;top:18.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfkkC17tz9W7EdtBfMpHm2ydSXVoOmFi { width:19.375rem;height:5rem;top:23.4375rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLeozZEauCy2QgkW0LUNlxr2obMWqrn3 { width:19.8125rem;height:2.875rem;top:28.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB14PmIn7tHx699NJC076XX9yfie6ZOR { width:19.375rem;height:3.125rem;top:31.8125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpI6Ul6O2fRK2aF3Dy6FVHZNniGiXTJi { width:19.5625rem;height:1.125rem;top:35.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgeQp7VLyMQ9Tm41dy7Vxv1rX0IvQ0aM { width:19.375rem;height:3.125rem;top:37.125rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQRQQTAqwWeS8cThssLwTtsDvhTO2pfT { width:19.5625rem;height:2.25rem;top:40.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGOg19peLahpkvT3ZBXzVObihZvWxI6 { width:47.75rem;height:3rem;top:3.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEHOxA4dKWmUTaOxrX9BLmL0vGTwAFn5 { top:0rem;left:8rem;width:23.75rem;height:3.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRz3vLWXTXhuwyqTZ2KOlsnBJZKBd4dg { width:33.6875rem;height:3.375rem;top:0.3125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZrrKCecwTe6DDyxbTTTmkZXCO6Z67SH { top:12.25rem;left:14.25rem;width:17.5rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL { display:block; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PalwvuDzwD0LgG13Q5Ea871ahk0wqeAs { width:18.875rem;height:147.625rem;top:12.25rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVtNZ1Cyfi1IvhiCdAf2bhqT8ZLvcSf { 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) { #ehBORxeUGnpNgdXazMBMhmsgMfvuhgeq { 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) { #aT9SIaAT90uHIEvD4P1mt6aJgoByi2gn { width:18.9375rem;height:5rem;top:20.6875rem;left:16.875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hufqM9PHnX5mIBS0WFFhkSMpcos001 { top:13.0625rem;left:18.3125rem;width:17.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwOD0dGmKwqynxifXGC4h96G2nJzo8LR { width:17.5rem;height:2.1875rem;top:17rem;left:18.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPf0qcRiNwrglCwEl2WHA696gaWxww2P { 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) { #tJuaPeJsImIgd8d5WRpiPhOEMecDlKSy { top:13.125rem;left:6.375rem;width:17.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaO3WkPlJqwDTt5CZuq87iGF8WTphaJ { 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) { #rq16WpzF3LrKkNgVC65hGf2mk0GLpl4q { 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) { #GymSbJptbTPQx3qaP8fNzTZBuPeztbMC { width:19.375rem;height:5rem;top:20.6875rem;left:0rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rBbWRinfoym58xafAgfRPD07subTTO { width:19.8125rem;height:2.875rem;top:25.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxRZ9W962MqIdw33OtzQIIOh30bTEWPz { width:19.0625rem;height:3.125rem;top:32.625rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHsBBpzOzZyrCavBh08TPRlMCiPMDK1T { top:13.125rem;left:30.25rem;width:17.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CchF9Nmi8Ldncu5P4ZGRdb0UFmBLi5JR { 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) { #toU2sSSh9WbqMLDcFJ2tfaB2sft2C6l3 { 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) { #AIoBs7zN6seLr4HdD8dMT3CMNJyEaf5N { width:18.5625rem;height:5rem;top:20.75rem;left:29.1875rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXxbaZeCht29f1aomeUAHNWZJKhK5w9 { 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) { #ZkruG3kTCSvITnfZ7mkA6UFvqbOcC6LI { width:18.75rem;height:3.125rem;top:32.625rem;left:28.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAiC4IMPzaBU7eTQWWDstxpSeSa1H646 { width:33.6875rem;height:3.375rem;top:2.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7QhndE8HlS5215t0wEXnyZIpIdPZnq8 { top:2.5625rem;left:12.0625rem;width:23.75rem;height:3.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTE1U7hSyMVbCuR4alnqhSIV6z0BmTs { width:47.75rem;height:3rem;top:6.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7E6iDifWi4gXZyGiMnU6gwiFDAGlpGg { top:1.25rem;left:0rem;width:17rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8Pm24k2l2deBfTxV2pNwBbWMFcR28is { 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) { #qKnKQ0evATziC6OVhl8wegpg0yiuN8yt { width:19rem;height:2.4375rem;top:28.9375rem;left:16.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Jdsr1ZJKQsBb5VhSJIOuWHpl6UZNk3 { 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) { #OudfPIsXe9BI4CpvKW4aNDng5aNGB3rw { 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) { #TixS25wNzwDb0CnI0plNlLSTBKgyCBwg { 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) { #reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 { display:block; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdRx40FPfVCtsbKuT7RBlKChsGIZrBH8 { top:12.3125rem;left:0rem;width:18.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4P1GqElXZT32P9LaSTrMImaCJ4GviZa { width:15.6875rem;height:3.375rem;top:7.625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtVpxW8K01n9CDHD9LJ1mdJehLEu55fH { width:3.3125rem;height:3.125rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #to6hGJRzeiSc3bUiZglFrQlFkiDkiydF { top:12.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtlw7JXpJatD355J2sCbbZKUs69oHrNm { top:12.6875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbToAbe900yAexE4CHWxx6DAedKQi5aw { top:12.6875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDtTxf6RbXS8ueWBNDTU8Ryabf7xMWby { top:18.1875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1P32i1V7MoDXlsUQUQgGTm1e5WrDvvt { top:18.1875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w5dQiTD1vUkPT95xxVugDuf4KR14mzwc { top:18.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWFfIdOG2vqVITI1dW9bpl72rPhUeg8R { top:23.375rem;left:0rem;width:18.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2XupaaS4tRB6hwgTGXgM6vLAvMAgzTP { top:17.8125rem;left:0rem;width:20.5625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlgANg7VaVJBTTJlTvyIIGs9rQy1SP8s { top:23.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWTsi8bapE4eEXJitywTt3uckJDeEILK { top:29.25rem;left:0rem;width:18.6875rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csgp6SqWbU08dZKiKm7TxskFcCeG9O2t { top:29.625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd5DglbTR0dTZEKIZCrKqnpB7rPnNqlv { top:29.625rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs41UseWmQ5UIukCqeP3HyOSyxbG2XG9 { top:29.625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpp4dzZxzng0FsV0KD7JlC3oewEX3swM { 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) { #barqv01RxBaXsvsX4SOwL21mQ0FHOO1E { 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) { #aH8zUUHdFaSX5kLypB7AUndlMEiXqxTh { width:18.8125rem;height:2.25rem;top:5.125rem;left:17rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwm57hV9eT6XH5mRGkQ5OaALBZ0Z6X6J { width:19rem;height:3.125rem;top:1.8125rem;left:16.8125rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlIvbEExTsXv8IN7RW80nzeua6BpvbIh { 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) { #GUantNgkO8wwAX0iKJN0XCaATC9H5Vop { width:19.5625rem;height:2.25rem;top:5.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XOasvJCWcmZTaunHl4xiGlKpnCOtT0 { 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) { #KlIiAfxJXTtS2kiS1OyzTgMnLnXte8nk { 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) { #ZOsmLnzaqkKJ2QSK0Sr7acTnk1rLlok9 { width:18.75rem;height:1.125rem;top:0rem;left:5.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpiD5TrxgI0g6QFKcENoaT5qSqzVOBf { width:18.875rem;height:1.125rem;top:0rem;left:16.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi3irMeOLOMSoJ4450dd4ePEA0DZqCRq { width:18.75rem;height:1.125rem;top:0rem;left:29rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq6sSE2UuSuitybwsmlCDMdsXegE5kAQ { top:34.8125rem;left:0rem;width:20.125rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLLf1ns1ch6rGSm8ZyWS8D6npauaUQhi { top:35.1875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4C1uQPbuSXN0mEQgmrZTFspZt4Nnboa { top:35.1875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3Zc1uXsEIMfS1qdi5h2XGkwurp0vOf2 { top:35.1875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI { display:block; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heWu7iI0ownTaWibkwDCb6B8v2TPWLgS { top:5rem;left:0rem;width:22.3125rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cW5bVSvus5BRKrgs2Wu9uqZ1SduqucJD { top:5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngtJe8Fr1d4mJIhKTJU0VezPLq6p5vz0 { top:5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkRWN2r398WT5XmufW9NJwT3eU1nLJmw { top:21.875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a87fOZ214WX8MpSpwFxW0rl5m0LEqVyu { top:10.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGfulToBFbtdXSdEDz8sOsuM76yLrOEU { top:5.0625rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKDoxETWiGtzoolUbU8WggQQ9lSzM8fo { top:16.3125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST2W08kTOAqQhMxukmLmRnWHIx8kDLM6 { top:21.875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPNe9eh5tPxW9Lyy3Q4hNLsFKhRTCIZh { width:3.875rem;height:4rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EugOa8VtmXJIuT36wcVeyTFIVNR3Csar { top:10.375rem;left:0rem;width:20.375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxLTJh4u7IDd9nQEgTJgbT7Q4a5q7SmG { top:16.0625rem;left:0rem;width:18.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVKS42rW3bKgXnKMgWG2IIIc3FSCJ1rP { 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) { #zuv1zZsRqbWDZqXZQHh8Ug4R6Udyw1IR { 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) { #Wv5zp8ZvNv8y5tKvytHq8iu4h0sUfM9Q { 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) { #buzrlyXagdwBJZaVfOEpndTsTHl3JePu { 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) { #bCMoiT0vLCQgtdO2K7Mfh3CSfnSLfOJ2 { top:21.9375rem;left:0rem;width:18.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLgWTN3yrRQISleI3keS6OpCop2zIy0P { top:21.875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKzlqCODGQKNfbiMhean8OkXqd2p2THd { width:16.1875rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTvkT91XGBHqs8sWdcUKhPhLIIMbVNN { top:27.8125rem;left:0rem;width:21.6875rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMq84MaMd6BmnHCtXpqN321ZaIfgND9s { top:27.6875rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp8giBHk6nlyA3LFW5fnAaoBdbNyX4JZ { top:27.6875rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPdhNFWBsVVtWUP0ziJ9BmJJS5WunlEp { top:27.6875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pd7rmh9eGc5LTKpgWWx1JnV4oHKgZscP { top:33.375rem;left:0rem;width:21rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STUKU0ihMoupAZvQRF9GOTBZKLxUb7kF { top:33.625rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvVvBTSNdABzHZPIRg0uN7ZmfEXzJ1Do { top:33.625rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgsX3F1rcswMR8Wg6sXqZNTv1VS9crTN { 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) { #rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR { display:block; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfsU5iqunVxIuJFPd0w5J4Nz2B3c3wuL { top:5rem;left:0rem;width:25.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEEwksQAqEwIKOFiySIPPtvqgImlT2Ur { top:5rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUCOOKc7RH3QfNbTZH6UQUkx5Wqv3USL { top:5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtkkQd1nPI3wVIWeVXI5iGBJ9NiIN6wJ { top:18.5rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV4lA8SKs31EgZOBgRGqXMWyDSNO9syR { top:11.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAKgeMLMGLTTeHkP27r9k9XTgruJFTSd { top:5.375rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3u6DNID9JMml57NErWCdtTUf6zsrQSF { top:11.75rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZ066ELwNKogcLyS6xfMKZ3akntt9fWm { top:18.5rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW6L9bwno4Lv0yre9ItbHzr3qWbb4xLB { top:10.375rem;left:0rem;width:20.375rem;height:5.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ns2EWHDnzlm8r0IdzmZBVbEG6SyLvw5t { top:18.3125rem;left:0rem;width:22.625rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKVhEC7HmBM9XKGJ5ASsxk43TZzOqSrn { top:11.75rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QX67K9CTkAdTauG4DFBeUQCdgg9hDvp4 { width:16.1875rem;height:3.375rem;top:0rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEUTiaghtP0UTsc3TSsD5UMuuy79JnrA { top:24.6875rem;left:0rem;width:23.4375rem;height:11.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGBkK5X7TEGVZO3d8KZTL9A2FioMRnZh { top:26.75rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0oPbKPoKyIGi3TALh48uEq4oKWznQmk { top:26.75rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SsmgFK8Pd4JHyIgO1oGfom6MrydITG35 { top:18.6875rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaxdnFUDIDoVLTaQBh6BQgdBT8fyXpuX { top:26.8125rem;left:40.21875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbgv0tLgah145LPi8H6RGKshnvcn89Fl { width:4.5625rem;height:3.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXzQw6XcTD63FT6NxzstJxCKmd4IN24r { top:34.8125rem;left:0rem;width:23.375rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgTlBKNHZCrOHd2y1idlbsrK6VgGgDqU { top:37.125rem;left:16.34375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxPKIOFmpBKw3zB5lwF9FI9LOQTRIciX { top:37.125rem;left:28.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8XcGVDBKuyXIv7s8Fk1xEO65ezlfrRX { top:37.125rem;left:40.21875rem;width:3.125rem;height:3.125rem;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:3rem;top:8.3125rem;left:0rem;font-size:2.5rem;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) { #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO { display:block; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rOXZ4gycOGgQhShbuNGzrZ1dmTSeP45G { top:42.9375rem;left:26.65625rem;width:12.0625rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF4FDPIPlQt2iQLv4O6GNmuVL8TmZn7l { top:34.875rem;left:28rem;width:9.375rem;height:8.125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPObXeB9W7TzrtWzCBD41aVbZy8y4xbv { top:32.6875rem;left:25.5625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLk42maZboIOrXge0czhDSWxWmqMEyAs { top:52rem;left:25.75rem;width:13.875rem;height:7.375rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UScZ1UoOsnMDosQFHm0Du6Nb5I4R1h74 { top:49.4375rem;left:25.5625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKWiofL1Owd4rpUxu7lEQiEiXbglcVbL { top:60rem;left:26.65625rem;width:12.0625rem;height:3.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBfy572TaaB8Rm65g6PAb0l0JS9k3ErQ { top:66.25rem;left:25.5625rem;width:14.25rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDkkcxBz7LT9uPtyB1AI7C3ZzoJ3It0R { top:66.8125rem;left:25.59375rem;width:14.1875rem;height:7.8125rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRrwlxeDtk2ctLvmJ7SH6n3JIG58oV9r { top:74.5625rem;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:35.8125rem;left:2.25rem;width:21.75rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MQ2QM4qRDStUy2CSEZ1A96D1JSILaPPT { top:53.4375rem;left:0rem;width:26.5625rem;height:6.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPTIOko1SB7x1B8hTorAcCT5O2cXDyHl { top:70.25rem;left:0rem;width:26.5625rem;height:6.25rem;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:9.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2CkJZ8GNvg1Ah6qxfZgIgB8XU9talVO { top:13.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqHxfTmDt9Bo1vLx53MN4nZng20AghMn { top:89.5625rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnZz2dkx8AW8q3upCnCqZDFTqHXgrhHP { width:24.25rem;height:4.4375rem;top:95.375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKul56FE2vLeSFQvNTZP9IEwUbxq89IC { display:block; }
 }@media only screen and (max-width: 763px) { #WNh2BGq67hS5Bfym1F38HPFTqWBR0bEr { top:8.375rem;left:0rem;width:19.6875rem;height:6.3125rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #k8noZlVaZpUpslTIqri21sXMLlXx6xTC { top:83.25rem;left:0rem;width:20rem;height:7.75rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c { display:block; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PlxmPHnPJRad3htv5cpPnFzDnNSECwg5 { top:1.6875rem;left:22.3125rem;width:3.125rem;height:3.125rem;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:;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:1.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) { #SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 { display:block; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .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:43rem;height:5.375rem;top:8.875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kd0sBx72OH0i4Hd4uwv9EWpwmKp2LUMp { width:36.6875rem;height:3.375rem;top:16.6875rem;left:0rem;font-size:1.0625rem;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:53.5rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNhMv5ZnvEdWw2Xzicud9LGK9El2GR1l { display:block; }
 }@media only screen and (max-width: 763px) { #bPO8tgEskMTH24aELKEQcJ0KSLMoxx3U { top:60.875rem;left:0rem;width:36.375rem;height:3.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOJabwFca3awPDnJcv4aDTDhRQ9dwol { width:20rem;height:;top:1.5625rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #thBOEedtR4m8HLkOiKLATPR8RJUEO9Jl { width:20rem;height:;top:8.625rem;left:0rem;font-size:0.875rem;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:5.25rem;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) { #q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl { display:block; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywtmmpbTo4DHTbQWb8BPbZivD1fuBC5L { top:2.9375rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozRMVsMJ5asTwto1SuqTkbC6xJoX5Zmw { width:31.4375rem;height:2.25rem;top:14.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJilm1R4wVCDCd1ZOaOPpkGW8l1JRt6t { top:14.3125rem;left:14.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGTJ3O59NRFKusRs4yK7mvQRVo28tbud { top:18.25rem;left:14.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5kunlLuA962Cc6Rcw5WViaB3UiUJi70 { width:28.375rem;height:2.0625rem;top:18.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI8oKyw1cuioTAHbpTMdzsfQVrDzKZFT { top:21.9375rem;left:14.5625rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tkkm7xomwQAhEJbGHbTpCVn7CAJ6EoOn { width:28.375rem;height:2.0625rem;top:22.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy7zTMiaW5C9MZ9UPHhrWs7rlR9HTU0 { width:28.375rem;height:2.0625rem;top:18.5rem;left:19.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBCxW3PbdiTQPNq3XLpEPLFwcuTDUuPL { top:18.25rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
#dBCxW3PbdiTQPNq3XLpEPLFwcuTDUuPL > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #N1GOTXdXEIOu3QO8weWz9T0AohxG77UE { top:21.5625rem;left:23.875rem;width:2.75rem;height:2.75rem;display:block; }
#N1GOTXdXEIOu3QO8weWz9T0AohxG77UE > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #wTNxB5s362APWXO9C5ynU1GEpkies9xQ { width:28.375rem;height:2.0625rem;top:21.8125rem;left:19.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62xfI2qUiIXSrnN9y0R9syoACTKk1H0 { width:35.125rem;height:4.5625rem;top:9.6875rem;left:0rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEZdtQB8nAudcTincbJwazeTzSDkpo3U { top:49.0625rem;left:0rem;width:20rem;height:4.75rem;font-size:3.1875rem;display:none; }
 }@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) { #Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c { position:relative;z-index:auto;display:block; }#Va2kkaS9RDS1apyDI5o9T7nWenW6MO4c > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #soXTSMPTR8TWgLTixTa5omfhTWEvCqAo { width:13.8125rem;height:2.5rem;top:6.6875rem;left:3.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ng3kWWUbNWv7QIRhikCt7pdWscVuqzha { display:block; }
 }@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) { #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fa281ab0-a703-4b94-bd49-e4f6d3016228/dziewczynka_kulki.png");background-position:top 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; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.adaptive-delivery-prevent-bg, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyload, #VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM.lazyloading { background-image: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container { background-color: transparent; background-image: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.12); }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row .container > .video-iframe-container { display: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(47,47,47,0.12); }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .row > .video-iframe-container { display: none; }#VFka3wW7DiNcDflV3JNDKUTA0QfJKZhM > .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); }#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:41.75rem;position:relative;display:block; } }@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:0;top:28.9375rem;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:left;text-align-last:left;color:#ffffff;display:none; }
 }@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:34.96875rem;left:1rem;width:18rem;height:3rem;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:1rem;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:0;top:2.40625rem;left:0rem;font-size:2.5rem;line-height:1.1;text-shadow:0.0625rem 0.0625rem 0.25rem rgba(0,0,0,0.5);display:none; }
 }@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) { #ZBTGKgNUwxWdkdpdsPQUT7rKq0BpFsfX { width:20rem;height:8.25rem;top:2.96875rem;left:0rem;font-size:2.5rem;line-height:1.1;text-shadow:0.1875rem 0.1875rem 0.5rem #000000;z-index:15089;display:block; }
 }@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:block; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI.adaptive-delivery-prevent-bg, #Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI.lazyload, #Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI.lazyloading { background-image: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { background-color: transparent; background-image: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container > .video-iframe-container { display: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row > .video-iframe-container { display: none; }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .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); }#Lo8EoBqPCe7NeRCm1OSNIEOg7HvV1WXI > .row .container { width:20rem;height:39.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKvQ3pi0FMccGTd4meoLkQGxr1rfJcFP { width:8.0625rem;height:2.798825rem;top:21.4375rem;left:1.5rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HgyZ98bOFzhRdy6PpkEEvfKphu6LOTJb { width:6.9375rem;height:2.798825rem;top:21.4375rem;left:11.5625rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #siQur7TFVHNd8JxNTMDLH6ORVB7QdW1F { width:6.625rem;height:2.798825rem;top:32.6875rem;left:2.1875rem;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:14.875rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #AqASOacIN5DdL3HIDt6fWOwTCLSldgZM { display:flex;width:5rem;height:5rem;top:15.75rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #Wx1ZlDTLKe9c2k5lG8L83xKzmcvR4IQJ { display:flex;width:4.75rem;height:4.75rem;top:27.375rem;left:3.125rem; }
 }@media only screen and (max-width: 763px) { #I046fUnVN6zgpqGv3CK3VcI92Cq6CPKa { display:flex;width:5.8125rem;height:5.8125rem;top:26.875rem;left:11.5625rem; }
 }@media only screen and (max-width: 763px) { #r8HnMIDEdCqiHGEZddBTmue5re59i5tN { width:8.125rem;height:2.798825rem;top:32.6875rem;left:10.4375rem;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:36.1875rem;left:8.5625rem;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) { #NQaFiXuXem0nnbtqHtf0IaowbXdx94gE { top:2.375rem;left:0rem;width:20rem;height:4.38671875rem;z-index:15022;font-family:var(--paragraphs-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hgXcAppaX8p7gm5ELHQlc8PJ9G7pATkA { top:7.375rem;left:0rem;width:20rem;height:2.1933625rem;z-index:15026;font-family:var(--paragraphs-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #l5sr7mW6Zq3kHppGJ4s5Tb8SKKlKQGTP { top:10.125rem;left:0rem;width:20rem;height:2.1933625rem;z-index:15024;font-family:var(--paragraphs-font-family);font-size:1.6875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #d5AP5MzNiuoQFDN8RSAGbbH1TL2RTPhA { top:6.75rem;left:1.8125rem;width:16.4375rem;height:3.375rem;z-index:15025;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;background-color:#ff8401;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/64200482-529f-4b1c-928e-7e587739c023/to.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu.adaptive-delivery-prevent-bg, #fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu.lazyload, #fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu.lazyloading { background-image: none; }#fo8PcqK68ayTXWzznqgLTrvTv2a4T7Eu > .row .container { width:20rem;height:4.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GX4Zub9OdmGyapzVi8UriT5E91cr4Ogy { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@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:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRJAdMIRdQF6sSCEB6ZHHVrT2mE5CuTw { width:20rem;height:0;top:12.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #scfI0so03zmzvFUQQ8Tc8gQgJsgk4sB6 { 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) { #lJBor3Ghoo5AEHVecDIgDHukpQ69ynCe { 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) { #rvr0JC4U7ieTJiicxXHwVsOlaFVcPPcL { 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) { #O9D4TNLsGPA8XKMToL2CaT3wA2TmZk7y { width:11.75rem;height:25.25rem;top:59.609375rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWcCciO0Q3IRV2MA7UMk3MfuoTgfu4MT { 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) { #cVkQR9d4ute7rFIxphRZTtk3XRtqB3El { 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) { #neirwFbwuhmD2HRi8mJ0nvcXbeDzfksO { width:19rem;height:4.4375rem;top:29.4375rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxARh8ZaLaWwLqCbCwTsMF7GWrFNS40c { display:block; }
 }@media only screen and (max-width: 763px) { #G287puvEqcerIInUrhwTSbRnRV60kXDn { 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:block; }#G287puvEqcerIInUrhwTSbRnRV60kXDn.adaptive-delivery-prevent-bg, #G287puvEqcerIInUrhwTSbRnRV60kXDn.lazyload, #G287puvEqcerIInUrhwTSbRnRV60kXDn.lazyloading { background-image: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container { background-color: transparent; background-image: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container > .video-iframe-container { display: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row > .video-iframe-container { display: none; }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .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); }#G287puvEqcerIInUrhwTSbRnRV60kXDn > .row .container { width:20rem;height:27rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PE3DwH7xB583u15nh6GidvO1AbQ09y6J { top:1.5rem;left:0rem;width:20rem;height:25.4375rem;z-index:15037;overflow:hidden;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) { #TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC { display:block; }#TGssQkxqEoIQ0gByWCXkqCM5U67VCGIC > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w { display:block; }#ge1fdyKzqhDlT6LImd3I6wnIZZhwia1w > .row .container { width:20rem;height:212.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BG0xyShRBoPy06qcgQEpAeOQsxdHU8vw { width:20rem;height:27.75rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8875M1JF3qyZo0Duww2HDKnFQEeD686 { width:20rem;height:27.5625rem;top:41.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnW3KM3T4UmxuTwcUWUL9lGBRQcX8rHb { width:17.5rem;height:4.5rem;top:56.0625rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xzQoIunOsyZIPGC0ZMqW0RuUzZqd5mZp { width:17.5rem;height:1rem;top:49.875rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tGlxWgP4TTW4FLOP6nANt4EbdswDzok6 { width:17.5rem;height:3.625rem;top:44.75rem;left:1.25rem;text-align:center;text-align-last:center;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOnZCtnMUlVg9Ue4wQNK4RAnuTCvyPD0 { width:19.8125rem;height:0;top:153.43456875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcO9sGnh9lIKdLmfF8APrhkMtkLIAVWC { width:20rem;height:0;top:157.93456875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cy0oogiFXXnP8S2nrFnL3731kTNvXdfp { width:19.9375rem;height:0;top:162.30956875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xeMITMUQPTqwhllLrr4zlKXpaxnVP8U5 { width:20rem;height:0;top:164.68456875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUDmiRoADPcT6ceeebxWp9Nq40H1mFEf { width:19.9375rem;height:0;top:169.05956875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTUX05XWUqTB2ET62NMV6E2MfgtKVIv { display:flex;width:3.125rem;height:3.125rem;top:172.55956875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #DiC6eQHlFewqtaIRNWqv05bTBP6Tm9gB { width:17.5rem;height:0;top:148.74706875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvfzEZQzxMh8TN7MlIPOCmRgkawNTO3b { width:17.5rem;height:6.3125rem;top:176.93456875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDheUFeFtoNOIWtMywhnZzkJZ279FiZG { width:17.5rem;height:0;top:177.43456875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhKbgiNpQNX7BN8nGmFFK76rdTB4F3lz { width:17.5rem;height:0;top:179.27831875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8h2Nxr75d5Ln8KQZTLFTAT5KPRZeLh2 { width:17.5rem;height:0;top:181.40331875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1myXVTHsTw8RDMsGeb7g4gJEA34H9uS { width:19.375rem;height:0;top:188.66991875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS5e2yHFdkH6l1PUQxswLVScBeTxhMb1 { width:19.8125rem;height:0;top:184.49706875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OObawFmKUO14bPkQcVnRFnZIKnkTDVqs { width:19.375rem;height:0;top:194.91991875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObyN2IqygGuvzvz2tSuiVVB05UQXGF5U { width:19.9375rem;height:0;top:199.29491875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #inH9OS2KE5vgZ4VhGic1xHHTu2RNRTAB { width:19.375rem;height:0;top:201.66991875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSyKE8SHsleGU0kvrvQ9ToZhghrvxMoC { width:19.4375rem;height:0;top:206.04491875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQytUm3CnKoTzgGByPZExTho7BCPNRlF { width:19.375rem;height:31.9375rem;top:107.61035rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6gMoi5CtAi3VtZEhuhTfI7puDqdxO86 { width:17.5rem;height:6.3125rem;top:109.7666rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPtbNODqZMN0fHSAJn0QR9cR3Cie6hCa { width:17.5rem;height:0;top:111.04785rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lO2EBxLupp5c2Blw6cveEXFGBygAp8kL { width:17.5rem;height:0;top:112.79785rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfkkC17tz9W7EdtBfMpHm2ydSXVoOmFi { width:19.375rem;height:0;top:117.3291rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLeozZEauCy2QgkW0LUNlxr2obMWqrn3 { width:19.8125rem;height:0;top:99.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DB14PmIn7tHx699NJC076XX9yfie6ZOR { width:19.375rem;height:0;top:125.67285rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpI6Ul6O2fRK2aF3Dy6FVHZNniGiXTJi { width:19.5625rem;height:0;top:129.04785rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BgeQp7VLyMQ9Tm41dy7Vxv1rX0IvQ0aM { width:19.375rem;height:0;top:130.98535rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQRQQTAqwWeS8cThssLwTtsDvhTO2pfT { width:19.5625rem;height:0;top:104.11035rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuGOg19peLahpkvT3ZBXzVObihZvWxI6 { width:20rem;height:auto;top:3.5rem;left:0rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #dEHOxA4dKWmUTaOxrX9BLmL0vGTwAFn5 { width:20rem;height:0;top:140.79785rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HRz3vLWXTXhuwyqTZ2KOlsnBJZKBd4dg { width:20rem;height:auto;top:0.3125rem;left:0rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #uZrrKCecwTe6DDyxbTTTmkZXCO6Z67SH { width:17.5rem;height:6.3125rem;top:145.87206875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL { display:block; }#oMOz9Ka2ENgXaOtOOKiAA7D0hNvrRTQL > .row .container { width:20rem;height:243.41991875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PalwvuDzwD0LgG13Q5Ea871ahk0wqeAs { width:18.875rem;height:147.625rem;top:71.99706875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCVtNZ1Cyfi1IvhiCdAf2bhqT8ZLvcSf { width:18.9375rem;height:0;top:92.31738125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehBORxeUGnpNgdXazMBMhmsgMfvuhgeq { width:19.0625rem;height:0;top:85.41113125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT9SIaAT90uHIEvD4P1mt6aJgoByi2gn { width:18.9375rem;height:0;top:80.41113125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9hufqM9PHnX5mIBS0WFFhkSMpcos001 { width:17.5rem;height:6.5rem;top:72.78613125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwOD0dGmKwqynxifXGC4h96G2nJzo8LR { width:17.5rem;height:0;top:76.72363125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPf0qcRiNwrglCwEl2WHA696gaWxww2P { width:17.5rem;height:0;top:75.16113125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJuaPeJsImIgd8d5WRpiPhOEMecDlKSy { width:17.5rem;height:6.5rem;top:55.48535rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdaO3WkPlJqwDTt5CZuq87iGF8WTphaJ { width:17.5rem;height:0;top:59.4541rem;left:1.25rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rq16WpzF3LrKkNgVC65hGf2mk0GLpl4q { width:17.5rem;height:0;top:57.8916rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GymSbJptbTPQx3qaP8fNzTZBuPeztbMC { width:19.375rem;height:0;top:44.86035rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5rBbWRinfoym58xafAgfRPD07subTTO { width:19.8125rem;height:0;top:40.6875rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxRZ9W962MqIdw33OtzQIIOh30bTEWPz { width:19.0625rem;height:0;top:51.11035rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHsBBpzOzZyrCavBh08TPRlMCiPMDK1T { width:17.5rem;height:6.5rem;top:220.87206875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CchF9Nmi8Ldncu5P4ZGRdb0UFmBLi5JR { width:17.5rem;height:0;top:221.53613125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #toU2sSSh9WbqMLDcFJ2tfaB2sft2C6l3 { width:17.5rem;height:0;top:223.22363125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIoBs7zN6seLr4HdD8dMT3CMNJyEaf5N { width:18.5625rem;height:0;top:228.62206875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiXxbaZeCht29f1aomeUAHNWZJKhK5w9 { width:18.625rem;height:0;top:234.87206875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkruG3kTCSvITnfZ7mkA6UFvqbOcC6LI { width:18.75rem;height:0;top:239.04491875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAiC4IMPzaBU7eTQWWDstxpSeSa1H646 { 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) { #d7QhndE8HlS5215t0wEXnyZIpIdPZnq8 { width:20rem;height:0;top:66.92285rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xTTE1U7hSyMVbCuR4alnqhSIV6z0BmTs { 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) { #l7E6iDifWi4gXZyGiMnU6gwiFDAGlpGg { width:17rem;height:38.1875rem;top:1.25rem;left:1.5rem;z-index:15091;display:block; }
 }@media only screen and (max-width: 763px) { #E8Pm24k2l2deBfTxV2pNwBbWMFcR28is { width:18.8125rem;height:0;top:63.23535rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKnKQ0evATziC6OVhl8wegpg0yiuN8yt { width:19rem;height:0;top:88.66113125rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7Jdsr1ZJKQsBb5VhSJIOuWHpl6UZNk3 { width:17.5rem;height:0;top:56.0166rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OudfPIsXe9BI4CpvKW4aNDng5aNGB3rw { width:17.5rem;height:0;top:73.34863125rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TixS25wNzwDb0CnI0plNlLSTBKgyCBwg { width:17.5rem;height:0;top:224.87988125rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 { display:block; }#reoZdMEJA58K1E7utlv5i6Ow9nbEtwL5 > .row .container { width:20rem;height:202.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sdRx40FPfVCtsbKuT7RBlKChsGIZrBH8 { width:18.75rem;height:auto;top:12.3125rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #e4P1GqElXZT32P9LaSTrMImaCJ4GviZa { width:15.6875rem;height:auto;top:7.625rem;left:2.125rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #xtVpxW8K01n9CDHD9LJ1mdJehLEu55fH { display:flex;width:3.3125rem;height:3.125rem;top:4.75rem;left:8.3125rem;z-index:15090; }
 }@media only screen and (max-width: 763px) { #to6hGJRzeiSc3bUiZglFrQlFkiDkiydF { display:flex;width:3.125rem;height:3.125rem;top:15.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Dtlw7JXpJatD355J2sCbbZKUs69oHrNm { display:flex;width:3.125rem;height:3.125rem;top:48rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IbToAbe900yAexE4CHWxx6DAedKQi5aw { display:flex;width:3.125rem;height:3.125rem;top:74.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hDtTxf6RbXS8ueWBNDTU8Ryabf7xMWby { display:flex;width:3.125rem;height:3.125rem;top:79rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #E1P32i1V7MoDXlsUQUQgGTm1e5WrDvvt { display:flex;width:3.125rem;height:3.125rem;top:52.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #w5dQiTD1vUkPT95xxVugDuf4KR14mzwc { display:flex;width:3.125rem;height:3.125rem;top:20.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xWFfIdOG2vqVITI1dW9bpl72rPhUeg8R { width:18.6875rem;height:auto;top:23.375rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2XupaaS4tRB6hwgTGXgM6vLAvMAgzTP { width:20rem;height:auto;top:17.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #MlgANg7VaVJBTTJlTvyIIGs9rQy1SP8s { display:flex;width:3.125rem;height:3.125rem;top:24.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #uWTsi8bapE4eEXJitywTt3uckJDeEILK { width:18.6875rem;height:auto;top:29.25rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #csgp6SqWbU08dZKiKm7TxskFcCeG9O2t { display:flex;width:3.125rem;height:3.125rem;top:29rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kd5DglbTR0dTZEKIZCrKqnpB7rPnNqlv { display:flex;width:3.125rem;height:3.125rem;top:56.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Vs41UseWmQ5UIukCqeP3HyOSyxbG2XG9 { display:flex;width:3.125rem;height:3.125rem;top:83.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Qpp4dzZxzng0FsV0KD7JlC3oewEX3swM { width:14.3125rem;height:0;top:99.8818359375rem;left:0.5625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #barqv01RxBaXsvsX4SOwL21mQ0FHOO1E { width:14.3125rem;height:auto;top:23.6875rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aH8zUUHdFaSX5kLypB7AUndlMEiXqxTh { width:18.8125rem;height:0;top:44.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jwm57hV9eT6XH5mRGkQ5OaALBZ0Z6X6J { width:19rem;height:0;top:40.125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlIvbEExTsXv8IN7RW80nzeua6BpvbIh { width:18.8125rem;height:0;top:11.5rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GUantNgkO8wwAX0iKJN0XCaATC9H5Vop { width:19.5625rem;height:0;top:1.25rem;left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9XOasvJCWcmZTaunHl4xiGlKpnCOtT0 { width:18.625rem;height:0;top:67.875rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlIiAfxJXTtS2kiS1OyzTgMnLnXte8nk { width:18.6875rem;height:0;top:72.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOsmLnzaqkKJ2QSK0Sr7acTnk1rLlok9 { width:18.75rem;height:0;top:9.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzpiD5TrxgI0g6QFKcENoaT5qSqzVOBf { width:18.875rem;height:0;top:37.75rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xi3irMeOLOMSoJ4450dd4ePEA0DZqCRq { width:18.75rem;height:0;top:65.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vq6sSE2UuSuitybwsmlCDMdsXegE5kAQ { width:20rem;height:auto;top:34.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #oLLf1ns1ch6rGSm8ZyWS8D6npauaUQhi { display:flex;width:3.125rem;height:3.125rem;top:33.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #R4C1uQPbuSXN0mEQgmrZTFspZt4Nnboa { display:flex;width:3.125rem;height:3.125rem;top:61.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #q3Zc1uXsEIMfS1qdi5h2XGkwurp0vOf2 { display:flex;width:3.125rem;height:3.125rem;top:87.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI { display:block; }#fDvvce7N7LGxNH5ugld3a6No4Mr8AhxI > .row .container { width:20rem;height:105.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #heWu7iI0ownTaWibkwDCb6B8v2TPWLgS { width:20rem;height:auto;top:5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #cW5bVSvus5BRKrgs2Wu9uqZ1SduqucJD { display:flex;width:3.125rem;height:3.125rem;top:6.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ngtJe8Fr1d4mJIhKTJU0VezPLq6p5vz0 { display:flex;width:3.125rem;height:3.125rem;top:32.75rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #OkRWN2r398WT5XmufW9NJwT3eU1nLJmw { display:flex;width:3.125rem;height:3.125rem;top:37.125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #a87fOZ214WX8MpSpwFxW0rl5m0LEqVyu { display:flex;width:3.125rem;height:3.125rem;top:10.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #JGfulToBFbtdXSdEDz8sOsuM76yLrOEU { display:flex;width:3.125rem;height:3.125rem;top:50.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #KKDoxETWiGtzoolUbU8WggQQ9lSzM8fo { display:flex;width:3.125rem;height:3.125rem;top:15.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ST2W08kTOAqQhMxukmLmRnWHIx8kDLM6 { display:flex;width:3.125rem;height:3.125rem;top:19.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NPNe9eh5tPxW9Lyy3Q4hNLsFKhRTCIZh { display:flex;width:3.875rem;height:4rem;top:1.25rem;left:8.0625rem; }
 }@media only screen and (max-width: 763px) { #EugOa8VtmXJIuT36wcVeyTFIVNR3Csar { width:20rem;height:auto;top:10.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxLTJh4u7IDd9nQEgTJgbT7Q4a5q7SmG { width:18.6875rem;height:auto;top:16.0625rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rVKS42rW3bKgXnKMgWG2IIIc3FSCJ1rP { width:14.3125rem;height:auto;top:10.75rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zuv1zZsRqbWDZqXZQHh8Ug4R6Udyw1IR { width:14.3125rem;height:auto;top:10.875rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Wv5zp8ZvNv8y5tKvytHq8iu4h0sUfM9Q { width:14.3125rem;height:auto;top:16.1875rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #buzrlyXagdwBJZaVfOEpndTsTHl3JePu { width:14.3125rem;height:auto;top:16.0625rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bCMoiT0vLCQgtdO2K7Mfh3CSfnSLfOJ2 { width:18.6875rem;height:auto;top:21.9375rem;left:0.625rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLgWTN3yrRQISleI3keS6OpCop2zIy0P { display:flex;width:3.125rem;height:3.125rem;top:54.625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #yKzlqCODGQKNfbiMhean8OkXqd2p2THd { width:16.1875rem;height:auto;top:0rem;left:1.875rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #ASTvkT91XGBHqs8sWdcUKhPhLIIMbVNN { width:20rem;height:auto;top:27.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rMq84MaMd6BmnHCtXpqN321ZaIfgND9s { display:flex;width:3.125rem;height:3.125rem;top:24rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Gp8giBHk6nlyA3LFW5fnAaoBdbNyX4JZ { display:flex;width:3.125rem;height:3.125rem;top:41.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LPdhNFWBsVVtWUP0ziJ9BmJJS5WunlEp { display:flex;width:3.125rem;height:3.125rem;top:59rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #pd7rmh9eGc5LTKpgWWx1JnV4oHKgZscP { width:20rem;height:auto;top:33.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #STUKU0ihMoupAZvQRF9GOTBZKLxUb7kF { display:flex;width:3.125rem;height:3.125rem;top:45.875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #kvVvBTSNdABzHZPIRg0uN7ZmfEXzJ1Do { display:flex;width:3.125rem;height:3.125rem;top:28.375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SgsX3F1rcswMR8Wg6sXqZNTv1VS9crTN { width:14.3125rem;height:auto;top:34.5rem;left:2.8125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR { display:block; }#rnHJrSG48qrZ8dZ9mowG2cgGdNsHoaiR > .row .container { width:20rem;height:105.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mfsU5iqunVxIuJFPd0w5J4Nz2B3c3wuL { width:20rem;height:auto;top:5rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bEEwksQAqEwIKOFiySIPPtvqgImlT2Ur { display:flex;width:3.125rem;height:3.125rem;top:49.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZUCOOKc7RH3QfNbTZH6UQUkx5Wqv3USL { display:flex;width:3.125rem;height:3.125rem;top:27.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #NtkkQd1nPI3wVIWeVXI5iGBJ9NiIN6wJ { display:flex;width:3.125rem;height:3.125rem;top:36.6875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #MV4lA8SKs31EgZOBgRGqXMWyDSNO9syR { display:flex;width:3.125rem;height:3.125rem;top:10.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #FAKgeMLMGLTTeHkP27r9k9XTgruJFTSd { display:flex;width:3.125rem;height:3.125rem;top:6.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #a3u6DNID9JMml57NErWCdtTUf6zsrQSF { display:flex;width:3.125rem;height:3.125rem;top:32.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #hZ066ELwNKogcLyS6xfMKZ3akntt9fWm { display:flex;width:3.125rem;height:3.125rem;top:14.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #ZW6L9bwno4Lv0yre9ItbHzr3qWbb4xLB { width:20rem;height:auto;top:10.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ns2EWHDnzlm8r0IdzmZBVbEG6SyLvw5t { width:20rem;height:auto;top:18.3125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #OKVhEC7HmBM9XKGJ5ASsxk43TZzOqSrn { display:flex;width:3.125rem;height:3.125rem;top:54.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #QX67K9CTkAdTauG4DFBeUQCdgg9hDvp4 { width:16.1875rem;height:auto;top:0rem;left:1.875rem;font-size:2rem;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #HEUTiaghtP0UTsc3TSsD5UMuuy79JnrA { width:20rem;height:auto;top:24.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #XGBkK5X7TEGVZO3d8KZTL9A2FioMRnZh { display:flex;width:3.125rem;height:3.125rem;top:19.1875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #w0oPbKPoKyIGi3TALh48uEq4oKWznQmk { display:flex;width:3.125rem;height:3.125rem;top:41.0625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #SsmgFK8Pd4JHyIgO1oGfom6MrydITG35 { display:flex;width:3.125rem;height:3.125rem;top:58.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vaxdnFUDIDoVLTaQBh6BQgdBT8fyXpuX { display:flex;width:3.125rem;height:3.125rem;top:62.9375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #lbgv0tLgah145LPi8H6RGKshnvcn89Fl { display:flex;width:4.5625rem;height:3.5625rem;top:1.25rem;left:7.6875rem; }
 }@media only screen and (max-width: 763px) { #PXzQw6XcTD63FT6NxzstJxCKmd4IN24r { width:20rem;height:auto;top:34.8125rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hgTlBKNHZCrOHd2y1idlbsrK6VgGgDqU { display:flex;width:3.125rem;height:3.125rem;top:23.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vxPKIOFmpBKw3zB5lwF9FI9LOQTRIciX { display:flex;width:3.125rem;height:3.125rem;top:45.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #x8XcGVDBKuyXIv7s8Fk1xEO65ezlfrRX { display:flex;width:3.125rem;height:3.125rem;top:67.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 { display:block; }#Ic121Uz7TTxSis0Q2qXxiflLAGBIpCb8 > .row .container { width:20rem;height:100.8125rem;position:relative;display:block; } }@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:16.4375rem;height:2.5996125rem;top:79.3251953125rem;left:1.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@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:16.625rem;height:2.5996125rem;top:71.5rem;left:1.6875rem;font-size:1rem;z-index:15087;text-align:center;text-align-last:center;display:block; }
 }@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:15090; }
 }@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.875rem;height:3.89941875rem;top:74.861328125rem;left:1.34375rem;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.4375rem;left:1.28125rem;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:16.9375rem;height:5.84765rem;top:52.0625rem;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.125rem;height:2.923825rem;top:58.875rem;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:16.8125rem;height:2.923825rem;top:48.25rem;left:1.59375rem;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:2.0625rem;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.625rem;left:1.25rem;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.3896484375rem;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:30.7265625rem;left:2rem;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:20.5673828125rem;left:11.875rem;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:block; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.adaptive-delivery-prevent-bg, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyload, #spIpt0yWMIUEAzc3llboSsq2T2VTpVBO.lazyloading { background-image: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { background-color: transparent; background-image: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container > .video-iframe-container { display: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row > .video-iframe-container { display: none; }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .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); }#spIpt0yWMIUEAzc3llboSsq2T2VTpVBO > .row .container { width:20rem;height:101.125rem;position:relative;display:block; } }@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:29.1875rem;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:24.25rem;left:1.9375rem;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:37rem;left:4rem;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:25.4375rem;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.2168rem;display:flex;top:15.4375rem;left:0rem;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 { width:19.6875rem;height:8.042rem;top:3.4375rem;left:0.1875rem;font-size:2.4375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U2CkJZ8GNvg1Ah6qxfZgIgB8XU9talVO { width:20rem;height:0;top:81.44921875rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #OqHxfTmDt9Bo1vLx53MN4nZng20AghMn { width:20rem;height:0;top:87.8984375rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #UnZz2dkx8AW8q3upCnCqZDFTqHXgrhHP { width:19rem;height:4.4375rem;top:92.98046875rem;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) { #WNh2BGq67hS5Bfym1F38HPFTqWBR0bEr { width:19.6875rem;height:1.7871125rem;top:12.5625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15001;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #k8noZlVaZpUpslTIqri21sXMLlXx6xTC { width:20rem;height:7.79883125rem;top:83.2734375rem;left:0rem;font-size:2rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c { background-color:rgba(var(--color-tertiary-0),0);background-image:url("https://images.assets-landingi.com/uc/64200482-529f-4b1c-928e-7e587739c023/to.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c.adaptive-delivery-prevent-bg, #ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c.lazyload, #ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c.lazyloading { background-image: none; }#ZzxKfKy41B3ypPqiK179TPlE7fIAgN6c > .row .container { width:20rem;height:4.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PlxmPHnPJRad3htv5cpPnFzDnNSECwg5 { display:flex;width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ { display:block; }#gLuN2czw8n94Xwcik3ASFQ5IxDehkcEJ > .row .container { width:20rem;height:54.875rem;position:relative;display:block; } }@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.3496125rem;top:49rem;left:0rem;font-size:1.8125rem;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) { #SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 { 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:block; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2.adaptive-delivery-prevent-bg, #SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2.lazyload, #SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2.lazyloading { background-image: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container { background-color: transparent; background-image: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container > .video-iframe-container { display: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row > .video-iframe-container { display: none; }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .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); }#SqFTTT7HZQr0wONck1DAGVMbG9AQZSL2 > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@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:block; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T.adaptive-delivery-prevent-bg, #DhoLCov3y9zi74BHTm2JiCpUva7iTR3T.lazyload, #DhoLCov3y9zi74BHTm2JiCpUva7iTR3T.lazyloading { background-image: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { background-color: transparent; background-image: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container > .video-iframe-container { display: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row > .video-iframe-container { display: none; }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .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); }#DhoLCov3y9zi74BHTm2JiCpUva7iTR3T > .row .container { width:20rem;height:76.0625rem;position:relative;display:block; } }@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:block; }#HfMkMAIzGMMZdzLE2Om0Vc9IBvq96HKH > .row .container { width:20rem;height:38.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gd7iKVvw8vSvtnZ1A3PWGoJ59rSgWyqZ { height:11.25rem;width:20rem;top:12.25rem;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) { #kd0sBx72OH0i4Hd4uwv9EWpwmKp2LUMp { width:20rem;height:0;top:8.6494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;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:25.0732421875rem;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:7.19925rem;top:30.0458984375rem;left:0.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOJabwFca3awPDnJcv4aDTDhRQ9dwol { width:20rem;height:5.625rem;top:2.5rem;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) { #thBOEedtR4m8HLkOiKLATPR8RJUEO9Jl { width:20rem;height:1.3125rem;top:8.67578125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;z-index:15009;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 { display:block; }#hSqWKE7QWLnXHOOTJnLsfwD5COsVtLM7 > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@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:5.25rem;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:block; }#SuXAewOzlegwXi1JHncZhH0mn7L71Ezn > .row .container { width:20rem;height:37.8125rem;position:relative;display:block; } }@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:block; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.adaptive-delivery-prevent-bg, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyload, #U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47.lazyloading { background-image: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container { background-color: transparent; background-image: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row .container > .video-iframe-container { display: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .row > .video-iframe-container { display: none; }#U2vpRXaWVtQhLOEHAJCZ85cGWOwmlS47 > .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); }#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:block; } }@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) { #q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl { 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;display:block; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl.adaptive-delivery-prevent-bg, #q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl.lazyload, #q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl.lazyloading { background-image: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container { background-color: transparent; background-image: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container > .video-iframe-container { display: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row > .video-iframe-container { display: none; }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .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); }#q19plgrDxPK9gZUuFkF8LVlyhuNcXvVl > .row .container { width:20rem;height:56.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ywtmmpbTo4DHTbQWb8BPbZivD1fuBC5L { width:20rem;height:auto;top:2.9375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #ozRMVsMJ5asTwto1SuqTkbC6xJoX5Zmw { width:20rem;height:4.5rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJilm1R4wVCDCd1ZOaOPpkGW8l1JRt6t { display:flex;width:3.125rem;height:3.125rem;top:9.25rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #gGTJ3O59NRFKusRs4yK7mvQRVo28tbud { display:flex;width:2.75rem;height:2.75rem;top:18.625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #N5kunlLuA962Cc6Rcw5WViaB3UiUJi70 { width:20rem;height:2.0625rem;top:21.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UI8oKyw1cuioTAHbpTMdzsfQVrDzKZFT { display:flex;width:2.75rem;height:2.75rem;top:26.6875rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #Tkkm7xomwQAhEJbGHbTpCVn7CAJ6EoOn { width:20rem;height:2.0625rem;top:29.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTy7zTMiaW5C9MZ9UPHhrWs7rlR9HTU0 { width:20rem;height:2.0625rem;top:37.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dBCxW3PbdiTQPNq3XLpEPLFwcuTDUuPL { display:flex;width:2.75rem;height:2.75rem;top:34.5625rem;left:8.625rem; }
#dBCxW3PbdiTQPNq3XLpEPLFwcuTDUuPL > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #N1GOTXdXEIOu3QO8weWz9T0AohxG77UE { display:flex;width:2.75rem;height:2.75rem;top:41.875rem;left:8.625rem; }
#N1GOTXdXEIOu3QO8weWz9T0AohxG77UE > img { max-width: 100%;max-height:100%; width:2.75rem; height:2.75rem; } }@media only screen and (max-width: 763px) { #wTNxB5s362APWXO9C5ynU1GEpkies9xQ { width:20rem;height:2.0625rem;top:44.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e62xfI2qUiIXSrnN9y0R9syoACTKk1H0 { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEZdtQB8nAudcTincbJwazeTzSDkpo3U { width:20rem;height:4.798825rem;top:49.1005859375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #o0u56PzT080n5U0TNPSSNUZbx8wLXgei { display:block; }#o0u56PzT080n5U0TNPSSNUZbx8wLXgei > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@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; }
 }