.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container { background-color: transparent; background-image: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container > .video-iframe-container { display: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row > .video-iframe-container { display: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .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); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container { border-width: 0; border-radius: 0; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container { font-size:0.875rem;font-family:arial;height:54.75rem;width:75rem;position:relative;display:block; }#CtMrn3LsglU1wIPEGOUo0LbKwPx9TWOi { color:#ffffff;display:block;width:39.125rem;position:absolute;font-family:chivo;font-size:3.5rem;font-weight:700;z-index:14998;line-height:1;letter-spacing:0;top:18.0625rem;left:0rem;height:10.5rem;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; }
#k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r { color:#ffbd00;display:block;width:39.9375rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:30.0625rem;left:0rem;height:6.625rem;font-style:normal;display:block; }#k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d26e6e214fe6a921af6471a79bebb1ea1ccba1a.svg); }
#TTSmBMTlWbndCQxV1NyEuBStTkLOCbSV { background-color:#14c051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:2.4375rem solid rgba(0,0,0,0);border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: -0.0625rem 0.3125rem 0rem #008231 ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.9375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:40.1875rem;left:0rem;display:block; }
#eLyyP3x7szEKW0IO225rVKZIhTM9EShM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/162f0db6-439e-4b59-9183-0875f3dcddfb/BV.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:1.6875rem;left:0rem;display:block; }#KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh.adaptive-delivery-prevent-bg, #KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh.lazyload, #KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh.lazyloading { background-image: none; }
#RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91678c4a-de46-4d32-8727-81643a63f193/download.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:53.3125rem;width:65.6875rem;top:0rem;left:31.3125rem;display:block; }#RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI.adaptive-delivery-prevent-bg, #RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI.lazyload, #RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI.lazyloading { background-image: none; }
#MrJ1fOFTz5ifN5lloxLuW8SZTPUycnWE { position:absolute;display:block;z-index:15013;background-color:#ffbe00;background-image:url("https://images.assets-landingi.com/uc/156cd591-d951-404f-96e3-0a3fb0a6072b/enton.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:32.875rem;width:32.875rem;top:11.75rem;left:42.125rem;display:block; }#MrJ1fOFTz5ifN5lloxLuW8SZTPUycnWE.adaptive-delivery-prevent-bg, #MrJ1fOFTz5ifN5lloxLuW8SZTPUycnWE.lazyload, #MrJ1fOFTz5ifN5lloxLuW8SZTPUycnWE.lazyloading { background-image: none; }
#FUC8UHRS8RdSpUN0ruyJgbVAzZhfBkrU { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/156cd591-d951-404f-96e3-0a3fb0a6072b/enton.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:32.875rem;width:32.875rem;top:5.1875rem;left:42.125rem;display:block; }#FUC8UHRS8RdSpUN0ruyJgbVAzZhfBkrU.adaptive-delivery-prevent-bg, #FUC8UHRS8RdSpUN0ruyJgbVAzZhfBkrU.lazyload, #FUC8UHRS8RdSpUN0ruyJgbVAzZhfBkrU.lazyloading { background-image: none; }
#rsFTE8gqP5tf2MQt8a6cSOpODsddNLmJ { position:absolute;display:block;z-index:14997;background-color:#1fb20a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:21.125rem;top:20.625rem;left:0rem;display:block; }
#z1BT5tz7eWEUZZCHo60PCpIMdDw3la8V { box-sizing:content-box;color:rgba(255,255,255,0.93);font-size:8.6875rem;font-weight:400;line-height:1;height:12.4375rem;width:12.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:21.8125rem;left:69.28125rem;display:block; }
#U3HJZhHUuTCf9GpuEvGG4iack84nO2Fm { color:#000000;display:block;width:7.125rem;position:absolute;font-family:"bebas neue";font-size:1.375rem;font-weight:400;z-index:15017;line-height:1.6;letter-spacing:0;top:27.25rem;left:72.125rem;height:;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; }
#rxXMrsBGyQKc8ghtJi8vbOvTQEy2Hzdg { box-sizing:content-box;color:#ffbd00;font-size:5.1875rem;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:block;z-index:15018;top:9.3125rem;left:68.1875rem;display:block; }
#vDfZCmSnDUnaT0k0IzHIoUFCGUM7UzO3 { box-sizing:content-box;color:#ffbd00;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15019;top:7.6875rem;left:64.75rem;display:block; }
#S4pVg0hUQUqX3UBgk9b1FTeJg1Gwc3XA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:41.125rem;left:0.9375rem; }
#OUnbtCTUAz18kUVVXPcRGPOgMLv5OR3v { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:chivo;font-size:0.75rem;font-weight:700;z-index:14999;line-height:1;letter-spacing:0;top:13.3125rem;left:14.125rem;height:1.5rem;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; }
#nZxXiQuOsHVavSIsyuq5DQWBWrENZewH { color:#ffbd00;display:block;width:16.25rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:15000;line-height:1.2;letter-spacing:0;top:41.75rem;left:21.875rem;height:1.94921875rem;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;text-align:left;text-align-last:left;display:block; }
#L93p4WqOQxBKVvdyTTyN7O2cnv7IvxuX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#LJfycBrTuZN1ENPe58PCpxTx4gseWexs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container { background-color: transparent; background-image: none; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container > .video-iframe-container { display: none; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row > .video-iframe-container { display: none; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .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); }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container { border-width: 0; border-radius: 0; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container { font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;position:relative;display:block; }#w8Cbb4lAIPyJ1nWKpaMJXleemRpWLWoO { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/11f3a5c8-2a3b-46e0-8b87-e53830880e73/download20250901T115450702.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:0rem;display:block; }#w8Cbb4lAIPyJ1nWKpaMJXleemRpWLWoO.adaptive-delivery-prevent-bg, #w8Cbb4lAIPyJ1nWKpaMJXleemRpWLWoO.lazyload, #w8Cbb4lAIPyJ1nWKpaMJXleemRpWLWoO.lazyloading { background-image: none; }
#hCMFqWtTpn4RVRlL8s0y7OP4hbTpiuI1 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6e0a4e90-dbb8-43f9-9542-d0c756a29256/download20250901T115308658.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:9.375rem;display:block; }#hCMFqWtTpn4RVRlL8s0y7OP4hbTpiuI1.adaptive-delivery-prevent-bg, #hCMFqWtTpn4RVRlL8s0y7OP4hbTpiuI1.lazyload, #hCMFqWtTpn4RVRlL8s0y7OP4hbTpiuI1.lazyloading { background-image: none; }
#vX7OiOrDJcDf1xBNKhCQ9lTpwCRtTcmm { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/37d857d5-7195-402e-add4-2cd439b5bf44/download20250901T115436846.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:18.75rem;display:block; }#vX7OiOrDJcDf1xBNKhCQ9lTpwCRtTcmm.adaptive-delivery-prevent-bg, #vX7OiOrDJcDf1xBNKhCQ9lTpwCRtTcmm.lazyload, #vX7OiOrDJcDf1xBNKhCQ9lTpwCRtTcmm.lazyloading { background-image: none; }
#QQ8zkFTmJH7QRnwBA4mVyRpNl8QrafLo { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15003;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9b7a6c66-20a8-4088-9412-f30edc206cc3/download20250901T115432239.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0rem;left:28.125rem;display:block; }#QQ8zkFTmJH7QRnwBA4mVyRpNl8QrafLo.adaptive-delivery-prevent-bg, #QQ8zkFTmJH7QRnwBA4mVyRpNl8QrafLo.lazyload, #QQ8zkFTmJH7QRnwBA4mVyRpNl8QrafLo.lazyloading { background-image: none; }
#m96kt2O8er0QeuD1hOlfSIUG8WFXAzNZ { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/b7a59258-c0d1-4077-affc-4718b37a72b1/download20250901T115426901.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;left:0rem;display:block; }#m96kt2O8er0QeuD1hOlfSIUG8WFXAzNZ.adaptive-delivery-prevent-bg, #m96kt2O8er0QeuD1hOlfSIUG8WFXAzNZ.lazyload, #m96kt2O8er0QeuD1hOlfSIUG8WFXAzNZ.lazyloading { background-image: none; }
#dT4ThyB5l10ozI72wQr4aHZivC5WHN1d { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/af2ffd1a-6d22-4aa1-bb52-4c11008d9cc9/download20250901T115446284.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;left:9.375rem;display:block; }#dT4ThyB5l10ozI72wQr4aHZivC5WHN1d.adaptive-delivery-prevent-bg, #dT4ThyB5l10ozI72wQr4aHZivC5WHN1d.lazyload, #dT4ThyB5l10ozI72wQr4aHZivC5WHN1d.lazyloading { background-image: none; }
#eldKmo8cIGNuviNeyIATWLSVTsC9a0sx { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15006;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/811e3cd4-1d09-49a6-bc0f-791133e6f9e0/download20250901T115441808.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;left:18.75rem;display:block; }#eldKmo8cIGNuviNeyIATWLSVTsC9a0sx.adaptive-delivery-prevent-bg, #eldKmo8cIGNuviNeyIATWLSVTsC9a0sx.lazyload, #eldKmo8cIGNuviNeyIATWLSVTsC9a0sx.lazyloading { background-image: none; }
#qd3tGIbt3t0OHIHCUe91nqfzzD72q8aG { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c22618d-d800-48ca-9667-123b8639e3a1/download20250901T115454980.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;left:28.125rem;display:block; }#qd3tGIbt3t0OHIHCUe91nqfzzD72q8aG.adaptive-delivery-prevent-bg, #qd3tGIbt3t0OHIHCUe91nqfzzD72q8aG.lazyload, #qd3tGIbt3t0OHIHCUe91nqfzzD72q8aG.lazyloading { background-image: none; }
#Q3KiXtDTWQ6r7zJJbDM8pJgx3XrxUkrE { color:#09f50c;display:block;width:33.75rem;position:absolute;font-family:chivo;font-size:3.1875rem;font-weight:300;z-index:14999;line-height:1;letter-spacing:0;top:3.375rem;left:41.25rem;height:6.375rem;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; }
#MIzUpb5cpFX0qsT8To5b0ZMSl11pu5di { color:#ffffff;display:block;width:30.5625rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:300;z-index:15000;line-height:1;letter-spacing:0;top:11.125rem;left:41.25rem;height:1.25rem;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; }
#SZGP3KPTkDLLKp8k32C8str3SdaZ824S { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:15007;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6c22618d-d800-48ca-9667-123b8639e3a1/download20250901T115454980.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:9.375rem;left:28.125rem;display:none; }#SZGP3KPTkDLLKp8k32C8str3SdaZ824S.adaptive-delivery-prevent-bg, #SZGP3KPTkDLLKp8k32C8str3SdaZ824S.lazyload, #SZGP3KPTkDLLKp8k32C8str3SdaZ824S.lazyloading { background-image: none; }
#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08141e;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; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container { background-color: transparent; background-image: none; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container > .video-iframe-container { display: none; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row > .video-iframe-container { display: none; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .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); }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container { border-width: 0; border-radius: 0; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:75rem;position:relative;display:block; }#M34ZSq9iwle9Il0TmTugi5fkBMyxJyFS { color:#ffffff;display:block;width:68.5625rem;position:absolute;font-family:chivo;font-size:2.8125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:4.4375rem;left:3.21875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08141e;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; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container { background-color: transparent; background-image: none; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container > .video-iframe-container { display: none; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row > .video-iframe-container { display: none; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .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); }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container { border-width: 0; border-radius: 0; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#Sxvlh9RF99JhsXUiX29Q5p5qDVMD4GD1 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/43804a20-4f15-4ff8-bbd7-25892994631d/image31.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:0rem;display:block; }#Sxvlh9RF99JhsXUiX29Q5p5qDVMD4GD1.adaptive-delivery-prevent-bg, #Sxvlh9RF99JhsXUiX29Q5p5qDVMD4GD1.lazyload, #Sxvlh9RF99JhsXUiX29Q5p5qDVMD4GD1.lazyloading { background-image: none; }
#XGA5g3DBKFr9fkTEvRGFZTLws3wDTKqW { color:#434a54;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.25rem;left:2.84375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Fq3E0x0e3NWodA9zSxdzTe7nI8TWxI4q { color:#434a54;display:block;width:4.9375rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.25rem;left:18.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rAaJTc564z4tZlISTycsg6fLWhlVsKBi { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7ff84fd7-6236-457f-b833-8a5fbe8f512d/image11.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:15.875rem;display:block; }#rAaJTc564z4tZlISTycsg6fLWhlVsKBi.adaptive-delivery-prevent-bg, #rAaJTc564z4tZlISTycsg6fLWhlVsKBi.lazyload, #rAaJTc564z4tZlISTycsg6fLWhlVsKBi.lazyloading { background-image: none; }
#pQ19iihok2bkrf2dcCHDmc9rer0sx0XF { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7d31fb41-077e-4e0d-8040-52e17bd705c3/image71.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:32.125rem;display:block; }#pQ19iihok2bkrf2dcCHDmc9rer0sx0XF.adaptive-delivery-prevent-bg, #pQ19iihok2bkrf2dcCHDmc9rer0sx0XF.lazyload, #pQ19iihok2bkrf2dcCHDmc9rer0sx0XF.lazyloading { background-image: none; }
#F0WzPwtzmJGxBaK1Hdv0pUhZOblvbXEH { color:#434a54;display:block;width:6.1875rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.25rem;left:34.34375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Cmpl4HNz4K1mAtDTGTJEKXcMD87Mz4Vm { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/eee3653a-7846-42c9-8d3c-00c89512d2f7/download_9_.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:48.25rem;display:block; }#Cmpl4HNz4K1mAtDTGTJEKXcMD87Mz4Vm.adaptive-delivery-prevent-bg, #Cmpl4HNz4K1mAtDTGTJEKXcMD87Mz4Vm.lazyload, #Cmpl4HNz4K1mAtDTGTJEKXcMD87Mz4Vm.lazyloading { background-image: none; }
#wpQdqy9Bcp03O6T8bKLBJSA91MlL0OOQ { color:#434a54;display:block;width:7.3125rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:11.25rem;left:49.90625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XSk4orn5dUQ851gKLIRSnldFQnwoDTCy { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/789e72ea-98ce-44d2-bd09-5a44df9bfc6c/image41.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:0rem;left:64.375rem;display:block; }#XSk4orn5dUQ851gKLIRSnldFQnwoDTCy.adaptive-delivery-prevent-bg, #XSk4orn5dUQ851gKLIRSnldFQnwoDTCy.lazyload, #XSk4orn5dUQ851gKLIRSnldFQnwoDTCy.lazyloading { background-image: none; }
#COXBWntyaconktza9TufczTchUwpxySK { color:#434a54;display:block;width:6.1875rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.25rem;left:66.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#M938FAw6n1sMKFZZwXQEdKCNWqaXNOM3 { color:#434a54;display:block;width:6.8125rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:28.1875rem;left:17.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uwk2X64JT0MUwG7AyAVLPT04LGGQoL9R { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/899653e6-6757-4bc8-bcc8-9f503bc8421a/download20250901T111501832.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:16.9375rem;left:15.9375rem;display:block; }#Uwk2X64JT0MUwG7AyAVLPT04LGGQoL9R.adaptive-delivery-prevent-bg, #Uwk2X64JT0MUwG7AyAVLPT04LGGQoL9R.lazyload, #Uwk2X64JT0MUwG7AyAVLPT04LGGQoL9R.lazyloading { background-image: none; }
#qdui5LExTHs3FtwpH6IyxVmFqt579kuw { position:absolute;display:block;z-index:15007;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/65977f6e-82fe-4d67-ac7f-b5284ca233b5/download20250901T110857304.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:16.9375rem;left:64.375rem;display:block; }#qdui5LExTHs3FtwpH6IyxVmFqt579kuw.adaptive-delivery-prevent-bg, #qdui5LExTHs3FtwpH6IyxVmFqt579kuw.lazyload, #qdui5LExTHs3FtwpH6IyxVmFqt579kuw.lazyloading { background-image: none; }
#GIriqRCh0AlydM0SMksOLZ5hH6dpV3Lh { color:#434a54;display:block;width:7.3125rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.1875rem;left:66.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mCdeGidoC6IkKKkemBi6deWr0TnbEi1x { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4e66061f-3959-496c-a5c6-5222b6ceee9b/images3.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:16.9375rem;left:32.125rem;display:block; }#mCdeGidoC6IkKKkemBi6deWr0TnbEi1x.adaptive-delivery-prevent-bg, #mCdeGidoC6IkKKkemBi6deWr0TnbEi1x.lazyload, #mCdeGidoC6IkKKkemBi6deWr0TnbEi1x.lazyloading { background-image: none; }
#BXJKoJiwZUyRGbqoDicCKFi17P1dO8GM { color:#434a54;display:block;width:7.125rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.1875rem;left:33.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HAnLLPA5KitUkROoewATJsKMTObFpRsO { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2b844fd4-aeb8-4fb3-ae52-6a02dc3dc61a/download20250901T110836414.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:16.9375rem;left:48.25rem;display:block; }#HAnLLPA5KitUkROoewATJsKMTObFpRsO.adaptive-delivery-prevent-bg, #HAnLLPA5KitUkROoewATJsKMTObFpRsO.lazyload, #HAnLLPA5KitUkROoewATJsKMTObFpRsO.lazyloading { background-image: none; }
#m0TfgkD9Hc7eRiTgy2MDRtHPShNgfMFq { color:#434a54;display:block;width:7.875rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.1875rem;left:49.6875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nVx4MgWiQQeBzmP9JlESOyVnIgNHbuTx { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/453c2926-7360-4094-b56f-7c51fd6bbe72/image21.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: none;height:10.625rem;width:10.625rem;top:16.9375rem;left:0rem;display:block; }#nVx4MgWiQQeBzmP9JlESOyVnIgNHbuTx.adaptive-delivery-prevent-bg, #nVx4MgWiQQeBzmP9JlESOyVnIgNHbuTx.lazyload, #nVx4MgWiQQeBzmP9JlESOyVnIgNHbuTx.lazyloading { background-image: none; }
#UNZctqzTuHfuQlAt0CATXTvldzS6lPVX { color:#434a54;display:block;width:5.8125rem;position:absolute;font-family:chivo;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:28.1875rem;left:2.5rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez { 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; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { background-color: transparent; background-image: none; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container > .video-iframe-container { display: none; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row > .video-iframe-container { display: none; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .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); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { border-width: 0; border-radius: 0; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { font-size:0.875rem;font-family:arial;height:44.3125rem;width:75rem;position:relative;display:block; }#iEpQBHuFLlXtlEvUfPxqn1ORPIUVi9MU { background-color:#00c048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:35.625rem;left:34rem;display:block; }
#rUPpXFqVvZqT5P8glTndWpZ60fc7MNEF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MqwBwHnLK2WGLzF5Pp0y1FBtpaVcpsSV { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.9375rem;width:33.5625rem;top:3.6875rem;left:0.77242219722537rem;overflow:hidden;display:block; }
#MAhlCKPZxsl0VI8PmSmL93fObURL178J { color:#08141e;display:block;width:35.625rem;position:absolute;font-family:chivo;font-size:2.875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:5.75rem;left:34rem;height:5.75rem;font-style:normal;display:block; }
#SdekXVAKcl2NJA3WbMfkVX1BXsVVsdcH { color:#08141e;display:block;width:38.5625rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:11.5rem;left:34rem;height:21.9375rem;font-style:normal;display:block; }
#rEP2D0C6Jr3n80d6u7xCQt6P0gnupZgH { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:36.9375rem;left:55.875rem;height:0.8125rem;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;text-align:left;text-align-last:left;display:block; }
#KygCdS713MXT41PSmxJGouFg3T3vviSy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container { background-color: transparent; background-image: none; }#KygCdS713MXT41PSmxJGouFg3T3vviSy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container > .video-iframe-container { display: none; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row > .video-iframe-container { display: none; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .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); }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container { border-width: 0; border-radius: 0; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container { font-size:0.875rem;font-family:arial;height:54.8125rem;width:75rem;position:relative;display:block; }#lzRfAJrTLBVoDQfFRICc2u0JtXbAeLCR { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:20.6875rem;left:33.6875rem;height:20.25rem;font-style:normal;display:block; }
#eImzF2nGOeZvl8PTWqG6ekFRcXT7pLVw { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:4.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.8125rem;left:33.6875rem;height:12.75rem;font-style:normal;display:block; }
#L4Efydu2AT7uod4mbpJa7NQ780T62Xax { background-color:#00c048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:39.1875rem;left:33.6875rem;display:block; }
#M2IJPu8FloF2O85N8GzXdeM1J9PXwEUp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aJkkbwixl1ulEQaFA9HTob1Kn0cwgNPn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:43.9375rem;width:24.5625rem;top:3.5rem;left:3.3125rem;display:block; }
#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container { background-color: transparent; background-image: none; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container > .video-iframe-container { display: none; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row > .video-iframe-container { display: none; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .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); }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container { border-width: 0; border-radius: 0; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container { font-size:0.875rem;font-family:arial;height:53.625rem;width:75rem;position:relative;display:block; }#DtDnWf2PTOqV0iE8ttpBmaJqI5sS65n9 { color:#ffffff;display:block;width:62.0625rem;position:absolute;font-family:chivo;font-size:4.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.9375rem;left:6.46875rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huTSiGncoxZrkPKGbobgReQL9AHNHCkn { box-sizing:content-box;color:#08141e;font-size:18.375rem;font-weight:400;line-height:1;height:26.25rem;width:26.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:-7.375rem;left:-12.84375rem;display:block; }
#bva1ob9AsM219zLerq5GWJM9GysNTnAQ { box-sizing:content-box;color:#ffbd00;font-size:4.625rem;font-weight:400;line-height:1;height:6.6875rem;width:6.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:0.9375rem;left:17.53125rem;display:block; }
#wfRIIpWQ8EDeKTI4cwGP5LEMv5hTnq2l { 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:18.375rem;width:14.6875rem;top:12.40625rem;left:13.0625rem;overflow:hidden;display:block; }
#mF5nEOHtpr1qS71h34msEdgJ2xfGREJZ { 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:18.375rem;width:14.6875rem;top:12.40625rem;left:26.9375rem;overflow:hidden;display:block; }
#Vkfvif4QGudMbu0fVya0ZdNdzIkHL5IF { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:14.6875rem;top:12.40625rem;left:36.1875rem;overflow:hidden;display:block; }
#F7aezZxoBtWNpIq29dsClg6EkBqtLqqo { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:14.6875rem;top:12.40625rem;left:60.3125rem;overflow:hidden;display:block; }
#J3NNMWxOGUtsNXhFFLy1C2bm8r8IOUX2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.4375rem;width:14.6875rem;top:12.4375rem;left:0rem;overflow:hidden;display:block; }
#lKP0TUsaDCO5Qt8OIybqNnNK1aI2KMhM { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:14.6875rem;top:30.8125rem;left:44.625rem;overflow:hidden;display:block; }
#C7WcIVmNnM7reFBz7HuTgtG6kXM9FvJ1 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:18.375rem;top:30.8125rem;left:56.625rem;overflow:hidden;display:block; }
#VIOvuBp4gq8VPikh0p1CE9GP3sMEVbIU { 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:18.375rem;width:14.6875rem;top:30.78125rem;left:31.4375rem;overflow:hidden;display:block; }
#aUtLwcSIIPbuZzr2RfxCI7qWrEBhIFff { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:18.375rem;top:30.78125rem;left:15.8125rem;overflow:hidden;display:block; }
#D062IUeAxOcyeVlUJc9ApE2MWlnKWsSg { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:18.375rem;top:30.78125rem;left:0rem;overflow:hidden;display:block; }
#m9ALrsy6pgLs8w7fwGMQI4KKRcwyIGhN { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.375rem;width:14.6875rem;top:12.40625rem;left:48rem;overflow:hidden;display:block; }
#GZT8XAlstffIhKwBas693JMZlPwdZpFN { color:#ffffff;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:9.0625rem;left:19.53125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FIZTPilUd91h0fnGkumgu93tUDWQ6BKk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#FIZTPilUd91h0fnGkumgu93tUDWQ6BKk > .row .container { border-width: 0; border-radius: 0; }#FIZTPilUd91h0fnGkumgu93tUDWQ6BKk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FIZTPilUd91h0fnGkumgu93tUDWQ6BKk > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:none; }#sh0kVrxDbmJVPzyc4mEmw3l7ck2uL3Cz { color:#ffffff;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:10.625rem;left:16.84375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nxzGggeggsMpwbZrrMP2RxJzpA9oXKCJ { box-sizing:content-box;color:#18d100;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:10.53125rem;left:48.90625rem;display:block; }
#zdKaKH2xIpXJaJcTAcXnvGTManbhTeos { box-sizing:content-box;color:#18d100;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:10.53125rem;left:22.84375rem;display:block; }
#ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd > .row .container { border-width: 0; border-radius: 0; }#ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd > .row .container { font-size:0.875rem;font-family:arial;height:20.5rem;width:75rem;position:relative;display:none; }#KUtMif9A9WNerP98fHdk7mXLeXUtCWTZ { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c0bdd8df-60b5-40f5-bfa9-a91a30d6c098/house4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:8.5rem;width:9.875rem;top:2.3125rem;left:8.125rem;display:block; }#KUtMif9A9WNerP98fHdk7mXLeXUtCWTZ.adaptive-delivery-prevent-bg, #KUtMif9A9WNerP98fHdk7mXLeXUtCWTZ.lazyload, #KUtMif9A9WNerP98fHdk7mXLeXUtCWTZ.lazyloading { background-image: none; }
#dve93F9nWDd4W8Grgq8oIQKBDTacdBTE { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:11.875rem;left:1.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sfwdZqdy9ZMDKpon6K3cr8Mgo6TxXoo1 { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9006100a-9de6-4a10-8fe1-03cb39a3f843/apartment.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:7.875rem;width:7.875rem;top:2.9375rem;left:33.5625rem;display:block; }#sfwdZqdy9ZMDKpon6K3cr8Mgo6TxXoo1.adaptive-delivery-prevent-bg, #sfwdZqdy9ZMDKpon6K3cr8Mgo6TxXoo1.lazyload, #sfwdZqdy9ZMDKpon6K3cr8Mgo6TxXoo1.lazyloading { background-image: none; }
#cLsCKzDysTUSHanpITyTcTvZIbtNLZC5 { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:11.875rem;left:26.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3f1r2eu6GsddA36SztxBCgpeTWgQPve { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/971b6eb6-7b66-4513-bf55-2a677dfbb870/servingdish.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:7.875rem;width:7.875rem;top:2.9375rem;left:58.5625rem;display:block; }#y3f1r2eu6GsddA36SztxBCgpeTWgQPve.adaptive-delivery-prevent-bg, #y3f1r2eu6GsddA36SztxBCgpeTWgQPve.lazyload, #y3f1r2eu6GsddA36SztxBCgpeTWgQPve.lazyloading { background-image: none; }
#grwyh0lkWX6rLriGDTGc6elV2f5fHhc1 { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:11.875rem;left:51.65625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn > .row .container { border-width: 0; border-radius: 0; }#z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:none; }#KWnkqlEZe46czWVcXuARs4Th5fgQzHDo { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/c663475b-20e8-4fd2-b452-1c033804ac9f/restaurant.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:8.5rem;width:9.875rem;top:2.625rem;left:7.5625rem;display:block; }#KWnkqlEZe46czWVcXuARs4Th5fgQzHDo.adaptive-delivery-prevent-bg, #KWnkqlEZe46czWVcXuARs4Th5fgQzHDo.lazyload, #KWnkqlEZe46czWVcXuARs4Th5fgQzHDo.lazyloading { background-image: none; }
#DZvSzt9ODrvL9TKdyT1ngbcZt6TfhVOk { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:11.875rem;left:1.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8ll6FrwoQdThNK1NRdTJKTRZQz05nWU { position:absolute;display:block;z-index:15002;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fcfd3d4d-5688-4e21-9239-8d24816a4eb4/doublebed.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:7.875rem;width:7.875rem;top:2.9375rem;left:33.5625rem;display:block; }#e8ll6FrwoQdThNK1NRdTJKTRZQz05nWU.adaptive-delivery-prevent-bg, #e8ll6FrwoQdThNK1NRdTJKTRZQz05nWU.lazyload, #e8ll6FrwoQdThNK1NRdTJKTRZQz05nWU.lazyloading { background-image: none; }
#RbcBJIx1f1ALK8ptrNTtHuxRRXJXRBzo { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.6;letter-spacing:0;top:11.875rem;left:26.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcdnnBU0ih07vXMPVDVcQ8IZSheC0eQe { position:absolute;display:block;z-index:15004;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/906e015a-5a93-46f6-b035-4744c8d7bf4d/industrialpark.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:7.875rem;width:7.875rem;top:2.9375rem;left:58.5625rem;display:block; }#BcdnnBU0ih07vXMPVDVcQ8IZSheC0eQe.adaptive-delivery-prevent-bg, #BcdnnBU0ih07vXMPVDVcQ8IZSheC0eQe.lazyload, #BcdnnBU0ih07vXMPVDVcQ8IZSheC0eQe.lazyloading { background-image: none; }
#ah4EbsOgESe3SO5pmZ9icaZCkUw5VnpF { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.6;letter-spacing:0;top:11.875rem;left:51.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf0f3;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; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container { background-color: transparent; background-image: none; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container > .video-iframe-container { display: none; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row > .video-iframe-container { display: none; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .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); }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container { border-width: 0; border-radius: 0; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container { font-size:0.875rem;font-family:arial;height:12.125rem;width:75rem;position:relative;display:block; }#fCpT033EgN62UfEwFMJ2Lv1dVZabZLSb { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.5rem;left:16.84375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnOTf45c9gfcJnmElg0icI9N7c0gQcsN { box-sizing:content-box;color:#17c300;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:7.40625rem;left:53.28125rem;display:block; }
#SZLPGTypdR6vAVdxEScmD8oJ79R9XBrl { box-sizing:content-box;color:#17c300;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:7.40625rem;left:18.46875rem;display:block; }
#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf0f3;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; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container { background-color: transparent; background-image: none; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container > .video-iframe-container { display: none; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row > .video-iframe-container { display: none; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .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); }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container { border-width: 0; border-radius: 0; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#kp7NOalCeWBtHMNBKXpmWXPvmVNleZ0A { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/3a41ba7f-e1cd-49c5-a0ab-f29665b0918f/IlustracaoLogoBayerPNG.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.8125rem;width:8.625rem;top:7.09375rem;left:8.1875rem;display:block; }#kp7NOalCeWBtHMNBKXpmWXPvmVNleZ0A.adaptive-delivery-prevent-bg, #kp7NOalCeWBtHMNBKXpmWXPvmVNleZ0A.lazyload, #kp7NOalCeWBtHMNBKXpmWXPvmVNleZ0A.lazyloading { background-image: none; }
#hZMbS59nRsuJHQD66f6UZ4BxFBgRza3u { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:19.1875rem;left:1.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vdNdHirEyIf2BVe9IIC6VvB5ua5Gaf4L { position:absolute;display:block;z-index:14999;background-color:#ffbd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ffbd00 ;height:12.5rem;width:12.5rem;top:4.75rem;left:6.25rem;display:block; }
#g7dhzDD6t4pXzXSppziGhqoh8UiAgJJ8 { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:19.1875rem;left:26.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CqlwVxyKolr7nX6nNcFLl2f6PuIWTN98 { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/ec399133-2c6c-46e9-8420-81d741ccbc92/wallclock68b5b7393f0d3.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.125rem;width:7.875rem;top:7.8125rem;left:33.5625rem;display:block; }#CqlwVxyKolr7nX6nNcFLl2f6PuIWTN98.adaptive-delivery-prevent-bg, #CqlwVxyKolr7nX6nNcFLl2f6PuIWTN98.lazyload, #CqlwVxyKolr7nX6nNcFLl2f6PuIWTN98.lazyloading { background-image: none; }
#Q4ZmfGkxDse9CnGwFTWDXsvHTnnExagp { position:absolute;display:block;z-index:15004;background-color:#ffbf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ffbd00 ;height:12.5rem;width:12.5rem;top:4.75rem;left:31.25rem;display:block; }
#Ad9xI4aUVFLUZK4WnGUBbdKtwcD5UoQa { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:19.1875rem;left:51.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s92aw0UL2PuLhorFVJrJqeih5XwoQLTr { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/9fa95659-baf8-483f-9d58-8258c9953fd2/heart68b5b7a9ded50.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.875rem;width:8.6875rem;top:7.125rem;left:58.15625rem;display:block; }#s92aw0UL2PuLhorFVJrJqeih5XwoQLTr.adaptive-delivery-prevent-bg, #s92aw0UL2PuLhorFVJrJqeih5XwoQLTr.lazyload, #s92aw0UL2PuLhorFVJrJqeih5XwoQLTr.lazyloading { background-image: none; }
#IA1t1ZSQk2VZ9SnTA2yEiBpVsRm7kGT3 { position:absolute;display:block;z-index:15009;background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ffbd00 ;height:12.5rem;width:12.5rem;top:4.75rem;left:56.25rem;display:block; }
#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ecf0f3;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; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container { background-color: transparent; background-image: none; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container > .video-iframe-container { display: none; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row > .video-iframe-container { display: none; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .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); }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container { border-width: 0; border-radius: 0; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:75rem;position:relative;display:block; }#Lu0TXX0mHDSAKE9ueyUDtfnCQzTOnScF { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/27268a6e-532e-4a16-b41c-7b844f8e2bf5/family68b5c6b97dd94.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.8125rem;width:8.625rem;top:7.09375rem;left:8.1875rem;display:block; }#Lu0TXX0mHDSAKE9ueyUDtfnCQzTOnScF.adaptive-delivery-prevent-bg, #Lu0TXX0mHDSAKE9ueyUDtfnCQzTOnScF.lazyload, #Lu0TXX0mHDSAKE9ueyUDtfnCQzTOnScF.lazyloading { background-image: none; }
#PvAmaCHHSz1qkU5xGEXSyhUxBRCEUSb8 { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:19.1875rem;left:1.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UBaSqXVyfRMGiLNQhywEpm2ctPI1yfF1 { position:absolute;display:block;z-index:14999;background-color:#ffbd00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ffbd00 ;height:12.5rem;width:12.5rem;top:4.75rem;left:6.25rem;display:block; }
#UhFS26ht157EnMF3xHrKhZEovemUhTar { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:19.1875rem;left:26.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QAgTRRnZzqi1awfxCB3dUaKO4u0eJRaT { position:absolute;display:block;z-index:15005;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/fbf08285-e31d-4897-8942-9df99c3169dc/sticker68b5c6b63b76a.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.125rem;width:7.875rem;top:7.8125rem;left:33.5625rem;display:block; }#QAgTRRnZzqi1awfxCB3dUaKO4u0eJRaT.adaptive-delivery-prevent-bg, #QAgTRRnZzqi1awfxCB3dUaKO4u0eJRaT.lazyload, #QAgTRRnZzqi1awfxCB3dUaKO4u0eJRaT.lazyloading { background-image: none; }
#UhcafCuBG5xfuUDsypvXCxOmPXDmFWmS { position:absolute;display:block;z-index:15004;background-color:#ffbf00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ffbd00 ;height:12.5rem;width:12.5rem;top:4.75rem;left:31.25rem;display:block; }
#s7Fs830JEwBc7N4QKtuTEpViCAhze2e3 { color:#000000;display:block;width:21.6875rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:19.1875rem;left:51.6875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VvEVVQkyJsQJ93EtxI5ASJrFLeaUtEZk { position:absolute;display:block;z-index:15010;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/0a09ee0e-2b3a-4d7f-ba5c-3ea22bceeb49/money68b5c6b745da8.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:7.875rem;width:8.6875rem;top:7.125rem;left:58.15625rem;display:block; }#VvEVVQkyJsQJ93EtxI5ASJrFLeaUtEZk.adaptive-delivery-prevent-bg, #VvEVVQkyJsQJ93EtxI5ASJrFLeaUtEZk.lazyload, #VvEVVQkyJsQJ93EtxI5ASJrFLeaUtEZk.lazyloading { background-image: none; }
#nBQLwS7TlzkTRf8hpPheyKb9zligZNlz { position:absolute;display:block;z-index:15009;background-color:#ffbe00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: 0rem 0rem 3.125rem #ffbd00 ;height:12.5rem;width:12.5rem;top:4.75rem;left:56.25rem;display:block; }
#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#420b6f;background-image:url("https://images.assets-landingi.com/uc/35355909-4f90-466d-8af9-fb3b88b0ad85/simpledashed1.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq.adaptive-delivery-prevent-bg, #zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq.lazyload, #zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq.lazyloading { background-image: none; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container { background-color: transparent; background-image: none; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container > .video-iframe-container { display: none; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row > .video-iframe-container { display: none; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .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); }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container { border-width: 0; border-radius: 0; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#N8lp5DdLDoQTehVPFQeGmuOZTEWqeFQA { color:#ffffff;display:block;width:37.4375rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.701171875rem;left:0rem;height:9.375rem;font-style:normal;display:block; }
#plZwNn1ZvAB2S9TZQeaR5z0qeT1TrsFI { color:#ffffff;display:block;width:37.3125rem;position:absolute;font-family:chivo;font-size:5.625rem;font-weight:700;z-index:15005;line-height:.9;letter-spacing:0;top:5.701171875rem;left:0rem;height:10.125rem;font-style:normal;display:block; }
#dCRnLCIvgfVZRHRSUpigxmnyXgWNc12F { background-color:#14c051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.5625rem;left:0rem;display:block; }
#g3zDtellnX16dSebVTXhzPlEgr6Akcqg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VaVEOuF7EAN9al0vh2w3qHz5EUpPnGuR { position:absolute;display:block;z-index:14998;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/443d0a35-8d18-4b65-94bb-c986b1afe9bf/mulher2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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:45.4375rem;width:26.8125rem;top:-6.6875rem;left:45.90625rem;display:block; }#VaVEOuF7EAN9al0vh2w3qHz5EUpPnGuR.adaptive-delivery-prevent-bg, #VaVEOuF7EAN9al0vh2w3qHz5EUpPnGuR.lazyload, #VaVEOuF7EAN9al0vh2w3qHz5EUpPnGuR.lazyloading { background-image: none; }
#lutuOLsJaLBHcFurbOsi5ILcufykZTl5 { box-sizing:content-box;color:#ffbd00;font-size:6.9375rem;font-weight:400;line-height:1;height:9.9375rem;width:9.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14997;top:4.201171875rem;left:62.84375rem;display:block; }
#G1HdJTRW1JhiakZg4lPBD9CbZOpTQavo { box-sizing:content-box;color:#ffbd00;font-size:2.9375rem;font-weight:400;line-height:1;height:4.25rem;width:4.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:3.6875rem;left:45.90625rem;display:block; }
#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 { 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; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container { background-color: transparent; background-image: none; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container > .video-iframe-container { display: none; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row > .video-iframe-container { display: none; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .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); }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container { border-width: 0; border-radius: 0; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:75rem;position:relative;display:block; }#Rttu7VCZGwMdy0NAnTkPbV1OV6eWlo68 { color:#000000;display:block;width:41.3125rem;position:absolute;font-family:chivo;font-size:3.125rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:10.625rem;left:16.84375rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PaytQvvyBbIelstFup3V6sC91xW24iFw { box-sizing:content-box;color:#ffbd00;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:10.53125rem;left:53.28125rem;display:block; }
#WMXQTCdhbT3Qz5DohIL9plNiwW8beCMo { box-sizing:content-box;color:#ffbd00;font-size:2.3125rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:10.53125rem;left:18.46875rem;display:block; }
#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr { 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; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container { background-color: transparent; background-image: none; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container > .video-iframe-container { display: none; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row > .video-iframe-container { display: none; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .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); }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container { border-width: 0; border-radius: 0; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container { font-size:0.875rem;font-family:arial;height:74.375rem;width:75rem;position:relative;display:block; }#cXcrUW63fVf4HKTJO7a3C85pVbFF0Vgt { 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:19.8125rem;width:21.9375rem;top:0rem;left:1.53125rem;overflow:hidden;display:block; }
#TmyMONFdcoBtL9zDUoiGs0kS7dKROWGh { position:absolute;display:block;z-index:15001;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:26.6875rem;width:21.6875rem;top:0rem;left:26.53125rem;overflow:hidden;display:block; }
#cav2rdAQN4N0uMylzpD04hvUfXGqFOwy { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.375rem;width:21.6875rem;top:0rem;left:51.65625rem;overflow:hidden;display:block; }
#NZwCg0cyXPnTqsWacAO0WMOT996o3ykd { 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:33.25rem;width:21.875rem;top:21.375rem;left:1.53125rem;overflow:hidden;display:block; }
#FyG27x1lVSlE1KCmG6P3pqvRHPKmPlTP { position:absolute;display:block;z-index:15001;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:15.875rem;width:21.875rem;top:29.375rem;left:26.5625rem;overflow:hidden;display:block; }
#Q7ASUElKERP9TD3xOuAnBIn1tnGFlsbz { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:22.125rem;top:22.625rem;left:51.5625rem;overflow:hidden;display:block; }
#BcAx0U5cCx5F6IezmptVGPKWUkO9LXAM { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:chivo;font-size:2.8125rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:51.4619140625rem;left:37.6875rem;height:6.75rem;font-style:normal;display:block; }
#T6wfXK7DaI5GH1wuz7exrMHRZ84trboM { background-color:#00c048;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:59.625rem;left:37.6875rem;display:block; }
#sAGFcgAFPwmLinq36RIZZxikd4zPGVoM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#azDTqL1XFBUOTxzlJkbLE6crTTMff0ic { color:#ffbd00;display:block;width:12.4375rem;position:absolute;font-family:"font awesome";font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:60.21875rem;left:58.875rem;height:2.25rem;font-style:normal;display:block; }
#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffbf00;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; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container { background-color: transparent; background-image: none; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container > .video-iframe-container { display: none; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row > .video-iframe-container { display: none; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .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); }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container { border-width: 0; border-radius: 0; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:75rem;position:relative;display:block; }#IEGV5woU1mDKUgLiHTQbNEsO9dAnLS5D { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/13071d15-d1db-411b-9a56-26d99a6eee26/purepngcommanmanadultmalemalechildboybeingmens1421526920943c4xhn.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:43.625rem;width:45.6875rem;top:-4.875rem;left:-5.6875rem;display:block; }#IEGV5woU1mDKUgLiHTQbNEsO9dAnLS5D.adaptive-delivery-prevent-bg, #IEGV5woU1mDKUgLiHTQbNEsO9dAnLS5D.lazyload, #IEGV5woU1mDKUgLiHTQbNEsO9dAnLS5D.lazyloading { background-image: none; }
#BbWubGqymEnGhbTwM5RkLCwiGQZUVzt9 { color:#000000;display:block;width:35.9375rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14.125rem;left:37.6875rem;height:5.0625rem;font-style:normal;display:block; }
#s0W7yitMPkh8DiBca2BX99RiWeCTkFDA { color:#000000;display:block;width:37.3125rem;position:absolute;font-family:chivo;font-size:2.6875rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:4.826171875rem;left:37.6875rem;height:9.6738125rem;font-style:normal;display:block; }
#mEH1WSHBmdnJVbE6TTF0zX9MfhvbHGIL { position:absolute;display:block;z-index:14999;background-color:#199708;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:56.5625rem;top:11.25rem;left:16.40625rem;display:block; }
#kTNhDlKdECHLAG0d6IHiScTaACTLGq17 { color:#000000;display:block;width:36.875rem;position:absolute;font-family:chivo;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:20.6875rem;left:37.6875rem;height:7.6875rem;font-style:normal;display:block; }#kTNhDlKdECHLAG0d6IHiScTaACTLGq17 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kTNhDlKdECHLAG0d6IHiScTaACTLGq17 li:before{  }
#wIbXer1ItL2nkBXxPBdVqIf6xw0FwmwJ { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:30.3125rem;left:37.6875rem;display:block; }
#hmfw8ztbfywGRr7fkHOUTyTz6d1hnT5e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#COnSCV2JCGT6V2lIqfFH87JdlZX4Wql1 { box-sizing:content-box;color:#16c000;font-size:6.6875rem;font-weight:400;line-height:1;height:9.625rem;width:9.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14998;top:3.9375rem;left:3.40625rem;display:block; }
#XhRZ29tDR2Q9nLW7ZUyHyg13yBXZ8uLK { box-sizing:content-box;color:#16c000;font-size:2.75rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:1.6875rem;left:22.09375rem;display:block; }
#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#08141e;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; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { background-color: transparent; background-image: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container > .video-iframe-container { display: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row > .video-iframe-container { display: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .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); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { border-width: 0; border-radius: 0; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { font-size:0.875rem;font-family:arial;height:59.25rem;width:75rem;position:relative;display:block; }#S0TZM4u9HToq11ya4JMBpTSTwQqKanoC { color:#ffffff;display:block;width:47.75rem;position:absolute;font-family:chivo;font-size:3.625rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:8.9375rem;left:13.625rem;height:7.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wdoS7vwRexWiw5Ncbb2gzc3ibwT7WmRA { color:#ffffff;display:block;width:44.25rem;position:absolute;font-family:chivo;font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:16.1875rem;left:16.25rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IwZh34Rduna1Ll9nLkbxRrITeI5tMJ2S { background-color:#14c051;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.1875rem solid #39a32b;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:chivo;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:4rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:21.78125rem;left:29.625rem;display:block; }
#Z117Cb7E43gKqsENlQx1F611yZoUooAe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vnyP8VK9TEop77AV2OdiEWcnq3069HyB { color:#ffbd00;display:block;width:41.4375rem;position:absolute;font-family:chivo;font-size:1.1875rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:25.78125rem;left:17.65625rem;height:5.34375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#MJKT5RgMkVmo3BfVTOE3nUyTw08mdDoM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.625rem;width:7.625rem;top:34.6875rem;left:34.5625rem;overflow:hidden;display:block; }
#i0lyfFdlwQeDVOyWE1bTm73EiI9S2Ovo { position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/02e08ef7-32f3-4fcf-9544-6ca99398a93d/BlueLight2.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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:44.125rem;width:53.4375rem;top:1.71875rem;left:15.1875rem;display:block; }#i0lyfFdlwQeDVOyWE1bTm73EiI9S2Ovo.adaptive-delivery-prevent-bg, #i0lyfFdlwQeDVOyWE1bTm73EiI9S2Ovo.lazyload, #i0lyfFdlwQeDVOyWE1bTm73EiI9S2Ovo.lazyloading { background-image: none; }
#NieNGWeGHa8dJLOlXM4IQ3DStIThdot3 { color:#ffffff;display:block;width:68.5625rem;position:absolute;font-family:chivo;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:47.375rem;left:3.25rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8nTyZvdgZHsOvnz6APyZneleLINGG5u { color:#ffffff;display:block;width:2.6875rem;position:absolute;font-family:"font awesome brands";font-size:2.375rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:47.5rem;left:11.0625rem;height:2.8496125rem;font-style:normal;display:block; }
#q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container { background-color: transparent; background-image: none; }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container > .video-iframe-container { display: none; }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row > .video-iframe-container { display: none; }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .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); }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container { border-width: 0; border-radius: 0; }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi { background-color: transparent; background-image: none; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row .container > .video-iframe-container { display: none; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row > .video-iframe-container { display: none; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .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); }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi { border-width: 0; border-radius: 0; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ivy1PWHawq3BNkDb4IqgAZvMKvwlxsHV { background-color:#08141e;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:manrope;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.625rem;left:62.8125rem;display:block; }
#UFy4TbG0e4CyhfFqW9S5de6KDTpMgBWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#niR0f8hmRE1qwaLDUD7rFFnFvRrePARx { box-sizing:content-box;color:#08141e;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:14999;top:0.15625rem;left:68.375rem;display:block; }
#xEpIrs99sFnUElyzhpgVXREB4XUHxRQv { background-color:#25d366;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#Qog2J6WsclpyKbEp3pamIEUsTlxWw1yV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HVx32HqDmOWuytIWxFBeyNrcKRRGU7Vu { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"font awesome brands";font-size:2rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.75rem;height:3.75rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:71.25rem;display:block; }
#K8Sqkv7uZ7loED6rI5qQfcrJT85fHIeM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EJwUH412t2PeFkqnVzy0ANTbxXQesXwN { display:block; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtMrn3LsglU1wIPEGOUo0LbKwPx9TWOi { width:39.125rem;height:10.5rem;top:18.0625rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r { width:39.9375rem;height:6.625rem;top:30.0625rem;left:0rem;font-size:1rem;display:block; }#k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d26e6e214fe6a921af6471a79bebb1ea1ccba1a.svg); }
 }@media only screen and (max-width: 763px) { #TTSmBMTlWbndCQxV1NyEuBStTkLOCbSV { width:20.1875rem;height:3.9375rem;top:40.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLyyP3x7szEKW0IO225rVKZIhTM9EShM { display:block; }
 }@media only screen and (max-width: 763px) { #KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh { width:13.0625rem;height:13.0625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI { width:47.75rem;height:53.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrJ1fOFTz5ifN5lloxLuW8SZTPUycnWE { width:32.875rem;height:32.875rem;top:11.75rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUC8UHRS8RdSpUN0ruyJgbVAzZhfBkrU { width:32.875rem;height:32.875rem;top:5.1875rem;left:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsFTE8gqP5tf2MQt8a6cSOpODsddNLmJ { width:21.125rem;height:1rem;top:20.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BT5tz7eWEUZZCHo60PCpIMdDw3la8V { width:12.4375rem;height:12.4375rem;top:21.8125rem;left:35.3125rem;font-size:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3HJZhHUuTCf9GpuEvGG4iack84nO2Fm { width:7.125rem;height:1.69921875rem;top:27.25rem;left:39.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxXMrsBGyQKc8ghtJi8vbOvTQEy2Hzdg { width:7.4375rem;height:7.4375rem;top:9.3125rem;left:40.3125rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDfZCmSnDUnaT0k0IzHIoUFCGUM7UzO3 { width:4.25rem;height:4.25rem;top:7.6875rem;left:43.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4pVg0hUQUqX3UBgk9b1FTeJg1Gwc3XA { width:2rem;height:2rem;top:41.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUnbtCTUAz18kUVVXPcRGPOgMLv5OR3v { width:7.0625rem;height:1.5rem;top:13.3125rem;left:0.5rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZxXiQuOsHVavSIsyuq5DQWBWrENZewH { width:16.25rem;height:1.9375rem;top:41.75rem;left:8.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L93p4WqOQxBKVvdyTTyN7O2cnv7IvxuX { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #LJfycBrTuZN1ENPe58PCpxTx4gseWexs { display:block; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8Cbb4lAIPyJ1nWKpaMJXleemRpWLWoO { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMFqWtTpn4RVRlL8s0y7OP4hbTpiuI1 { width:9.375rem;height:9.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7OiOrDJcDf1xBNKhCQ9lTpwCRtTcmm { width:9.375rem;height:9.375rem;top:0rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ8zkFTmJH7QRnwBA4mVyRpNl8QrafLo { width:9.375rem;height:9.375rem;top:0rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m96kt2O8er0QeuD1hOlfSIUG8WFXAzNZ { width:9.375rem;height:9.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4ThyB5l10ozI72wQr4aHZivC5WHN1d { width:9.375rem;height:9.375rem;top:9.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eldKmo8cIGNuviNeyIATWLSVTsC9a0sx { width:9.375rem;height:9.375rem;top:9.375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd3tGIbt3t0OHIHCUe91nqfzzD72q8aG { width:9.375rem;height:9.375rem;top:9.375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3KiXtDTWQ6r7zJJbDM8pJgx3XrxUkrE { width:33.75rem;height:7.625rem;top:3.375rem;left:14rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIzUpb5cpFX0qsT8To5b0ZMSl11pu5di { width:30.5625rem;height:1.25rem;top:11.125rem;left:17.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZGP3KPTkDLLKp8k32C8str3SdaZ824S { width:9.375rem;height:9.375rem;top:9.375rem;left:14.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k { display:block; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M34ZSq9iwle9Il0TmTugi5fkBMyxJyFS { width:47.75rem;height:2.29980625rem;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO { display:block; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sxvlh9RF99JhsXUiX29Q5p5qDVMD4GD1 { width:10.625rem;height:10.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGA5g3DBKFr9fkTEvRGFZTLws3wDTKqW { width:4.9375rem;height:1.625rem;top:11.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq3E0x0e3NWodA9zSxdzTe7nI8TWxI4q { width:4.9375rem;height:1.625rem;top:11.25rem;left:11.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaJTc564z4tZlISTycsg6fLWhlVsKBi { width:10.625rem;height:10.625rem;top:0rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ19iihok2bkrf2dcCHDmc9rer0sx0XF { width:10.625rem;height:10.625rem;top:0rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0WzPwtzmJGxBaK1Hdv0pUhZOblvbXEH { width:6.1875rem;height:1.625rem;top:11.25rem;left:17.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmpl4HNz4K1mAtDTGTJEKXcMD87Mz4Vm { width:10.625rem;height:10.625rem;top:0rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpQdqy9Bcp03O6T8bKLBJSA91MlL0OOQ { width:7.3125rem;height:1.625rem;top:11.25rem;left:28.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSk4orn5dUQ851gKLIRSnldFQnwoDTCy { width:10.625rem;height:10.625rem;top:0rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXBWntyaconktza9TufczTchUwpxySK { width:6.1875rem;height:1.625rem;top:11.25rem;left:41.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M938FAw6n1sMKFZZwXQEdKCNWqaXNOM3 { width:6.8125rem;height:1.625rem;top:28.1875rem;left:5.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwk2X64JT0MUwG7AyAVLPT04LGGQoL9R { width:10.625rem;height:10.625rem;top:16.9375rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdui5LExTHs3FtwpH6IyxVmFqt579kuw { width:10.625rem;height:10.625rem;top:16.9375rem;left:37.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIriqRCh0AlydM0SMksOLZ5hH6dpV3Lh { width:7.3125rem;height:1.625rem;top:28.1875rem;left:40.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCdeGidoC6IkKKkemBi6deWr0TnbEi1x { width:10.625rem;height:10.625rem;top:16.9375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJKoJiwZUyRGbqoDicCKFi17P1dO8GM { width:7.125rem;height:1.625rem;top:28.1875rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAnLLPA5KitUkROoewATJsKMTObFpRsO { width:10.625rem;height:10.625rem;top:16.9375rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TfgkD9Hc7eRiTgy2MDRtHPShNgfMFq { width:7.875rem;height:1.625rem;top:28.1875rem;left:27.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVx4MgWiQQeBzmP9JlESOyVnIgNHbuTx { width:10.625rem;height:10.625rem;top:16.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNZctqzTuHfuQlAt0CATXTvldzS6lPVX { width:5.8125rem;height:1.625rem;top:28.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez { display:block; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEpQBHuFLlXtlEvUfPxqn1ORPIUVi9MU { width:20.1875rem;height:3.4375rem;top:35.625rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUPpXFqVvZqT5P8glTndWpZ60fc7MNEF { display:block; }
 }@media only screen and (max-width: 763px) { #MqwBwHnLK2WGLzF5Pp0y1FBtpaVcpsSV { width:33.5625rem;height:16.9375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAhlCKPZxsl0VI8PmSmL93fObURL178J { width:35.625rem;height:5.75rem;top:5.75rem;left:12.125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdekXVAKcl2NJA3WbMfkVX1BXsVVsdcH { width:38.5625rem;height:21.9375rem;top:11.5rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEP2D0C6Jr3n80d6u7xCQt6P0gnupZgH { width:14.0625rem;height:0.8125rem;top:36.9375rem;left:33.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KygCdS713MXT41PSmxJGouFg3T3vviSy { display:block; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzRfAJrTLBVoDQfFRICc2u0JtXbAeLCR { width:35.9375rem;height:18rem;top:20.6875rem;left:11.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImzF2nGOeZvl8PTWqG6ekFRcXT7pLVw { width:41.3125rem;height:12.75rem;top:6.8125rem;left:6.4375rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4Efydu2AT7uod4mbpJa7NQ780T62Xax { width:20.1875rem;height:3.4375rem;top:39.1875rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2IJPu8FloF2O85N8GzXdeM1J9PXwEUp { display:block; }
 }@media only screen and (max-width: 763px) { #aJkkbwixl1ulEQaFA9HTob1Kn0cwgNPn { width:24.5625rem;height:43.9375rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 { display:block; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtDnWf2PTOqV0iE8ttpBmaJqI5sS65n9 { width:47.75rem;height:4.25rem;top:3.9375rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTSiGncoxZrkPKGbobgReQL9AHNHCkn { width:26.25rem;height:26.25rem;top:-7.375rem;left:0rem;font-size:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bva1ob9AsM219zLerq5GWJM9GysNTnAQ { width:6.6875rem;height:6.6875rem;top:0.9375rem;left:3.90625rem;font-size:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRIIpWQ8EDeKTI4cwGP5LEMv5hTnq2l { width:14.6875rem;height:18.375rem;top:12.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5nEOHtpr1qS71h34msEdgJ2xfGREJZ { width:14.6875rem;height:18.375rem;top:12.375rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkfvif4QGudMbu0fVya0ZdNdzIkHL5IF { width:14.6875rem;height:18.375rem;top:12.375rem;left:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7aezZxoBtWNpIq29dsClg6EkBqtLqqo { width:14.6875rem;height:18.375rem;top:12.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3NNMWxOGUtsNXhFFLy1C2bm8r8IOUX2 { width:14.6875rem;height:18.4375rem;top:12.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKP0TUsaDCO5Qt8OIybqNnNK1aI2KMhM { width:14.6875rem;height:18.375rem;top:30.8125rem;left:31rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7WcIVmNnM7reFBz7HuTgtG6kXM9FvJ1 { width:18.375rem;height:18.375rem;top:30.8125rem;left:29.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIOvuBp4gq8VPikh0p1CE9GP3sMEVbIU { width:14.6875rem;height:18.375rem;top:30.75rem;left:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUtLwcSIIPbuZzr2RfxCI7qWrEBhIFff { width:18.375rem;height:18.375rem;top:30.75rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D062IUeAxOcyeVlUJc9ApE2MWlnKWsSg { width:18.375rem;height:18.375rem;top:30.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ALrsy6pgLs8w7fwGMQI4KKRcwyIGhN { width:14.6875rem;height:18.375rem;top:12.375rem;left:33.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZT8XAlstffIhKwBas693JMZlPwdZpFN { width:35.9375rem;height:2.4375rem;top:9.0625rem;left:5.90625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIZTPilUd91h0fnGkumgu93tUDWQ6BKk { display:block; }#FIZTPilUd91h0fnGkumgu93tUDWQ6BKk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sh0kVrxDbmJVPzyc4mEmw3l7ck2uL3Cz { width:41.3125rem;height:2.1875rem;top:10.625rem;left:3.21875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxzGggeggsMpwbZrrMP2RxJzpA9oXKCJ { width:3.3125rem;height:3.3125rem;top:10.5rem;left:35.28125rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdKaKH2xIpXJaJcTAcXnvGTManbhTeos { width:3.3125rem;height:3.3125rem;top:10.5rem;left:9.21875rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd { display:block; }#ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUtMif9A9WNerP98fHdk7mXLeXUtCWTZ { width:9.875rem;height:8.5rem;top:2.3125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dve93F9nWDd4W8Grgq8oIQKBDTacdBTE { width:21.6875rem;height:2rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfwdZqdy9ZMDKpon6K3cr8Mgo6TxXoo1 { width:7.875rem;height:7.875rem;top:2.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLsCKzDysTUSHanpITyTcTvZIbtNLZC5 { width:21.6875rem;height:2rem;top:11.875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3f1r2eu6GsddA36SztxBCgpeTWgQPve { width:7.875rem;height:7.875rem;top:2.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #grwyh0lkWX6rLriGDTGc6elV2f5fHhc1 { width:21.6875rem;height:2rem;top:11.875rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn { display:block; }#z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWnkqlEZe46czWVcXuARs4Th5fgQzHDo { width:9.875rem;height:8.5rem;top:2.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZvSzt9ODrvL9TKdyT1ngbcZt6TfhVOk { width:21.6875rem;height:2rem;top:11.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8ll6FrwoQdThNK1NRdTJKTRZQz05nWU { width:7.875rem;height:7.875rem;top:2.9375rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcBJIx1f1ALK8ptrNTtHuxRRXJXRBzo { width:21.6875rem;height:2rem;top:11.875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcdnnBU0ih07vXMPVDVcQ8IZSheC0eQe { width:7.875rem;height:7.875rem;top:2.9375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4EbsOgESe3SO5pmZ9icaZCkUw5VnpF { width:21.6875rem;height:2rem;top:11.875rem;left:25.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg { display:block; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCpT033EgN62UfEwFMJ2Lv1dVZabZLSb { width:41.3125rem;height:3.125rem;top:7.5rem;left:3.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOTf45c9gfcJnmElg0icI9N7c0gQcsN { width:3.3125rem;height:3.3125rem;top:7.375rem;left:39.65625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLPGTypdR6vAVdxEScmD8oJ79R9XBrl { width:3.3125rem;height:3.3125rem;top:7.375rem;left:4.84375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbIyAzINg2VJrULODTf2TKvqm6rgCC5A { display:block; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp7NOalCeWBtHMNBKXpmWXPvmVNleZ0A { width:8.625rem;height:7.8125rem;top:7.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMbS59nRsuJHQD66f6UZ4BxFBgRza3u { width:21.6875rem;height:3.4375rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdNdHirEyIf2BVe9IIC6VvB5ua5Gaf4L { width:12.5rem;height:12.5rem;top:4.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7dhzDD6t4pXzXSppziGhqoh8UiAgJJ8 { width:21.6875rem;height:4.125rem;top:19.1875rem;left:10.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlwVxyKolr7nX6nNcFLl2f6PuIWTN98 { width:7.875rem;height:7.125rem;top:7.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ZmfGkxDse9CnGwFTWDXsvHTnnExagp { width:12.5rem;height:12.5rem;top:4.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9xI4aUVFLUZK4WnGUBbdKtwcD5UoQa { width:21.6875rem;height:4.125rem;top:19.1875rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s92aw0UL2PuLhorFVJrJqeih5XwoQLTr { width:8.6875rem;height:7.875rem;top:7.125rem;left:35.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA1t1ZSQk2VZ9SnTA2yEiBpVsRm7kGT3 { width:12.5rem;height:12.5rem;top:4.75rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS { display:block; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu0TXX0mHDSAKE9ueyUDtfnCQzTOnScF { width:8.625rem;height:7.8125rem;top:7.0625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvAmaCHHSz1qkU5xGEXSyhUxBRCEUSb8 { width:21.6875rem;height:4.125rem;top:19.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBaSqXVyfRMGiLNQhywEpm2ctPI1yfF1 { width:12.5rem;height:12.5rem;top:4.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhFS26ht157EnMF3xHrKhZEovemUhTar { width:21.6875rem;height:4.125rem;top:19.1875rem;left:10.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgTRRnZzqi1awfxCB3dUaKO4u0eJRaT { width:7.875rem;height:7.125rem;top:7.8125rem;left:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhcafCuBG5xfuUDsypvXCxOmPXDmFWmS { width:12.5rem;height:12.5rem;top:4.75rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Fs830JEwBc7N4QKtuTEpViCAhze2e3 { width:21.6875rem;height:4.125rem;top:19.1875rem;left:25.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvEVVQkyJsQJ93EtxI5ASJrFLeaUtEZk { width:8.6875rem;height:7.875rem;top:7.125rem;left:35.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQLwS7TlzkTRf8hpPheyKb9zligZNlz { width:12.5rem;height:12.5rem;top:4.75rem;left:33.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq { display:block; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8lp5DdLDoQTehVPFQeGmuOZTEWqeFQA { width:37.4375rem;height:9.375rem;top:14.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #plZwNn1ZvAB2S9TZQeaR5z0qeT1TrsFI { width:37.3125rem;height:2.4746125rem;top:5.6875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCRnLCIvgfVZRHRSUpigxmnyXgWNc12F { width:17.8125rem;height:3.4375rem;top:26.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3zDtellnX16dSebVTXhzPlEgr6Akcqg { display:block; }
 }@media only screen and (max-width: 763px) { #VaVEOuF7EAN9al0vh2w3qHz5EUpPnGuR { width:26.8125rem;height:45.4375rem;top:-6.6875rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutuOLsJaLBHcFurbOsi5ILcufykZTl5 { width:9.9375rem;height:9.9375rem;top:4.1875rem;left:37.8125rem;font-size:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1HdJTRW1JhiakZg4lPBD9CbZOpTQavo { width:4.25rem;height:4.25rem;top:3.6875rem;left:32.28125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZOETHKJFTgdZpZulohImfUsf1NsSsW4 { display:block; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rttu7VCZGwMdy0NAnTkPbV1OV6eWlo68 { width:41.3125rem;height:1.4375rem;top:10.625rem;left:3.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaytQvvyBbIelstFup3V6sC91xW24iFw { width:3.3125rem;height:3.3125rem;top:10.5rem;left:39.65625rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMXQTCdhbT3Qz5DohIL9plNiwW8beCMo { width:3.3125rem;height:3.3125rem;top:10.5rem;left:4.84375rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alnCW5t4PK0KgyBk2gtlV7rRpsawiosr { display:block; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXcrUW63fVf4HKTJO7a3C85pVbFF0Vgt { width:21.9375rem;height:19.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyMONFdcoBtL9zDUoiGs0kS7dKROWGh { width:21.6875rem;height:26.6875rem;top:0rem;left:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cav2rdAQN4N0uMylzpD04hvUfXGqFOwy { width:21.6875rem;height:21.375rem;top:0rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZwCg0cyXPnTqsWacAO0WMOT996o3ykd { width:21.875rem;height:33.25rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyG27x1lVSlE1KCmG6P3pqvRHPKmPlTP { width:21.875rem;height:15.875rem;top:29.375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ASUElKERP9TD3xOuAnBIn1tnGFlsbz { width:22.125rem;height:18.8125rem;top:22.625rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcAx0U5cCx5F6IezmptVGPKWUkO9LXAM { width:35.6875rem;height:1.875rem;top:51.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6wfXK7DaI5GH1wuz7exrMHRZ84trboM { width:20.1875rem;height:3.4375rem;top:59.625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAGFcgAFPwmLinq36RIZZxikd4zPGVoM { display:block; }
 }@media only screen and (max-width: 763px) { #azDTqL1XFBUOTxzlJkbLE6crTTMff0ic { width:12.4375rem;height:1.125rem;top:60.1875rem;left:35.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go { display:block; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEGV5woU1mDKUgLiHTQbNEsO9dAnLS5D { width:45.6875rem;height:43.625rem;top:-4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbWubGqymEnGhbTwM5RkLCwiGQZUVzt9 { width:35.9375rem;height:5.0625rem;top:14.125rem;left:11.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0W7yitMPkh8DiBca2BX99RiWeCTkFDA { width:37.3125rem;height:9.625rem;top:4.8125rem;left:10.4375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEH1WSHBmdnJVbE6TTF0zX9MfhvbHGIL { width:47.75rem;height:0.125rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTNhDlKdECHLAG0d6IHiScTaACTLGq17 { width:36.875rem;height:7.6875rem;top:20.6875rem;left:10.875rem;font-size:1.0625rem;display:block; }#kTNhDlKdECHLAG0d6IHiScTaACTLGq17 li:before{  }
 }@media only screen and (max-width: 763px) { #wIbXer1ItL2nkBXxPBdVqIf6xw0FwmwJ { width:14rem;height:3.4375rem;top:30.3125rem;left:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfw8ztbfywGRr7fkHOUTyTz6d1hnT5e { display:block; }
 }@media only screen and (max-width: 763px) { #COnSCV2JCGT6V2lIqfFH87JdlZX4Wql1 { width:9.625rem;height:9.625rem;top:3.9375rem;left:0rem;font-size:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhRZ29tDR2Q9nLW7ZUyHyg13yBXZ8uLK { width:4rem;height:4rem;top:1.6875rem;left:8.46875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV { display:block; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0TZM4u9HToq11ya4JMBpTSTwQqKanoC { width:47.75rem;height:7.25rem;top:8.9375rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoS7vwRexWiw5Ncbb2gzc3ibwT7WmRA { width:44.25rem;height:4.0625rem;top:16.1875rem;left:2.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZh34Rduna1Ll9nLkbxRrITeI5tMJ2S { width:17.5rem;height:4rem;top:21.75rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z117Cb7E43gKqsENlQx1F611yZoUooAe { display:block; }
 }@media only screen and (max-width: 763px) { #vnyP8VK9TEop77AV2OdiEWcnq3069HyB { width:41.4375rem;height:5.3125rem;top:25.75rem;left:4.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJKT5RgMkVmo3BfVTOE3nUyTw08mdDoM { width:7.625rem;height:7.625rem;top:34.6875rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lyfFdlwQeDVOyWE1bTm73EiI9S2Ovo { width:47.75rem;height:44.125rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NieNGWeGHa8dJLOlXM4IQ3DStIThdot3 { width:47.75rem;height:3rem;top:47.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8nTyZvdgZHsOvnz6APyZneleLINGG5u { width:2.6875rem;height:2.8125rem;top:47.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi { display:block; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivy1PWHawq3BNkDb4IqgAZvMKvwlxsHV { width:7.5rem;height:2rem;top:0.625rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFy4TbG0e4CyhfFqW9S5de6KDTpMgBWx { display:block; }
 }@media only screen and (max-width: 763px) { #niR0f8hmRE1qwaLDUD7rFFnFvRrePARx { width:3.8125rem;height:3.8125rem;top:0.125rem;left:43.9375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xEpIrs99sFnUElyzhpgVXREB4XUHxRQv { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog2J6WsclpyKbEp3pamIEUsTlxWw1yV { display:block; }
 }@media only screen and (max-width: 763px) { #HVx32HqDmOWuytIWxFBeyNrcKRRGU7Vu { width:3.75rem;height:3.75rem;top:0rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Sqkv7uZ7loED6rI5qQfcrJT85fHIeM { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #EJwUH412t2PeFkqnVzy0ANTbxXQesXwN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/91678c4a-de46-4d32-8727-81643a63f193/download.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN.adaptive-delivery-prevent-bg, #EJwUH412t2PeFkqnVzy0ANTbxXQesXwN.lazyload, #EJwUH412t2PeFkqnVzy0ANTbxXQesXwN.lazyloading { background-image: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container { background-color: transparent; background-image: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container > .video-iframe-container { display: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row > .video-iframe-container { display: none; }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .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); }#EJwUH412t2PeFkqnVzy0ANTbxXQesXwN > .row .container { width:20rem;height:66.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CtMrn3LsglU1wIPEGOUo0LbKwPx9TWOi { width:19.75rem;height:9rem;top:11.4375rem;left:0rem;font-size:2.25rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r { width:16.8125rem;height:7.999rem;top:21.6875rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r li:not(:first-child){ padding-top:0.75rem;padding-right:0;padding-bottom:0;padding-left:0; }#k8DkQnRWTRUKUuvAZhrUzZcsQQH7J31r li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7d26e6e214fe6a921af6471a79bebb1ea1ccba1a.svg); }
 }@media only screen and (max-width: 763px) { #TTSmBMTlWbndCQxV1NyEuBStTkLOCbSV { width:16.75rem;height:3.4375rem;top:31.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLyyP3x7szEKW0IO225rVKZIhTM9EShM { display:block; }
 }@media only screen and (max-width: 763px) { #KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh { width:7rem;height:7rem;top:1.0625rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/162f0db6-439e-4b59-9183-0875f3dcddfb/BV.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh.adaptive-delivery-prevent-bg, #KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh.lazyload, #KlEEhDzH7u6mAgCMe08RzoXUEh1sgZlh.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI { width:20rem;height:24.3125rem;top:35.1875rem;left:0rem;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/91678c4a-de46-4d32-8727-81643a63f193/download.svg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI.adaptive-delivery-prevent-bg, #RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI.lazyload, #RLfmHTyXU5mbzM6ZPCPpXoTUbyF3UsnI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #MrJ1fOFTz5ifN5lloxLuW8SZTPUycnWE { width:20rem;height:20rem;top:43.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUC8UHRS8RdSpUN0ruyJgbVAzZhfBkrU { width:20rem;height:20rem;top:39.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #rsFTE8gqP5tf2MQt8a6cSOpODsddNLmJ { width:13.5625rem;height:0.5625rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1BT5tz7eWEUZZCHo60PCpIMdDw3la8V { width:6.9375rem;height:6.9375rem;top:47.3125rem;left:13.0625rem;font-size:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3HJZhHUuTCf9GpuEvGG4iack84nO2Fm { width:4.3125rem;height:2.125rem;top:49.875rem;left:14.375rem;font-size:1.0625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rxXMrsBGyQKc8ghtJi8vbOvTQEy2Hzdg { width:5.1875rem;height:5.1875rem;top:40.8125rem;left:14.5rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDfZCmSnDUnaT0k0IzHIoUFCGUM7UzO3 { width:2.125rem;height:2.125rem;top:41.5625rem;left:13.0625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4pVg0hUQUqX3UBgk9b1FTeJg1Gwc3XA { display:flex;width:2rem;height:2rem;top:31.875rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #OUnbtCTUAz18kUVVXPcRGPOgMLv5OR3v { width:5rem;height:1.236325rem;top:7rem;left:8.625rem;font-size:0.5625rem;z-index:15020;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nZxXiQuOsHVavSIsyuq5DQWBWrENZewH { width:15.4375rem;height:1.798825rem;top:35.875rem;left:2.34375rem;font-size:0.75rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #L93p4WqOQxBKVvdyTTyN7O2cnv7IvxuX { display:flex;top:35.7421875rem;left:0rem;width:2rem;height:2rem;z-index:15022; }
 }@media only screen and (max-width: 763px) { #LJfycBrTuZN1ENPe58PCpxTx4gseWexs { display:block; }#LJfycBrTuZN1ENPe58PCpxTx4gseWexs > .row .container { width:20rem;height:33.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8Cbb4lAIPyJ1nWKpaMJXleemRpWLWoO { width:6.6875rem;height:6.6875rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCMFqWtTpn4RVRlL8s0y7OP4hbTpiuI1 { width:6.6875rem;height:6.6875rem;top:10rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vX7OiOrDJcDf1xBNKhCQ9lTpwCRtTcmm { width:6.6875rem;height:6.6875rem;top:10rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ8zkFTmJH7QRnwBA4mVyRpNl8QrafLo { width:6.6875rem;height:6.6875rem;top:16.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m96kt2O8er0QeuD1hOlfSIUG8WFXAzNZ { width:6.6875rem;height:6.6875rem;top:16.6875rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT4ThyB5l10ozI72wQr4aHZivC5WHN1d { width:6.6875rem;height:6.6875rem;top:16.6875rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eldKmo8cIGNuviNeyIATWLSVTsC9a0sx { width:6.6875rem;height:6.6875rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd3tGIbt3t0OHIHCUe91nqfzzD72q8aG { width:6.6875rem;height:6.6875rem;top:23.375rem;left:6.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3KiXtDTWQ6r7zJJbDM8pJgx3XrxUkrE { width:20rem;height:4rem;top:2.125rem;left:0rem;font-size:2rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MIzUpb5cpFX0qsT8To5b0ZMSl11pu5di { width:20rem;height:0.9375rem;top:6.875rem;left:0rem;font-size:0.9375rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SZGP3KPTkDLLKp8k32C8str3SdaZ824S { width:6.6875rem;height:6.6875rem;top:23.375rem;left:13.3125rem;z-index:15008;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/176f4372-ece9-479f-8d76-ce57a6e77e49/download20250901T133205188.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#SZGP3KPTkDLLKp8k32C8str3SdaZ824S.adaptive-delivery-prevent-bg, #SZGP3KPTkDLLKp8k32C8str3SdaZ824S.lazyload, #SZGP3KPTkDLLKp8k32C8str3SdaZ824S.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k { display:block; }#aK7T8QGHrBaIK2sAcXMz5Q3atwrNBu0k > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M34ZSq9iwle9Il0TmTugi5fkBMyxJyFS { width:20rem;height:3.736325rem;top:4.1875rem;left:0rem;font-size:1.4375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO { display:block; }#Zq9uHLpbsumafTFxBEMGyuEPdmeLTxeO > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sxvlh9RF99JhsXUiX29Q5p5qDVMD4GD1 { width:8.75rem;height:8.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGA5g3DBKFr9fkTEvRGFZTLws3wDTKqW { width:4.9375rem;height:1.625rem;top:9.375rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fq3E0x0e3NWodA9zSxdzTe7nI8TWxI4q { width:4.9375rem;height:1.625rem;top:9.375rem;left:13.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAaJTc564z4tZlISTycsg6fLWhlVsKBi { width:8.75rem;height:8.75rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ19iihok2bkrf2dcCHDmc9rer0sx0XF { width:8.75rem;height:8.75rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0WzPwtzmJGxBaK1Hdv0pUhZOblvbXEH { width:6.1875rem;height:1.625rem;top:23.5rem;left:1.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cmpl4HNz4K1mAtDTGTJEKXcMD87Mz4Vm { width:8.75rem;height:8.75rem;top:14.125rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpQdqy9Bcp03O6T8bKLBJSA91MlL0OOQ { width:7.3125rem;height:1.625rem;top:23.5rem;left:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSk4orn5dUQ851gKLIRSnldFQnwoDTCy { width:8.75rem;height:8.75rem;top:42.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #COXBWntyaconktza9TufczTchUwpxySK { width:6.1875rem;height:1.625rem;top:51.75rem;left:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M938FAw6n1sMKFZZwXQEdKCNWqaXNOM3 { width:6.9375rem;height:1.625rem;top:37.625rem;left:12.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uwk2X64JT0MUwG7AyAVLPT04LGGQoL9R { width:8.75rem;height:8.75rem;top:28.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdui5LExTHs3FtwpH6IyxVmFqt579kuw { width:8.75rem;height:8.75rem;top:56.5rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIriqRCh0AlydM0SMksOLZ5hH6dpV3Lh { width:7.3125rem;height:1.625rem;top:65.875rem;left:12rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCdeGidoC6IkKKkemBi6deWr0TnbEi1x { width:8.75rem;height:8.75rem;top:42.375rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXJKoJiwZUyRGbqoDicCKFi17P1dO8GM { width:6.1875rem;height:1.625rem;top:51.75rem;left:12.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HAnLLPA5KitUkROoewATJsKMTObFpRsO { width:8.75rem;height:8.75rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m0TfgkD9Hc7eRiTgy2MDRtHPShNgfMFq { width:7.9375rem;height:1.625rem;top:65.875rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVx4MgWiQQeBzmP9JlESOyVnIgNHbuTx { width:8.75rem;height:8.75rem;top:28.25rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #UNZctqzTuHfuQlAt0CATXTvldzS6lPVX { width:4.9375rem;height:1.625rem;top:37.625rem;left:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { background-color: transparent; background-image: none; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container > .video-iframe-container { display: none; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row > .video-iframe-container { display: none; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .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); }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { border-width: 0; border-radius: 0; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S8Fp9kdbPzbQAfLpOK95KGrZoAW2gdez > .row .container { width:20rem;height:65.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEpQBHuFLlXtlEvUfPxqn1ORPIUVi9MU { width:19rem;height:3.4375rem;top:55.8125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUPpXFqVvZqT5P8glTndWpZ60fc7MNEF { display:block; }
 }@media only screen and (max-width: 763px) { #MqwBwHnLK2WGLzF5Pp0y1FBtpaVcpsSV { width:20rem;height:9.9375rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAhlCKPZxsl0VI8PmSmL93fObURL178J { width:18.125rem;height:6.597625rem;top:3.529296875rem;left:0.9375rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SdekXVAKcl2NJA3WbMfkVX1BXsVVsdcH { width:19rem;height:34.5rem;top:18.2509765625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rEP2D0C6Jr3n80d6u7xCQt6P0gnupZgH { width:14.0625rem;height:0.6875rem;top:59.9375rem;left:2.96875rem;font-size:0.6875rem;z-index:15020;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KygCdS713MXT41PSmxJGouFg3T3vviSy { display:block; }#KygCdS713MXT41PSmxJGouFg3T3vviSy > .row .container { width:20rem;height:74.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lzRfAJrTLBVoDQfFRICc2u0JtXbAeLCR { width:20rem;height:22.5rem;top:45.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eImzF2nGOeZvl8PTWqG6ekFRcXT7pLVw { width:20rem;height:7.01075rem;top:38.5625rem;left:0rem;font-size:2.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L4Efydu2AT7uod4mbpJa7NQ780T62Xax { width:20rem;height:3.4375rem;top:66.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2IJPu8FloF2O85N8GzXdeM1J9PXwEUp { display:block; }
 }@media only screen and (max-width: 763px) { #aJkkbwixl1ulEQaFA9HTob1Kn0cwgNPn { width:20rem;height:35.775375rem;top:1.1875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 { display:block; }#ndaNVV6tyTTT1tlwEJL37OTsdDqHfbH7 > .row .container { width:20rem;height:74.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DtDnWf2PTOqV0iE8ttpBmaJqI5sS65n9 { width:20rem;height:2.375rem;top:3.75rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #huTSiGncoxZrkPKGbobgReQL9AHNHCkn { width:20rem;height:20rem;top:6rem;left:0rem;font-size:14rem;display:none; }
 }@media only screen and (max-width: 763px) { #bva1ob9AsM219zLerq5GWJM9GysNTnAQ { width:2.4375rem;height:2.4375rem;top:2.75rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfRIIpWQ8EDeKTI4cwGP5LEMv5hTnq2l { width:10.3125rem;height:12.875rem;top:21.5rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF5nEOHtpr1qS71h34msEdgJ2xfGREJZ { width:10.25rem;height:12.875rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vkfvif4QGudMbu0fVya0ZdNdzIkHL5IF { width:10.3125rem;height:13rem;top:34.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7aezZxoBtWNpIq29dsClg6EkBqtLqqo { width:10.25rem;height:12.9375rem;top:34.375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J3NNMWxOGUtsNXhFFLy1C2bm8r8IOUX2 { width:9.8125rem;height:12.4375rem;top:9.1875rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #lKP0TUsaDCO5Qt8OIybqNnNK1aI2KMhM { width:8.25rem;height:10.375rem;top:98rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #C7WcIVmNnM7reFBz7HuTgtG6kXM9FvJ1 { width:12.25rem;height:12.25rem;top:9.21875rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIOvuBp4gq8VPikh0p1CE9GP3sMEVbIU { width:8.9375rem;height:11.25rem;top:58.65625rem;left:11.0625rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #aUtLwcSIIPbuZzr2RfxCI7qWrEBhIFff { width:11.25rem;height:11.25rem;top:58.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D062IUeAxOcyeVlUJc9ApE2MWlnKWsSg { width:11.4375rem;height:11.4375rem;top:47.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ALrsy6pgLs8w7fwGMQI4KKRcwyIGhN { width:9.125rem;height:11.4375rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZT8XAlstffIhKwBas693JMZlPwdZpFN { width:20rem;height:2.4375rem;top:6.8125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FIZTPilUd91h0fnGkumgu93tUDWQ6BKk { display:none; }#FIZTPilUd91h0fnGkumgu93tUDWQ6BKk > .row .container { width:20rem;height:10.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sh0kVrxDbmJVPzyc4mEmw3l7ck2uL3Cz { width:20rem;height:2.1875rem;top:5.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxzGggeggsMpwbZrrMP2RxJzpA9oXKCJ { width:3.3125rem;height:3.3125rem;top:12.375rem;left:8.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdKaKH2xIpXJaJcTAcXnvGTManbhTeos { width:3.3125rem;height:3.3125rem;top:7.8125rem;left:8.3125rem;font-size:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd { display:none; }#ni6tkTIedaz84fHs4rIbRtFkBLAkKsCd > .row .container { width:20rem;height:20.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KUtMif9A9WNerP98fHdk7mXLeXUtCWTZ { width:4.25rem;height:3.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dve93F9nWDd4W8Grgq8oIQKBDTacdBTE { width:12.625rem;height:2rem;top:1.75rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sfwdZqdy9ZMDKpon6K3cr8Mgo6TxXoo1 { width:4.1875rem;height:4.1875rem;top:6.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLsCKzDysTUSHanpITyTcTvZIbtNLZC5 { width:9.1875rem;height:2rem;top:8rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #y3f1r2eu6GsddA36SztxBCgpeTWgQPve { width:4rem;height:4rem;top:13.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grwyh0lkWX6rLriGDTGc6elV2f5fHhc1 { width:10.125rem;height:2rem;top:14.75rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn { display:none; }#z1EaNLr5Ur2NJzpiWdG4Hb2zpSe8ydXn > .row .container { width:20rem;height:22.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KWnkqlEZe46czWVcXuARs4Th5fgQzHDo { width:4.25rem;height:3.6875rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZvSzt9ODrvL9TKdyT1ngbcZt6TfhVOk { width:12.1875rem;height:2rem;top:1.75rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e8ll6FrwoQdThNK1NRdTJKTRZQz05nWU { width:4.1875rem;height:4.1875rem;top:6.875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RbcBJIx1f1ALK8ptrNTtHuxRRXJXRBzo { width:12.375rem;height:2rem;top:8rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BcdnnBU0ih07vXMPVDVcQ8IZSheC0eQe { width:4rem;height:4rem;top:13.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ah4EbsOgESe3SO5pmZ9icaZCkUw5VnpF { width:12.6875rem;height:2rem;top:14.75rem;left:6.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg { display:block; }#giLPZ35ENF4mGULhtWy3yBTmZzmZL1Mg > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fCpT033EgN62UfEwFMJ2Lv1dVZabZLSb { width:20rem;height:1.4375rem;top:3.75rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnOTf45c9gfcJnmElg0icI9N7c0gQcsN { width:1.875rem;height:1.875rem;top:3.5625rem;left:1.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SZLPGTypdR6vAVdxEScmD8oJ79R9XBrl { width:1.875rem;height:1.875rem;top:3.5625rem;left:17rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbIyAzINg2VJrULODTf2TKvqm6rgCC5A { display:block; }#dbIyAzINg2VJrULODTf2TKvqm6rgCC5A > .row .container { width:20rem;height:42.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kp7NOalCeWBtHMNBKXpmWXPvmVNleZ0A { width:5rem;height:4.5rem;top:1.5rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZMbS59nRsuJHQD66f6UZ4BxFBgRza3u { width:20rem;height:3.4375rem;top:8.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdNdHirEyIf2BVe9IIC6VvB5ua5Gaf4L { width:7.5rem;height:7.5rem;top:0rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7dhzDD6t4pXzXSppziGhqoh8UiAgJJ8 { width:20rem;height:3.4375rem;top:23.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqlwVxyKolr7nX6nNcFLl2f6PuIWTN98 { width:5rem;height:4.5rem;top:16.8125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4ZmfGkxDse9CnGwFTWDXsvHTnnExagp { width:7.5rem;height:7.5rem;top:15.3125rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad9xI4aUVFLUZK4WnGUBbdKtwcD5UoQa { width:17.625rem;height:3.4375rem;top:38.875rem;left:1.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s92aw0UL2PuLhorFVJrJqeih5XwoQLTr { width:5rem;height:4.5rem;top:32.125rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IA1t1ZSQk2VZ9SnTA2yEiBpVsRm7kGT3 { width:7.5rem;height:7.5rem;top:30.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS { display:block; }#MhlTKUJfT6nW8oW3t4CVW658lnRqmnNS > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lu0TXX0mHDSAKE9ueyUDtfnCQzTOnScF { width:5rem;height:4.5rem;top:5.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PvAmaCHHSz1qkU5xGEXSyhUxBRCEUSb8 { width:20rem;height:3.4375rem;top:11.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UBaSqXVyfRMGiLNQhywEpm2ctPI1yfF1 { width:7.5rem;height:7.5rem;top:3.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhFS26ht157EnMF3xHrKhZEovemUhTar { width:11.1875rem;height:3.4375rem;top:27.3125rem;left:4.40625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAgTRRnZzqi1awfxCB3dUaKO4u0eJRaT { width:5rem;height:4.5rem;top:20.5625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhcafCuBG5xfuUDsypvXCxOmPXDmFWmS { width:7.5rem;height:7.5rem;top:19.0625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7Fs830JEwBc7N4QKtuTEpViCAhze2e3 { width:20rem;height:3.4375rem;top:42.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvEVVQkyJsQJ93EtxI5ASJrFLeaUtEZk { width:5rem;height:4.5rem;top:36rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBQLwS7TlzkTRf8hpPheyKb9zligZNlz { width:7.5rem;height:7.5rem;top:34.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq { display:block; }#zdVhOmTJ70NkC4SqUPgvo3tmCWJxnTsq > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8lp5DdLDoQTehVPFQeGmuOZTEWqeFQA { width:20rem;height:7.5rem;top:9.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #plZwNn1ZvAB2S9TZQeaR5z0qeT1TrsFI { width:20rem;height:5.5rem;top:3.75rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #dCRnLCIvgfVZRHRSUpigxmnyXgWNc12F { width:14rem;height:3.4375rem;top:18.125rem;left:3rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3zDtellnX16dSebVTXhzPlEgr6Akcqg { display:block; }
 }@media only screen and (max-width: 763px) { #VaVEOuF7EAN9al0vh2w3qHz5EUpPnGuR { width:14.875rem;height:20.375rem;top:22.5rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lutuOLsJaLBHcFurbOsi5ILcufykZTl5 { width:8rem;height:8rem;top:29.28125rem;left:0rem;font-size:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1HdJTRW1JhiakZg4lPBD9CbZOpTQavo { width:2.875rem;height:2.875rem;top:28.5rem;left:13.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZOETHKJFTgdZpZulohImfUsf1NsSsW4 { display:block; }#bZOETHKJFTgdZpZulohImfUsf1NsSsW4 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rttu7VCZGwMdy0NAnTkPbV1OV6eWlo68 { width:20rem;height:1.4375rem;top:5.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaytQvvyBbIelstFup3V6sC91xW24iFw { width:1.875rem;height:1.875rem;top:4.90625rem;left:16.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMXQTCdhbT3Qz5DohIL9plNiwW8beCMo { width:1.875rem;height:1.875rem;top:4.90625rem;left:1.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #alnCW5t4PK0KgyBk2gtlV7rRpsawiosr { display:block; }#alnCW5t4PK0KgyBk2gtlV7rRpsawiosr > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXcrUW63fVf4HKTJO7a3C85pVbFF0Vgt { width:20rem;height:18.062678062678rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmyMONFdcoBtL9zDUoiGs0kS7dKROWGh { width:20rem;height:24.610951008646rem;top:52.2119375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cav2rdAQN4N0uMylzpD04hvUfXGqFOwy { width:20rem;height:19.7109375rem;top:94.0341796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZwCg0cyXPnTqsWacAO0WMOT996o3ykd { width:20rem;height:30.4rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FyG27x1lVSlE1KCmG6P3pqvRHPKmPlTP { width:20rem;height:14.514285714286rem;top:78.0723125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7ASUElKERP9TD3xOuAnBIn1tnGFlsbz { width:20rem;height:17.004875rem;top:115.3076171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcAx0U5cCx5F6IezmptVGPKWUkO9LXAM { width:20rem;height:3.75rem;top:137.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T6wfXK7DaI5GH1wuz7exrMHRZ84trboM { width:19rem;height:3.4375rem;top:142.125rem;left:0.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAGFcgAFPwmLinq36RIZZxikd4zPGVoM { display:block; }
 }@media only screen and (max-width: 763px) { #azDTqL1XFBUOTxzlJkbLE6crTTMff0ic { width:12.4375rem;height:1.125rem;top:135.625rem;left:3.78125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go { display:block; }#W75dDBTVO0eeLhlmD7EiqlfMo1Ekq6Go > .row .container { width:20rem;height:41.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IEGV5woU1mDKUgLiHTQbNEsO9dAnLS5D { width:20rem;height:43.625rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #BbWubGqymEnGhbTwM5RkLCwiGQZUVzt9 { width:20rem;height:8.4375rem;top:10.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s0W7yitMPkh8DiBca2BX99RiWeCTkFDA { width:20rem;height:6.07324375rem;top:3.75rem;left:0rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mEH1WSHBmdnJVbE6TTF0zX9MfhvbHGIL { width:20rem;height:0.125rem;top:1.6875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kTNhDlKdECHLAG0d6IHiScTaACTLGq17 { width:17.875rem;height:12.2578125rem;top:19.9375rem;left:0rem;font-size:1.0625rem;line-height:1.2;display:block; }#kTNhDlKdECHLAG0d6IHiScTaACTLGq17 li:not(:first-child){ padding-top:0.6875rem;padding-right:0;padding-bottom:0;padding-left:0; }#kTNhDlKdECHLAG0d6IHiScTaACTLGq17 li:before{  }
 }@media only screen and (max-width: 763px) { #wIbXer1ItL2nkBXxPBdVqIf6xw0FwmwJ { width:14rem;height:3.4375rem;top:34.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmfw8ztbfywGRr7fkHOUTyTz6d1hnT5e { display:block; }
 }@media only screen and (max-width: 763px) { #COnSCV2JCGT6V2lIqfFH87JdlZX4Wql1 { width:9.625rem;height:9.625rem;top:38.5625rem;left:5.1875rem;font-size:6.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XhRZ29tDR2Q9nLW7ZUyHyg13yBXZ8uLK { width:4rem;height:4rem;top:49.4375rem;left:8rem;font-size:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/91678c4a-de46-4d32-8727-81643a63f193/download.svg");background-position:center right !important;background-repeat:repeat !important;background-attachment:scroll;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; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV.adaptive-delivery-prevent-bg, #ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV.lazyload, #ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV.lazyloading { background-image: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { background-color: transparent; background-image: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container > .video-iframe-container { display: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row > .video-iframe-container { display: none; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .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); }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { border-width: 0; border-radius: 0; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBDANhvyhVXapyZ222RS8FBVo4oaNrHV > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0TZM4u9HToq11ya4JMBpTSTwQqKanoC { width:20rem;height:7.5rem;top:5.4375rem;left:0rem;font-size:2.5rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wdoS7vwRexWiw5Ncbb2gzc3ibwT7WmRA { width:17.75rem;height:4.875rem;top:12.25rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IwZh34Rduna1Ll9nLkbxRrITeI5tMJ2S { width:17.5rem;height:3.4375rem;top:19.8125rem;left:1.25rem;background-color:#0bc751;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Z117Cb7E43gKqsENlQx1F611yZoUooAe { display:block; }
 }@media only screen and (max-width: 763px) { #vnyP8VK9TEop77AV2OdiEWcnq3069HyB { width:20rem;height:5.34375rem;top:23.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJKT5RgMkVmo3BfVTOE3nUyTw08mdDoM { width:5.375rem;height:5.375rem;top:43.0625rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lyfFdlwQeDVOyWE1bTm73EiI9S2Ovo { width:20rem;height:30.5rem;top:47.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NieNGWeGHa8dJLOlXM4IQ3DStIThdot3 { width:20rem;height:2.625rem;top:35.3125rem;left:0rem;font-size:0.9375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #e8nTyZvdgZHsOvnz6APyZneleLINGG5u { width:2.6875rem;height:1.7246125rem;top:33.5rem;left:8.6875rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection { display:block; } #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection *:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="text"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="email"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection input[type="tel"]:focus-visible, #q7vXLTrF9obIWV9qWSZFJmG0QuoAGGk1.widget-smartsection textarea:focus-visible { outline: none; } #OallSyiDinfJ0UePMvlnAMmSmBcBHpLd > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#gDwNDdMnJ1ZxDlbqLULL9Wqr8yZ9gJPi > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ivy1PWHawq3BNkDb4IqgAZvMKvwlxsHV { width:6.0625rem;height:1.5rem;top:0.5625rem;left:10.6875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFy4TbG0e4CyhfFqW9S5de6KDTpMgBWx { display:block; }
 }@media only screen and (max-width: 763px) { #niR0f8hmRE1qwaLDUD7rFFnFvRrePARx { width:2.375rem;height:2.375rem;top:0.25rem;left:15.5625rem;font-size:1.625rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #xEpIrs99sFnUElyzhpgVXREB4XUHxRQv { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qog2J6WsclpyKbEp3pamIEUsTlxWw1yV { display:block; }
 }@media only screen and (max-width: 763px) { #HVx32HqDmOWuytIWxFBeyNrcKRRGU7Vu { width:2.625rem;height:2.625rem;top:0rem;left:17.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8Sqkv7uZ7loED6rI5qQfcrJT85fHIeM { display:block; }
 }