.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:231,245,233;--color-primary-1:184,225,190;--color-primary-2:137,205,147;--color-primary-3:69,173,71;--color-primary-4:59,172,75;--color-secondary-0:248,211,213;--color-secondary-1:234,124,128;--color-secondary-2:220,36,44;--color-secondary-3:132,22,26;--color-secondary-4:88,0,5;--color-tertiary-0:255,255,255;--color-tertiary-1:249,249,249;--color-tertiary-2:40,40,40;--color-tertiary-3:32,32,32;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Work Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f5f5f5;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/b89df8ee-948a-45f8-8637-056f0e5a6f62/topo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.adaptive-delivery-prevent-bg, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyload, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyloading { background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { background-color: transparent; background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .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); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { border-width: 0; border-radius: 0; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { font-size:0.875rem;font-family:arial;height:52.3125rem;width:60rem;position:relative;display:block; }#ogccvQJ2Ur8xUUpHzC4dVLRJDbFGrBiB { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:20.4375rem;left:3.6865234375rem;height:2.6879875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K2cqmJcABwE7n1UX0NZSINsKuoCi32BX { z-index:15003;top:41.3115234375rem;left:3.6865234375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(var(--color-primary-3),0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#rs8Ez22QzSGWoPgBzU3ctp6qKFr26HGs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BnLl5znruNNRoIr3ftHgQhKTpMqGAPTh { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:21.5625rem;top:8.25rem;left:3.6865234375rem;overflow:hidden;display:block; }
#rSVLM6xuU9mx4970KbUCQgB89O2Wy7mI { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12402375rem;width:12.5rem;top:29.7490234375rem;left:3.6865234375rem;display:block; }
#U2ynKzpJgn1rJhgtDT7vCTMp3TgcqaEz { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:23.25rem;left:3.6875rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ONrfnC6xMggwxbo8gnbop4T7sNvEMIy1 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:31.830078125rem;left:3.6865234375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IyND8RwEx2GnKdAaLBpRh2qzWOrASdsp { color:rgba(var(--color-tertiary-0),1);display:block;width:30.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:23.25rem;left:3.6875rem;height:4.19921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { background-color: transparent; background-image: none; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container > .video-iframe-container { display: none; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row > .video-iframe-container { display: none; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .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); }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { border-width: 0; border-radius: 0; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#HXDy7ptPQ1lfi2LJ6h6KoVT3Ma2ZNiZ2 { 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:3.5625rem;width:3.5625rem;top:2.5rem;left:5.71875rem;overflow:hidden;display:block; }
#xk1GN1b2XayxiyIUWDJPmhosoXFNcdRD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:4.1875rem;top:2.1875rem;left:35.40625rem;overflow:hidden;display:block; }
#gWShFRW0HH53NuQRZgtgHOlZWKnXF10d { 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:3.5625rem;width:3.5625rem;top:2.5rem;left:50.71875rem;overflow:hidden;display:block; }
#JB6zX6hTbegMHbRTrE8oeRKOVd1NPnEk { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:2.46875rem;left:20.6875rem;overflow:hidden;display:block; }
#R14pGuU5MJmoAFSBmoJvTiyAeZuX2LcL { color:rgba(var(--color-primary-3),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:0rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KRgzIT4omzLrJAguOSG9lZ6bckxQWXPX { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:1.21875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJE8Kbvn5ZtTcutV70B1gQI2BdCT0q0v { color:rgba(var(--color-tertiary-0),1);display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:16.0625rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBdqnkUgy7iFeTSas0027mP4t7PowQBR { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:15rem;height:2.3556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lP002bHacBt8wDxVtylxJvsw10bIyxks { color:rgba(var(--color-primary-3),1);display:block;width:14.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:30rem;height:2.35625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTx0Rh2I9m0Qaa1kNPv0JiVKmPD1Fki6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:31.28125rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i5IDRfIv75vVUM1bgJF7uKmgAm4JPpI9 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.392578125rem;left:47.71875rem;height:2.92535rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gHrufLqXLbUc5nPQLOvQzg2isfyCd3Cw { color:rgba(var(--color-primary-3),1);display:block;width:14.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:7.037109375rem;left:45rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { background-color: transparent; background-image: none; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container > .video-iframe-container { display: none; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row > .video-iframe-container { display: none; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .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); }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { border-width: 0; border-radius: 0; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { font-size:0.875rem;font-family:arial;height:45.9375rem;width:60rem;position:relative;display:block; }#S7eTuWDeTPCXraLQerbGprQlsLo3wClp { 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:5.5625rem;width:5.5625rem;top:7.962890625rem;left:7.21875rem;overflow:hidden;display:none; }
#A3sAVpQucnQd7HmdJ8w1PuKkrpGtcRRV { color:rgba(var(--color-tertiary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:33.75rem;left:0.5625rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#U6ff71O48cH6VGNkKpQ1W8JJeGEQxuZK { color:rgba(var(--color-tertiary-3),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:37rem;left:-0.125rem;height:3.30078125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#XAwDifbXBx2bKOssAXnIRFTVHyFlgl5T { color:rgba(var(--color-tertiary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:17.5625rem;left:46.4375rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yNu0KSkqyleIpz54l5SSdgsXcA57Bz9X { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.1;letter-spacing:0;top:20.5625rem;left:46.4375rem;height:3.30078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yaCS9GnzgUKaIanHzpToK7TPoTRQm38w { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:7.6875rem;left:25.125rem;height:1.7871125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DnHdzDWUho7tNWR6KJtHZRP1XobqaD9A { color:rgba(var(--color-tertiary-3),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:10.9375rem;left:21.125rem;height:2.20051875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s28fvo4sFqhLWT3xvH0Gb3flAgmunA2N { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:17.4375rem;left:4.125rem;height:1.7871125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Hxg8TdBt4nm2n459T2knJCRMflZJIqKa { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.1;letter-spacing:0;top:20.75rem;left:1.4375rem;height:3.30078125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZDkrMaOmqiSRiiJlFl7LiPbdRcXrJteE { color:rgba(var(--color-tertiary-2),1);display:block;width:9.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.75rem;left:47.75rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pu6STNEbOrmacMK2Ol5Hb4TaEy4KvkuK { color:rgba(var(--color-tertiary-3),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:37rem;left:47.75rem;height:3.30078125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mh0I9KJHcr8W6LpAvT009f02zFZsKqVW { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.5rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#Td8cnFt33CXvrBumzOnX5KQKWvfOqOwp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#xasQArWTzv20D6inAVDHlPqRMvA0bDA5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#CFnVnKKVgI9DHnRcoVMP3dwG3N9Ltno4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#S5aa2UghmOhQ0968RTXwAbXk1IeA2nX3 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#WGyqE8X67HLMyaDZy7q1xai1Im9sCbwD { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:25rem;display:none; }
#XLexqI9p2BDs76EuX0qcS3lC1FxEG0VW { 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:35.625rem;width:60rem;top:9.5rem;left:0.0625rem;overflow:hidden;display:block; }
#HhWaufnU65ZiEwsxiDk56T5Q1uFcsefH { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:5.5rem;height:3.0875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container { background-color: transparent; background-image: none; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container > .video-iframe-container { display: none; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row > .video-iframe-container { display: none; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .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); }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container { border-width: 0; border-radius: 0; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container { font-size:0.875rem;font-family:arial;height:46.5rem;width:60rem;position:relative;display:block; }#xU1ipRcJadESzsw4AmRx1FN1HLwnTWxx { color:rgba(var(--color-tertiary-0),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:22.1875rem;left:1.4375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ly3apnF5rpTdwCOpk6ncCcg2Bx3eZZNu { color:rgba(var(--color-tertiary-1),1);display:block;width:12.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:27rem;left:1.25rem;height:6.4019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WCwlTtbvzd4lunuP2KyK8uTwhXWyWWkQ { color:#585858;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15005;line-height:1.6;letter-spacing:0;top:27rem;left:16.1875rem;height:9.602875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pppbnCaUa37D1hJN6sbR1lzIJSwN0Wl9 { color:#585858;display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.375rem;left:17.125rem;height:4.87305rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SPxH1HVW0ObACqyG8FT0x8cr9DSV4EwO { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:26.1875rem;left:45.875rem;height:8.002375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hLx2cmrTD6ZnT2LtK8UJmZ6MbZ0WR2Bg { color:rgba(var(--color-tertiary-0),1);display:block;width:10.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:21.375rem;left:46.9375rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ane5sOJXdJmQ5WIv3UaxuL4TNXcg5SsZ { color:rgba(var(--color-tertiary-4),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.5rem;height:6.17448125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#buWvuMQJIoBU2O7tJTdfLUyNVQlek0la { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.25rem;width:15.125rem;top:10.5625rem;left:0rem;display:block; }
#Qx5XRrswOGIQQGCnuy2KbAMB5WFK8NvW { z-index:15004;top:41.1240234375rem;left:18.84375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oiWgKT4aNrcTMqGSnQGlTaUl3tKr1pHE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#X2H2idxcynC3AxiOAdplNkxUvu7ME6WX { 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:5.5625rem;width:5.5625rem;top:14.8125rem;left:4.8125rem;overflow:hidden;display:block; }
#KzRt4h1r7qkbVwqizaNvRQdWPoDDIu1L { 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:6.125rem;width:6.125rem;top:14.4375rem;left:19.1875rem;overflow:hidden;display:block; }
#dotzLAoTVpTHv8PCESNwwyBnuDLvagfH { 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:4.6875rem;width:4.6875rem;top:15.4375rem;left:35.25rem;overflow:hidden;display:block; }
#Xp2icCZTOCZXqnraTBrWpMN0bUfZSnRy { position:absolute;display:block;z-index:15000;background-color:#ececec;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:28.1875rem;width:15rem;top:10.5625rem;left:15.125rem;display:block; }
#O3bBdccODtqwIUWk07dLW6tFSXdXoabT { position:absolute;display:block;z-index:15001;background-color:#383838;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:28.0625rem;width:14.8125rem;top:10.5625rem;left:30.0625rem;display:block; }
#mVEGeoXSx0oJF7i1QTIvtadIAOesmxFB { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:15.0625rem;top:10.5625rem;left:44.8125rem;display:block; }
#FqFedtJOZ7KVJrpkmhFCQDN03zPOR9Pc { color:rgba(var(--color-tertiary-0),1);display:block;width:11.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.375rem;left:31.875rem;height:3.2487rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3wqoVoDhyCvmH0uR84kAKT5lH1B6yqp { color:rgba(var(--color-tertiary-1),1);display:block;width:12.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:27.0625rem;left:31.4375rem;height:6.4019375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rp9IhLmX8glFS4ib2Xl2oCpT2sR4OaSg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.4375rem;width:5.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:14.875rem;left:49.4375rem; }
#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { background-color: transparent; background-image: none; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container > .video-iframe-container { display: none; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row > .video-iframe-container { display: none; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .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); }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { border-width: 0; border-radius: 0; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#SdbSOgd5lpUBxvyH6ppdN3Pok4yOwEbf { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:25.375rem;left:1.0625rem;display:block; }
#K0R6WzdIraKmFDTcT1soyQWfPSi7SmrB { position:absolute;display:block;z-index:15022;background-color:#808080;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.375rem;width:3.125rem;top:22.25rem;left:25.125rem;display:block; }
#b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT { position:absolute;display:block;z-index:15003;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/0a97821f-076e-430b-847d-982c3a5920c4/Catlogosemttulo12101copiar.crop_1523x2865_451,0.preview.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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:35.625rem;width:23.3125rem;top:2.9375rem;left:3.625rem;display:block; }#b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.adaptive-delivery-prevent-bg, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyload, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyloading { background-image: none; }
#gEey02fUnQOyF3qt3vM0bSFIhy8BtL4l { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:4.4375rem;left:22.0625rem;display:block; }
#cqnZR3v3NISk9sctA3wTw3gnFs6RXEDG { color:rgba(var(--color-primary-3),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5.75rem;left:30.375rem;height:3.0875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dvmo97nKSdbtetPrZcQcGzaSrD2aPmss { color:rgba(var(--color-tertiary-0),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.5625rem;left:30.375rem;height:16.8989125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uAcg3nuS8vrVzdcDIPGoaQmgywI0bKbs { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:8.0625rem;left:30.375rem;height:3.9181875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTHgCsppDMuKqN89aNxUd6sSxv70Juze { z-index:15005;top:31.875rem;left:30.375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JhgJ8zXw2sn3NGBRWhgCeDeF5OuWAhRM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#151419' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);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; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container { background-color: transparent; background-image: none; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container > .video-iframe-container { display: none; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row > .video-iframe-container { display: none; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .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); }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container { border-width: 0; border-radius: 0; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#zJst8KBIRShXVWkpUVUHZvrsh15GSeri { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:20.625rem;display:none; }
#G7Opsduci5WdVny3Pchn4coO3ZhzXK09 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oa58SLKPxapHUwy8OSywfCq3CC1zy7iG { 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:20.374375rem;width:36.3748125rem;top:0rem;left:23.624134063721rem;overflow:hidden;display:block; }
#CUzFIufh2FRPhEOfD6Js0eBq1Bq4b1PL { 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:26.125rem;width:41.4375rem;top:7.3038196563719rem;left:-4.9999990463257rem;overflow:hidden;display:block; }
#aGHmKoxbr0szfgcIJypeuaTFdn1BdDxU { 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:20.3125rem;width:26.375rem;top:-0.016276359558106rem;left:57.375rem;overflow:hidden;display:block; }
#PCZCRDVBAiOhoPR39gzFsDeEEB7BXN4F { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:9.91970539093rem;left:30.499134063721rem;display:block; }
#K9GnQi5vP9XsPKtGV4031XEu2T7fPMq1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nt43rnmUh4eVLbBqkqTy2iwxsOo851vI { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:31.875rem;top:1.3726129531861rem;left:1.0611991882324rem;overflow:hidden;display:block; }
#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;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; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container { background-color: transparent; background-image: none; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container > .video-iframe-container { display: none; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row > .video-iframe-container { display: none; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .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); }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container { border-width: 0; border-radius: 0; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#US7inwud8Qe9Xs9NuqMRzHenwHH4lEfR { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:22.75rem;left:3.75rem;display:block; }
#KD9T5cVUzRb5PisQpb05GVGPLfSAad8U { position:absolute;display:block;z-index:15022;background-color:#808080;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:9.375rem;width:3.125rem;top:17.96875rem;left:20.5rem;display:block; }
#tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG { position:absolute;display:block;z-index:15003;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/b8979d58-9cc3-4d61-8fee-4b140e7bd310/IMAGEMALFREDO.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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:25.5rem;width:16.625rem;top:2.9375rem;left:5.75rem;display:block; }#tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG.adaptive-delivery-prevent-bg, #tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG.lazyload, #tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG.lazyloading { background-image: none; }
#F6CBMTxHnQFoScduIJdJJVLffzyd5Hql { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.125rem;width:3.125rem;top:2.9375rem;left:19.3125rem;display:block; }
#szPiJ5kKNO2NSvzMXJXyZWAkyN2NNEkH { color:rgba(var(--color-primary-3),1);display:block;width:28.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.0625rem;left:28rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VhSvVKyrou1GDmTv1xS1FXTwvgLGxGmG { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.0400390625rem;left:28rem;height:15.5989625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J63rZ5m0D3BHUUnGepHFpQySkXH7E3tX { color:rgba(var(--color-tertiary-0),1);display:block;width:27.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.5625rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:4.9873046875rem;left:28rem;height:3.9181875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zQw3ZG32iQuavixByDJpFyUIM1F4QNbC { z-index:15005;top:26.75rem;left:28rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Z9X63N58tbQlyomReX6wGaTXX0dUpPQv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { background-color: transparent; background-image: none; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container > .video-iframe-container { display: none; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row > .video-iframe-container { display: none; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .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); }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { border-width: 0; border-radius: 0; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { font-size:0.875rem;font-family:arial;height:52.1875rem;width:60rem;position:relative;display:block; }#QswJaN9rhuuTXkQmGUl1AEUf63FcK1Rt { color:rgba(var(--color-tertiary-4),1);display:block;width:21.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.0437507629394rem;left:19.093751907349rem;height:2.1933625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vhuNX3TXSBuI728kWspHDVnpBhgRqmW3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.3125rem;top:6.0625rem;left:9.8893241882325rem;overflow:hidden;display:block; }
#oqFBl1EEolUJA12CsLn0RkiEbrJkt2cz { 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:4.56055rem;width:6.6235625rem;top:5.6549530029297rem;left:14.763019561767rem;overflow:hidden;display:block; }
#JIOCXka8DhIzZ4s0G0O8Qc0n3pEB4rvH { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.7485375rem;width:6.8103125rem;top:6.1237030029297rem;left:20.94921875rem;overflow:hidden;display:block; }
#EnUSXMPO0EBPtJpWyrkveGCqFlXpytHJ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8112rem;width:5.4362rem;top:5.8437550067902rem;left:28rem;overflow:hidden;display:block; }
#tGoRxNblc9TS2Zdaem0vz9IF6Kq9ECIV { 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:4.12239375rem;width:5.9375rem;top:5.8750050067902rem;left:33.454425811767rem;overflow:hidden;display:block; }
#tfWbbbkrL3QJJfH5Esv5MoLyzZ0zhsN6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.55989375rem;width:5rem;top:18.249996185302rem;left:29.08203125rem;overflow:hidden;display:block; }
#efdB9sud8WKHhgu9SZE681m6uBhTTzy3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.43489375rem;width:7.747375rem;top:5.2343800067902rem;left:37.683597564698rem;overflow:hidden;display:block; }
#utrXl97PU5akAOoUmGibGIw4HvcgcnxU { 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:5rem;width:7.0625rem;top:22.651037216186rem;left:0.58203125rem;overflow:hidden;display:block; }
#kpS5zkEK5ev6gdcoUFo967RTNuh7kLXr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.3125rem;top:32.75rem;left:7.5rem;overflow:hidden;display:block; }
#tl5y40vI8BhxHxdVpHOBVt289A8adOz1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:7.3125rem;top:17.402339935302rem;left:33.998699188233rem;overflow:hidden;display:block; }
#BP9B4yCHzmL7uhfTIgesuUu8vmhcb520 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.125rem;top:23.0625rem;left:35rem;overflow:hidden;display:block; }
#XEacPmED7IiEBEtz5TnCpqvND45hxFOT { 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:3.8125rem;width:5.4375rem;top:23.25rem;left:42.0625rem;overflow:hidden;display:block; }
#yiydXpFgrO9fvURNHSBs3ET2pQwvbxRB { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:6.5rem;top:32.6875rem;left:14.125rem;overflow:hidden;display:block; }
#rntLTCTUgNt82HkJPkr8FvvJekVkUB3x { 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:4.12475625rem;width:5.81176875rem;top:37.3125rem;left:35.125rem;overflow:hidden;display:block; }
#cnwRGyWEsawaWzOgsUWXsQGN5VrLnKn0 { 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:4.43725625rem;width:6.25rem;top:43.125rem;left:12.9375rem;overflow:hidden;display:block; }
#TTgqfgCpozihtsQGTz4wqUIowQPrSArV { 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:3.686525rem;width:5.12329375rem;top:43.125rem;left:37.9375rem;overflow:hidden;display:block; }
#BJ1XwC1JGbm9DWnTINNhprQmeGKicM78 { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.56176875rem;width:6.43675rem;top:27.625rem;left:53.5rem;overflow:hidden;display:block; }
#ZnMTISsvbiv4xaissHqVHPk24194ByWA { 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:4.6875rem;width:6.624rem;top:32.6875rem;left:40.8125rem;overflow:hidden;display:block; }
#yf5STzxeCTrVyw659KnNVTcyHHxbgXvC { 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:5.3125rem;width:7.375rem;top:32.375rem;left:19.9375rem;overflow:hidden;display:block; }
#IpK6RD1ToixbUJTVKGOvuheRJtnA4T4V { 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:4.811525rem;width:6.749rem;top:22.5625rem;left:47.375rem;overflow:hidden;display:block; }
#H3poyRJTaxzTvCsfhBt9Tfnz7TWzsHEh { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4995125rem;width:6.3745rem;top:32.8125rem;left:47.75rem;overflow:hidden;display:block; }
#ZkTQfm01hhRGhi9t4ahvxNXVoc0IXpTa { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5625rem;width:4.875rem;top:33.25rem;left:28.0625rem;overflow:hidden;display:block; }
#IEaRVLACMAPkxoTsSzpgSbXWvJa5WGRx { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.249025rem;width:5.999025rem;top:37.8125rem;left:27.6875rem;overflow:hidden;display:block; }
#FgT6B58bZxAEM68Pv5lvOAc7SzadkNi3 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:5.249025rem;top:43.25rem;left:18.875rem;overflow:hidden;display:block; }
#KrGqChrOG4bvA9l6zIenQKD0t963DgmD { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:6.0620125rem;top:43.1875rem;left:43.875rem;overflow:hidden;display:block; }
#QLN0PTZszRi2nTom0v3AML42raZrqxLB { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:5.625rem;top:43.125rem;left:50.875rem;overflow:hidden;display:block; }
#ulsnbi9oqixcOG6R6ix3OAPevt7fdEzI { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:8.374rem;top:18rem;left:3.625rem;overflow:hidden;display:block; }
#nOD8xgivwAG3LphSqMM2oyVTsw3mTMhu { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4362rem;width:6.1237rem;top:17.80989074707rem;left:41.643230438233rem;overflow:hidden;display:block; }
#urDCAHdpsv5Oqun4bRipgpGoIzJzl5IO { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.11328125rem;left:12.15625rem;height:4.38585rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FdzE17ImaLohnqsGhM4WEVwfGgP6yB1Q { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:5.4375rem;top:23.4375rem;left:7.5rem;overflow:hidden;display:block; }
#QtwT9Xysdb1KuqLazQdriNAgdGlbo023 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.93489375rem;width:5.5612rem;top:22.64973449707rem;left:53.562503814698rem;overflow:hidden;display:block; }
#ncloyq0FcWmSSadd21zcwKqdpvJkANJi { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.25rem;top:23.25rem;left:14.5rem;overflow:hidden;display:block; }
#fFEb5W21x9aypWtJHOZTbaH1bLgPtpAb { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:6.0625rem;top:23.3125rem;left:21.5625rem;overflow:hidden;display:block; }
#qnBdEQvEzrXTrr405MCaTERr6ah2IvQq { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6rem;top:23.375rem;left:28.0625rem;overflow:hidden;display:block; }
#F0eUa9VHUlJUA0u7EuBRFeiXhsTNmnpR { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3112rem;width:5.9987rem;top:43.1875rem;left:6.0625rem;overflow:hidden;display:block; }
#TuaU7o2H6c6Q1Pro9dpU1p9INL6LJlnX { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8112rem;width:6.875rem;top:17.62239074707rem;left:46.770832061767rem;overflow:hidden;display:block; }
#kztLy5ShUURqerKq70db9yJfSX5K2zm1 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.25rem;top:32.625rem;left:0.1875rem;overflow:hidden;display:block; }
#xokPpl3a8TPX1CTFO35RJcWZu82MJQHc { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:6.4375rem;top:28.0625rem;left:47.6875rem;overflow:hidden;display:block; }
#n0vZpMFB8RK9g4Z0inrsHzpvcxTqUWyS { position:absolute;display:block;z-index:15023;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:5rem;width:7rem;top:32.5rem;left:34.5rem;overflow:hidden;display:block; }
#k9bqlFT4nETaJlywpbObL9ROMfHuyfvO { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:6.1875rem;top:38.125rem;left:0.125rem;overflow:hidden;display:block; }
#VgLBQaC1epAPASvDZvyholKRZG7yR0xU { 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:4.375rem;width:6.125rem;top:38.125rem;left:7.0625rem;overflow:hidden;display:block; }
#v0h5BSkXXMA39idO36GrhNKhl8bS6Mgp { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.0625rem;top:37.8125rem;left:14rem;overflow:hidden;display:block; }
#zerqwUi2kk7PBdtT5gazKmLcTHbe22MH { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:5.875rem;top:38.0625rem;left:20.875rem;overflow:hidden;display:block; }
#firtTyoDTI4QFAMr1vzGDByMHNWKfvmV { 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:3.4375rem;width:4.8112rem;top:18.308589935302rem;left:53.562503814698rem;overflow:hidden;display:block; }
#t0aPLcXbKU81U0aTmJ8Q6doUXv0JIAr7 { 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:3.374025rem;width:4.74975625rem;top:37.6875rem;left:42rem;overflow:hidden;display:block; }
#KoU91xCiSMaab7NaIiw7pBEP58x9Uxvc { 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:3.3125rem;width:4.5625rem;top:37.9375rem;left:54.4375rem;overflow:hidden;display:block; }
#sqzHc7VsIyaTGvCKphTyTMO743THsNrL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:4.5rem;top:28.375rem;left:36.1875rem;overflow:hidden;display:block; }
#klOMnR1rTI93nmozRTkNDcZxHvJ4iUHs { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.311525rem;width:6.12305rem;top:37.3125rem;left:47.4375rem;overflow:hidden;display:block; }
#XSKH2x8aV6NqurLmDq7uNeXuF3tBghNm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24926875rem;width:5.9375rem;top:32.9375rem;left:53.75rem;overflow:hidden;display:block; }
#MRJ79FfAdEuqz95QqxaH7hr2SfZiyiTZ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1870125rem;width:5.81176875rem;top:43.25rem;left:24.0625rem;overflow:hidden;display:block; }
#ayuSv4ff7zNCPFErunz3XcWx1JsSTBpR { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12475625rem;width:5.7495125rem;top:43.125rem;left:30.8125rem;overflow:hidden;display:block; }
#dxhBL3bzB7ZtGgrlhGsqy6apec8Ec7Ay { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:5.75rem;top:5.234375rem;left:53.654949188233rem;overflow:hidden;display:block; }
#iZZqdHgrda6ao7XVaqwm2NDTQ7VKi5CF { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:6.375rem;top:28.75rem;left:0.125rem;overflow:hidden;display:block; }
#CShfcGo8rGTtLRT0eRuHnx4LKT6xhz25 { position:absolute;display:block;z-index:15031;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:1.75rem;width:10.6875rem;top:29.3125rem;left:26.25rem;overflow:hidden;display:block; }
#OrnfsPbS97m10WRbQRAIurGPsVnxEV7u { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.9375rem;top:28.75rem;left:7.1875rem;overflow:hidden;display:block; }
#U9rdeCx3LD4PX1IfE6DNa1k4nd33wn5U { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:28.1875rem;left:22.3125rem;overflow:hidden;display:block; }
#vAf8tJgDzlsTCFGrZNpPfrknnNTeNhO7 { position:absolute;display:block;z-index:15034;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:1.25rem;width:6.4375rem;top:29.25rem;left:14.5rem;overflow:hidden;display:block; }
#QTBo8naLNq0Adk8PCdMHtTtmqfpGAhmC { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:6.75rem;top:28.375rem;left:40.9375rem;overflow:hidden;display:block; }
#t8V6S0UiT8bLKtKqwHwhLyIyoCS7ZXfS { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4362rem;width:7.0611875rem;top:7.59375rem;left:45.867191314698rem;overflow:hidden;display:block; }
#z6X8dTs5Ug0JhcP8lhoaRec9qx05HW5l { position:absolute;display:block;z-index:15029;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:2rem;width:7.1875rem;top:19.59375rem;left:12.895832061767rem;overflow:hidden;display:block; }
#ADMRWVrIaVA5uxatWUvVMHefD9gRBLIG { position:absolute;display:block;z-index:15030;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:1.9375rem;width:8.5625rem;top:19.0625rem;left:20.403644561767rem;overflow:hidden;display:block; }
#I8uEBuliJeIQT95M68Jf4ABMZWZyGMUq { 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:1.25rem;width:8.75rem;top:7.65495300293rem;left:0.9375rem;overflow:hidden;display:block; }
#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { background-color: transparent; background-image: none; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container > .video-iframe-container { display: none; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row > .video-iframe-container { display: none; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .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); }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { border-width: 0; border-radius: 0; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { font-size:0.875rem;font-family:arial;height:23.625rem;width:60rem;position:relative;display:block; }#sDPi8TN0bI5ZUCEo4mlMNeZNQqBu40Lw { color:rgba(var(--color-primary-3),1);display:block;width:33.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.060546875rem;left:13.0625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#snuIToKdvsbZEHCn1tNai69PFAZF72X6 { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.625rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iNuaZmbOxGdmPULiC7DlOQz8d2g3QIql { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.25rem;left:0rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ce2b9b25-78e4-44f0-a379-fe5d068a4742/ddsds.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.9375rem;top:10.8125rem;left:3.1875rem;display:block; }#vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E.adaptive-delivery-prevent-bg, #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E.lazyload, #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E.lazyloading { background-image: none; }
#T6nGmJ9shlgyvqdIXInmbd3UP4sI68S1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:14.25rem;width:27.375rem;top:7.5rem;left:1.4375rem;display:block; }
#CSkBPTFTzoJ6Bo3gA3RfIT7qFZHBT01M { color:#808080;display:block;width:16.875rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:9.75rem;left:10.25rem;height:11.1979375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ku2ZTsJ3ToOBZOfSd1Wpy7TQzJm0DBoa { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.625rem;left:29.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSVf8eEC4lmphOLplqLm5fBZdOC0OTwx { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:17.3125rem;left:29.875rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U4NJxNUZWhZbL9ORcqbHT6qHO8MAo9tT { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:14.25rem;width:27.375rem;top:7.5rem;left:31.1875rem;display:block; }
#w0bT94EsFkKrSDhgogsONtKxyrdyTUHa { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4224276f-dba7-4615-964a-011dcf74a424/alcindoe1658810957945.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:5rem;top:10.8125rem;left:33rem;display:block; }#w0bT94EsFkKrSDhgogsONtKxyrdyTUHa.adaptive-delivery-prevent-bg, #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa.lazyload, #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa.lazyloading { background-image: none; }
#iEiKKkTkZpIJUbRn7AKferH5B7NW09ZE { color:#808080;display:block;width:17.5625rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:10.625rem;left:39.9375rem;height:8.3984375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { background-color: transparent; background-image: none; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container > .video-iframe-container { display: none; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row > .video-iframe-container { display: none; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .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); }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { border-width: 0; border-radius: 0; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { font-size:0.875rem;font-family:arial;height:23.3125rem;width:60rem;position:relative;display:block; }#rH6wvthz2Fr1U9sitrOnSJ7S6hBNXADQ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.375rem;top:9.75rem;left:0rem;display:block; }
#nN75ZrkH5f7WC0bW0PZSMoNZOgiAqLiL { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.375rem;top:9.75rem;left:20.3125rem;display:block; }
#cT4VodClGVxTfEdp0CUbPnPbOA8EDFyT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.75rem;width:19.375rem;top:9.75rem;left:40.625rem;display:block; }
#lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0bee149e-d85f-40b3-9ef4-6e223d55dbc9/perfil3.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:0.9375rem;left:7.1875rem;display:block; }#lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw.adaptive-delivery-prevent-bg, #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw.lazyload, #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw.lazyloading { background-image: none; }
#h9JA3ECR5y3qkbu0XfDDnB46aBwEmLBe { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.0625rem;left:3.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JwuCbprJux1H1ZI4OetsxnhQG3oahm6x { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.0625rem;left:24.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4 { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1dfe7d1f-5c75-4d19-bf9d-bf129cc0cce3/perfil5.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56176875rem;width:4.56176875rem;top:0.9375rem;left:27.75rem;display:block; }#W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4.adaptive-delivery-prevent-bg, #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4.lazyload, #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4.lazyloading { background-image: none; }
#n3TFWH7znD7FHT45AH2CJHcixxkKtHB0 { color:rgba(var(--color-primary-3),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:6.1875rem;left:44.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg { position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e15e5d06-dca0-4f5d-a499-93912b39f058/perfil6.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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.56176875rem;width:4.56176875rem;top:1.0625rem;left:48.25rem;display:block; }#obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg.adaptive-delivery-prevent-bg, #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg.lazyload, #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg.lazyloading { background-image: none; }
#LlIsx0GNproHpT4wziQIrCdatQV5CGaZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:3.8125rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AF4khxDLZuKydyv2TWuEm6EkSREt90r2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:7.6875rem;left:24.375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRHmi9sPeErUD7UWKwPGZs7EIaFu5FO2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:7.8125rem;left:44.9375rem;height:1.05625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container { background-color: transparent; background-image: none; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container > .video-iframe-container { display: none; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row > .video-iframe-container { display: none; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .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); }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container { border-width: 0; border-radius: 0; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:60rem;position:relative;display:block; }#DEQ1HL2Z1y4bt7T8qcsgNZJJ3mUS9yPw { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:24.375rem;left:0rem;display:block; }
#TTksxmmiutSU6ct1rHalgK8UokEgAiqu { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:20.8125rem;left:4.8125rem;height:3.25rem;font-style:normal;display:block; }
#wILirblBTDB1kof3SdDyBC8ZAndlSBcZ { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.1875rem;left:4.8125rem;height:2.68120625rem;display:block; }
#ZeqlmNUAoBLUc6lKIzgabrtdAWHZVJzU { color:rgba(var(--color-primary-3),1);display:block;width:10.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:20.625rem;left:23.3125rem;height:3.4121125rem;font-style:normal;display:block; }
#yhLdO24fyCTNVUe8HdotQkuk6lB1NTSX { color:rgba(var(--color-primary-3),1);display:block;width:14.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:23.3125rem;height:2.84375rem;display:block; }
#oy9okex5xAI61P4xUCnyF34Qg5zRKcFO { color:rgba(var(--color-tertiary-4),1);display:block;width:12.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:23.8125rem;left:4.8125rem;height:1.38125rem;font-style:normal;display:block; }
#i4VncWETLg6WGBBVHo68TdNQnRZH2qkT { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:23.75rem;left:23.3125rem;height:1.38125rem;font-style:normal;display:block; }
#QTwN3iZH1FQ2W6gb5HDlaz13SQBurdde { color:rgba(var(--color-tertiary-4),1);display:block;width:10.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:30.875rem;left:4.8125rem;height:2.76041875rem;font-style:normal;display:block; }
#gHZs7QOuQ4oBavkKI84bBbgpTCmTFvy2 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:30.875rem;left:23.3125rem;height:1.38125rem;font-style:normal;display:block; }
#FAmu6sy4D1Iktx5hESEcuN1EWQneO4QW { color:rgba(var(--color-tertiary-4),1);display:block;width:35.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:6.987875rem;font-style:normal;display:block; }
#o7Ek6Ehex3xkzT4LEbmQxdDhxp0CXb3r { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13rem;left:0rem;height:5.19965rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GfTlXl9DkE493sgnl6ZP3S0K4Dwh50f4 { 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:31.25rem;width:31.25rem;top:5.5625rem;left:28.75rem;overflow:hidden;display:block; }
#MTG777gsdT1NFEHdLGEAqF2iy7TeM8fh { 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:15022;opacity:1;top:20.75rem;left:0rem; }
#VSIy3k0FEe67NNzoOtTPXENFKvMqhZAI { 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:15024;opacity:1;top:20.875rem;left:18.9375rem; }
#iGmLi1kGKRww7MxOCcAttpclmCQV89PD { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:24.1875rem;left:18.625rem;display:block; }
#Gyt6ddr9qMymus9WdPvF0MA4k4E1Ouor { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:31.1875rem;left:0rem;display:block; }
#CKESZwMOlBvJ2QpI8GNS53CWLpvFdRxK { 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:15024;opacity:1;top:27.625rem;left:0rem; }
#tAvzSEwqOqHcmtIrh3IuJZmiGZCpPTSm { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:3.75rem;top:31.4375rem;left:18.625rem;display:block; }
#KL0Po6X7wcnX2zFHL3SkUG095TNyvNvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:28.21484375rem;left:19.1875rem; }
#LbgR568fizGcRHE5lTRQH9bpPwamHAlx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/GWe0dlVD9e0/unsplash/benjamin-child-GWe0dlVD9e0-photo-1431540015161-0bf868a2d407.jpg");background-position:top left !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; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx.adaptive-delivery-prevent-bg, #LbgR568fizGcRHE5lTRQH9bpPwamHAlx.lazyload, #LbgR568fizGcRHE5lTRQH9bpPwamHAlx.lazyloading { background-image: none; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container { background-color: transparent; background-image: none; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,0,2,0.65); }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container > .video-iframe-container { display: none; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(5,0,2,0.65); }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row > .video-iframe-container { display: none; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .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); }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container { border-width: 0; border-radius: 0; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#Q1LkiDgrshbXTPH0qPkVA7cnoqBABH4h { border-top:0.125rem solid #fffdfe;border-left:0.125rem solid #fffdfe;border-right:0.125rem solid #fffdfe;border-bottom:0.125rem solid #fffdfe;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-tertiary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:17.375rem;width:26.25rem;position:absolute;display:block;z-index:15000;top:15.1875rem;left:16.8125rem;display:block; }
#lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG { border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/55b8ec53-376e-436b-988a-bb4dc2398c09/Designsemnome.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;height:9.0625rem;width:9.0625rem;position:absolute;display:block;z-index:15001;top:10.5rem;left:25.1875rem;display:block; }#lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG.adaptive-delivery-prevent-bg, #lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG.lazyload, #lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG.lazyloading { background-image: none; }
#lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem; }#lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.01); }#F8KnfJpm8k3Rrgptnh0BMs36QQMUUcIZ { display:block;width:23.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:25.1875rem;left:18.125rem;height:4.50195rem;color:rgba(var(--color-tertiary-0),1);font-style:italic;text-align:center;text-align-last:center;display:block; }
#UoeXgEaMTxSZ8we7vB4TSs5pmJqy9V85 { display:block;width:25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:21.25rem;left:16.8125rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-0),1);display:block; }
#smTnX01XnVv7vmHCe23wt89X9Zadi3xI { display:block;width:60rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:3.8997375rem;text-align:center;text-align-last:center;color:#fdfdfd;font-style:normal;display:block; }
#T4ywfa8hS3tK08b8tVn4wdXz7es8ozTf { background-color:#f59700;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.9375rem;left:21.25rem;display:block; }
#h8XOUFz6oXS3dEgJl6uaJ3eXWKaiCbSX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { border-width: 0; border-radius: 0; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:60rem;position:relative;display:none; }#Llm4vAKqObWEw9kGJG4QgD80kauSGa5F { color:rgba(var(--color-tertiary-4),1);display:block;width:56.6875rem;position:absolute;font-family:exo;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:1.65625rem;height:3.0869125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NBTReKxSyDw91hUWFTrPa9gFVIy8KXMg { z-index:15004;top:33.1240234375rem;left:18.84375rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.3125rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fohfLT9ALswNc83blBJBNOTUXDBPN24r { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RDi99NUMlkRLeNNLyDZy0bqDTXeEE67f { 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:11.875rem;width:11.875rem;top:7.375rem;left:0.3125rem;overflow:hidden;display:block; }
#KVgMTtOL6AxFXQDKARR2qZqJiDLUL4E9 { 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:11.875rem;width:11.875rem;top:7.375rem;left:12.1875rem;overflow:hidden;display:block; }
#EHOSbZOxWJEVol9qMKa6J0Kz0a0dQfGf { 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:11.875rem;width:11.875rem;top:7.375rem;left:24.0625rem;overflow:hidden;display:block; }
#kmxeptkSaQ6uXa0Ez5Hy67TK9Xxb2lo9 { 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:11.875rem;width:11.875rem;top:7.375rem;left:35.9375rem;overflow:hidden;display:block; }
#vUlTZXV3hEOAi7ZaU06vJWeXZwm8LwKC { 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:11.875rem;width:11.875rem;top:7.375rem;left:47.8125rem;overflow:hidden;display:block; }
#JVAbfo1cQXyFJO7AXkdvB0Hkl0TOgThm { 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:11.875rem;width:11.875rem;top:19.25rem;left:0.3125rem;overflow:hidden;display:block; }
#hAaBE6TVKq3hRFKTnyPk5TD0qMsLAKb4 { 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:11.875rem;width:11.875rem;top:19.25rem;left:12.1875rem;overflow:hidden;display:block; }
#HyuVJJZoMM2JIngl2xXvpKQp7u9fxd7l { 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:11.875rem;width:11.875rem;top:19.25rem;left:24.0625rem;overflow:hidden;display:block; }
#zXE3kgxnTA2fyUcUIELKtzuoCSXp5n3v { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:11.875rem;top:19.25rem;left:35.9375rem;display:block; }
#mU8sP0BBF8NA1TisTWSXvKPlNk8bK6cT { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:exo;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:22.75rem;left:36.8125rem;height:4.875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);background-image: -moz-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);background-image: -ms-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);background-image: -o-linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#151419' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-4),1)', endColorstr='#151419' );";background-image: linear-gradient(180deg, rgba(var(--color-tertiary-4),1), #151419);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; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container { background-color: transparent; background-image: none; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container > .video-iframe-container { display: none; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row > .video-iframe-container { display: none; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .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); }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container { border-width: 0; border-radius: 0; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#XnucMlaFS48fEBA5dqWoaRVkbqGiaLvi { background-color:transparent;background-image: -webkit-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(115deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.25rem;height:3.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:28.4375rem;left:20.625rem;display:none; }
#DOpatRU35WaLS81S6cQe6bQG8Qbh5gad { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPaDI1Re5FGMw7aCnNeKOW5gONX15WcJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.4375rem;position:absolute;font-family:oswald;font-size:2.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:8.31005859375rem;left:9.749755859375rem;height:3.7380625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uRtMZNX5bdza19fTmQeZzwsGPUXoScnW { position:absolute;display:block;z-index:14996;background-color:transparent;background-image: -webkit-linear-gradient(339deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(339deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(339deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(339deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(339deg, rgba(var(--color-secondary-2),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;box-shadow: none;height:4.0625rem;width:45.625rem;top:8.14892578125rem;left:7.1875rem;display:block; }
#JrT8ky2VdPHgU2VvBB2k7kBWDX3V6luG { 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:3.125rem;width:14.375rem;top:3.05908203125rem;left:22.8125rem;overflow:hidden;display:block; }
#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151419;background-image:url("https://images.assets-landingi.com/uc/cd3c0481-e1c8-48f5-b2ce-d29d0c6a6377/fundoebillions3.png");background-position:top left !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; }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM.adaptive-delivery-prevent-bg, #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM.lazyload, #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM.lazyloading { background-image: none; } #da0656efac66945115a9ba89aa7a738f.widget-smartsection *:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="text"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="email"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="tel"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection textarea:focus-visible { outline: none; } #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container { background-color: transparent; background-image: none; }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container > .video-iframe-container { display: none; }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row > .video-iframe-container { display: none; }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .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); }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container { border-width: 0; border-radius: 0; }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container { font-size:0.875rem;font-family:arial;height:47.8125rem;width:75rem;position:relative;display:block; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container { background-color: transparent; background-image: none; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container > .video-iframe-container { display: none; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row > .video-iframe-container { display: none; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .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); }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container { border-width: 0; border-radius: 0; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#nMwAa6Z3Rf8fw7csgQMlq2m9cNtWco0I { color:rgba(var(--color-tertiary-4),1);display:block;width:49.3105625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:3.775390625rem;left:5.34375rem;height:2.8869625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gga7BFFu0dMxAEMp3r7QtOxhh5KES0wW { 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:11.125rem;width:44.4375rem;top:9.435546875rem;left:7.78125rem;overflow:hidden;display:none; }
#oUcQyQ2GGUkLlFTreZikftGevlPyiq9d { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:10.3125rem;top:15.78125rem;left:38.1875rem;overflow:hidden;display:block; }
#hsoQKwVsiA1KJeSX9MDSqgSerP5vZuVR { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.6875rem;top:16.125rem;left:11.919921875rem;overflow:hidden;display:block; }
#e75rJMZPmD8fNcX353JBPkKpTDx82Xh9 { 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:10.4375rem;width:10.4375rem;top:5.724609375rem;left:28.875rem;overflow:hidden;display:block; }
#BHxNA9chUxe1FQIUGkLvd1v4xs1u4bCK { 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:5.1875rem;width:6.875rem;top:14.75rem;left:29.533203125rem;overflow:hidden;display:block; }
#tUnzwIzHcWx31alK2CgsOCkaTCokuAsJ { 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:4.75rem;width:9.1875rem;top:9.5rem;left:19.375rem;overflow:hidden;display:block; }
#yXp4OKJvFgf66c1kCFmUvo9S3CqZE0iO { 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:2.1875rem;width:14.0625rem;top:11.28125rem;left:40.091796875rem;overflow:hidden;display:block; }
#tvDCGr1VsnkDkdTfFTTgmtqbWzSViU0O { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.375rem;width:6.375rem;top:14.03125rem;left:21.3125rem;overflow:hidden;display:block; }
#fHLab0WGvfHzsGz8XfID4qoD7OIpf3X3 { 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:2.6875rem;width:11.375rem;top:10.46875rem;left:5.875rem;overflow:hidden;display:block; }
#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#333333;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; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { background-color: transparent; background-image: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .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); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { border-width: 0; border-radius: 0; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { font-size:0.875rem;font-family:arial;height:9.3125rem;width:60rem;position:relative;display:block; }#pcdFTTi69lAoudiSCPHWFS6D6DRATHoB { position:absolute;display:block;z-index:15004;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:3rem;width:12.125rem;top:3.15625rem;left:1.4375rem;overflow:hidden;display:block; }
#KazqQDUgAi6RuZr0QRJgkAfNOc0DULdm { color:rgba(var(--color-tertiary-0),1);display:block;width:15.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.9375rem;font-weight:300;z-index:15005;line-height:2.9;letter-spacing:0;top:6.59375rem;left:44.875rem;height:2.71875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:3.5rem;left:52.125rem; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:49.3125rem; }
#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:46.5625rem; }
#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#epCGNHuTADmoXKFxe4v9GU7qTolVasDC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:3.5rem;left:54.9375rem; }
#epCGNHuTADmoXKFxe4v9GU7qTolVasDC > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5rem;left:57.6875rem; }
#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL { display:block; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogccvQJ2Ur8xUUpHzC4dVLRJDbFGrBiB { top:20.4375rem;left:0rem;width:30.875rem;height:2.6875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K2cqmJcABwE7n1UX0NZSINsKuoCi32BX { top:41.25rem;left:0rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs8Ez22QzSGWoPgBzU3ctp6qKFr26HGs { display:block; }
 }@media only screen and (max-width: 763px) { #BnLl5znruNNRoIr3ftHgQhKTpMqGAPTh { top:8.25rem;left:0rem;width:21.5625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVLM6xuU9mx4970KbUCQgB89O2Wy7mI { top:29.6875rem;left:0rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ynKzpJgn1rJhgtDT7vCTMp3TgcqaEz { top:23.25rem;left:0rem;width:30.5625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONrfnC6xMggwxbo8gnbop4T7sNvEMIy1 { top:31.8125rem;left:0rem;width:29.9375rem;height:6.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyND8RwEx2GnKdAaLBpRh2qzWOrASdsp { top:11.75rem;left:0rem;width:19.1875rem;height:2.5rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QXA4PC49o1lio9Of55xUR5T9Z9999Rtl { display:block; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXDy7ptPQ1lfi2LJ6h6KoVT3Ma2ZNiZ2 { top:2.5rem;left:4.1875rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1GN1b2XayxiyIUWDJPmhosoXFNcdRD { top:2.1875rem;left:27.75rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWShFRW0HH53NuQRZgtgHOlZWKnXF10d { top:2.5rem;left:40rem;width:3.5625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB6zX6hTbegMHbRTrE8oeRKOVd1NPnEk { top:2.4375rem;left:16.09375rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R14pGuU5MJmoAFSBmoJvTiyAeZuX2LcL { top:7rem;left:0rem;width:14.4375rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRgzIT4omzLrJAguOSG9lZ6bckxQWXPX { top:9.375rem;left:0rem;width:12.5625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJE8Kbvn5ZtTcutV70B1gQI2BdCT0q0v { top:9.375rem;left:11rem;width:12.875rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBdqnkUgy7iFeTSas0027mP4t7PowQBR { top:7rem;left:9.3125rem;width:14.625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP002bHacBt8wDxVtylxJvsw10bIyxks { top:7rem;left:21rem;width:14.8125rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTx0Rh2I9m0Qaa1kNPv0JiVKmPD1Fki6 { top:9.375rem;left:23.375rem;width:12.4375rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5IDRfIv75vVUM1bgJF7uKmgAm4JPpI9 { top:9.375rem;left:37rem;width:9.5625rem;height:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHrufLqXLbUc5nPQLOvQzg2isfyCd3Cw { top:7rem;left:33.125rem;width:14.5625rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 { display:block; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eTuWDeTPCXraLQerbGprQlsLo3wClp { top:7.9375rem;left:5.15625rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A3sAVpQucnQd7HmdJ8w1PuKkrpGtcRRV { top:33.75rem;left:0rem;width:12.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6ff71O48cH6VGNkKpQ1W8JJeGEQxuZK { top:37rem;left:0rem;width:13.0625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAwDifbXBx2bKOssAXnIRFTVHyFlgl5T { top:17.5625rem;left:35.125rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNu0KSkqyleIpz54l5SSdgsXcA57Bz9X { top:20.5625rem;left:34.6875rem;width:12.9375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaCS9GnzgUKaIanHzpToK7TPoTRQm38w { top:7.6875rem;left:18.9375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DnHdzDWUho7tNWR6KJtHZRP1XobqaD9A { top:10.9375rem;left:13.875rem;width:17.875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s28fvo4sFqhLWT3xvH0Gb3flAgmunA2N { top:17.4375rem;left:2.0625rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxg8TdBt4nm2n459T2knJCRMflZJIqKa { top:20.75rem;left:0rem;width:12.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrMaOmqiSRiiJlFl7LiPbdRcXrJteE { top:33.75rem;left:37.4375rem;width:9.875rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu6STNEbOrmacMK2Ol5Hb4TaEy4KvkuK { top:37rem;left:37.4375rem;width:9.1875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh0I9KJHcr8W6LpAvT009f02zFZsKqVW { width:18.6875rem;height:;top:2.625rem;left:0rem;font-size:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Td8cnFt33CXvrBumzOnX5KQKWvfOqOwp { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #xasQArWTzv20D6inAVDHlPqRMvA0bDA5 { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFnVnKKVgI9DHnRcoVMP3dwG3N9Ltno4 { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #S5aa2UghmOhQ0968RTXwAbXk1IeA2nX3 { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #WGyqE8X67HLMyaDZy7q1xai1Im9sCbwD { width:25rem;height:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XLexqI9p2BDs76EuX0qcS3lC1FxEG0VW { top:9.5rem;left:0rem;width:47.75rem;height:28.3515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhWaufnU65ZiEwsxiDk56T5Q1uFcsefH { width:47.75rem;height:3.0625rem;top:2.5rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw { display:block; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU1ipRcJadESzsw4AmRx1FN1HLwnTWxx { width:12.3125rem;height:3.25rem;top:22.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly3apnF5rpTdwCOpk6ncCcg2Bx3eZZNu { width:12.625rem;height:6.375rem;top:27rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCwlTtbvzd4lunuP2KyK8uTwhXWyWWkQ { width:12.25rem;height:9.5625rem;top:27rem;left:3.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pppbnCaUa37D1hJN6sbR1lzIJSwN0Wl9 { width:10.4375rem;height:4.875rem;top:21.375rem;left:5.4375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPxH1HVW0ObACqyG8FT0x8cr9DSV4EwO { width:12.5625rem;height:7.9375rem;top:26.1875rem;left:35.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLx2cmrTD6ZnT2LtK8UJmZ6MbZ0WR2Bg { width:10.4375rem;height:3.25rem;top:21.375rem;left:36.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ane5sOJXdJmQ5WIv3UaxuL4TNXcg5SsZ { width:47.75rem;height:6.125rem;top:2.625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #buWvuMQJIoBU2O7tJTdfLUyNVQlek0la { top:10.5625rem;left:0rem;width:15.125rem;height:28.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx5XRrswOGIQQGCnuy2KbAMB5WFK8NvW { top:41.0625rem;left:0rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiWgKT4aNrcTMqGSnQGlTaUl3tKr1pHE { display:block; }
 }@media only screen and (max-width: 763px) { #X2H2idxcynC3AxiOAdplNkxUvu7ME6WX { top:14.8125rem;left:2.75rem;width:5.5625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzRt4h1r7qkbVwqizaNvRQdWPoDDIu1L { top:14.4375rem;left:9.75rem;width:6.125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dotzLAoTVpTHv8PCESNwwyBnuDLvagfH { top:15.4375rem;left:27.0625rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp2icCZTOCZXqnraTBrWpMN0bUfZSnRy { top:10.5625rem;left:0.875rem;width:15rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3bBdccODtqwIUWk07dLW6tFSXdXoabT { top:10.5625rem;left:16.9375rem;width:14.8125rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVEGeoXSx0oJF7i1QTIvtadIAOesmxFB { top:10.5625rem;left:32.5625rem;width:15.0625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqFedtJOZ7KVJrpkmhFCQDN03zPOR9Pc { width:11.4375rem;height:3.25rem;top:21.375rem;left:20.3125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3wqoVoDhyCvmH0uR84kAKT5lH1B6yqp { width:12.3125rem;height:6.375rem;top:27.0625rem;left:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp9IhLmX8glFS4ib2Xl2oCpT2sR4OaSg { top:14.875rem;left:39.125rem;width:5.4375rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B { display:block; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdbSOgd5lpUBxvyH6ppdN3Pok4yOwEbf { top:25.375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6WzdIraKmFDTcT1soyQWfPSi7SmrB { top:22.25rem;left:19rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT { top:2.9375rem;left:0rem;width:23.3125rem;height:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEey02fUnQOyF3qt3vM0bSFIhy8BtL4l { top:4.4375rem;left:15.9375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqnZR3v3NISk9sctA3wTw3gnFs6RXEDG { top:5.75rem;left:19.125rem;width:28.625rem;height:3.0625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvmo97nKSdbtetPrZcQcGzaSrD2aPmss { top:13.5625rem;left:21.875rem;width:25.875rem;height:16.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAcg3nuS8vrVzdcDIPGoaQmgywI0bKbs { top:8.0625rem;left:19.8125rem;width:27.9375rem;height:3.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTHgCsppDMuKqN89aNxUd6sSxv70Juze { top:31.875rem;left:24.25rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgJ8zXw2sn3NGBRWhgCeDeF5OuWAhRM { display:block; }
 }@media only screen and (max-width: 763px) { #aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t { display:block; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJst8KBIRShXVWkpUVUHZvrsh15GSeri { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Opsduci5WdVny3Pchn4coO3ZhzXK09 { display:block; }
 }@media only screen and (max-width: 763px) { #oa58SLKPxapHUwy8OSywfCq3CC1zy7iG { top:0rem;left:11.4375rem;width:36.3125rem;height:20.339472325459rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzFIufh2FRPhEOfD6Js0eBq1Bq4b1PL { top:7.25rem;left:0rem;width:41.4375rem;height:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGHmKoxbr0szfgcIJypeuaTFdn1BdDxU { top:0.5625rem;left:11.4375rem;width:26.375rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCZCRDVBAiOhoPR39gzFsDeEEB7BXN4F { width:17.5rem;height:3.4375rem;top:9.875rem;left:24.374134063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9GnQi5vP9XsPKtGV4031XEu2T7fPMq1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nt43rnmUh4eVLbBqkqTy2iwxsOo851vI { top:1.3125rem;left:0rem;width:31.875rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk { display:block; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #US7inwud8Qe9Xs9NuqMRzHenwHH4lEfR { top:22.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9T5cVUzRb5PisQpb05GVGPLfSAad8U { top:17.9375rem;left:14.375rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG { top:2.9375rem;left:0rem;width:16.625rem;height:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6CBMTxHnQFoScduIJdJJVLffzyd5Hql { top:2.9375rem;left:13.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPiJ5kKNO2NSvzMXJXyZWAkyN2NNEkH { top:2.0625rem;left:19.125rem;width:28.625rem;height:2.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhSvVKyrou1GDmTv1xS1FXTwvgLGxGmG { top:9rem;left:20.25rem;width:27.5rem;height:15.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J63rZ5m0D3BHUUnGepHFpQySkXH7E3tX { top:4.9375rem;left:19.8125rem;width:27.9375rem;height:3.875rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zQw3ZG32iQuavixByDJpFyUIM1F4QNbC { top:26.75rem;left:21.875rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9X63N58tbQlyomReX6wGaTXX0dUpPQv { display:block; }
 }@media only screen and (max-width: 763px) { #ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr { display:block; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QswJaN9rhuuTXkQmGUl1AEUf63FcK1Rt { top:3rem;left:12.96875rem;width:21.8125rem;height:2.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhuNX3TXSBuI728kWspHDVnpBhgRqmW3 { top:6.0625rem;left:3.7643241882324rem;width:5.3125rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFBl1EEolUJA12CsLn0RkiEbrJkt2cz { top:5.625rem;left:8.6380195617675rem;width:6.5625rem;height:4.5186662993828rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOCXka8DhIzZ4s0G0O8Qc0n3pEB4rvH { top:6.0625rem;left:14.82421875rem;width:6.75rem;height:4.7056528662421rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnUSXMPO0EBPtJpWyrkveGCqFlXpytHJ { top:5.8125rem;left:21.875rem;width:5.375rem;height:4.7570361649682rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGoRxNblc9TS2Zdaem0vz9IF6Kq9ECIV { top:5.875rem;left:27.329425811767rem;width:5.9375rem;height:4.12239375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWbbbkrL3QJJfH5Esv5MoLyzZ0zhsN6 { top:18.1875rem;left:22.95703125rem;width:5rem;height:3.55989375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdB9sud8WKHhgu9SZE681m6uBhTTzy3 { top:5.1875rem;left:31.558597564698rem;width:7.6875rem;height:5.3928905859242rem;display:block; }
 }@media only screen and (max-width: 763px) { #utrXl97PU5akAOoUmGibGIw4HvcgcnxU { top:22.625rem;left:0rem;width:7.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpS5zkEK5ev6gdcoUFo967RTNuh7kLXr { top:32.75rem;left:1.375rem;width:6.3125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl5y40vI8BhxHxdVpHOBVt289A8adOz1 { top:17.375rem;left:27.873699188233rem;width:7.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP9B4yCHzmL7uhfTIgesuUu8vmhcb520 { top:23.0625rem;left:28.875rem;width:6.125rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEacPmED7IiEBEtz5TnCpqvND45hxFOT { top:23.25rem;left:35.9375rem;width:5.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiydXpFgrO9fvURNHSBs3ET2pQwvbxRB { top:32.6875rem;left:8rem;width:6.5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rntLTCTUgNt82HkJPkr8FvvJekVkUB3x { top:37.3125rem;left:29rem;width:5.75rem;height:4.080271716685rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwRGyWEsawaWzOgsUWXsQGN5VrLnKn0 { top:43.125rem;left:6.8125rem;width:6.25rem;height:4.4362rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgqfgCpozihtsQGTz4wqUIowQPrSArV { top:43.125rem;left:31.8125rem;width:5.0625rem;height:3.6430989905842rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1XwC1JGbm9DWnTINNhprQmeGKicM78 { top:27.625rem;left:41.375rem;width:6.375rem;height:4.5178376173783rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnMTISsvbiv4xaissHqVHPk24194ByWA { top:32.6875rem;left:34.6875rem;width:6.5625rem;height:4.6441983789241rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5STzxeCTrVyw659KnNVTcyHHxbgXvC { top:32.375rem;left:13.8125rem;width:7.375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpK6RD1ToixbUJTVKGOvuheRJtnA4T4V { top:22.5625rem;left:41.0625rem;width:6.6875rem;height:4.7675788810787rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3poyRJTaxzTvCsfhBt9Tfnz7TWzsHEh { top:32.8125rem;left:41.4375rem;width:6.3125rem;height:4.4555124094176rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTQfm01hhRGhi9t4ahvxNXVoc0IXpTa { top:33.25rem;left:21.9375rem;width:4.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaRVLACMAPkxoTsSzpgSbXWvJa5WGRx { top:37.8125rem;left:21.5625rem;width:5.9375rem;height:4.2053538683381rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgT6B58bZxAEM68Pv5lvOAc7SzadkNi3 { top:43.25rem;left:12.75rem;width:5.1875rem;height:3.7062748871149rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrGqChrOG4bvA9l6zIenQKD0t963DgmD { top:43.1875rem;left:37.75rem;width:6rem;height:4.2676697683627rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLN0PTZszRi2nTom0v3AML42raZrqxLB { top:43.125rem;left:42.125rem;width:5.625rem;height:3.9987rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulsnbi9oqixcOG6R6ix3OAPevt7fdEzI { top:18rem;left:0rem;width:8.3125rem;height:4.0332362930616rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD8xgivwAG3LphSqMM2oyVTsw3mTMhu { top:17.75rem;left:35.518230438233rem;width:6.0625rem;height:4.3918648039584rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDCAHdpsv5Oqun4bRipgpGoIzJzl5IO { top:12.0625rem;left:6.03125rem;width:35.6875rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdzE17ImaLohnqsGhM4WEVwfGgP6yB1Q { top:23.4375rem;left:1.375rem;width:5.4375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwT9Xysdb1KuqLazQdriNAgdGlbo023 { top:22.625rem;left:42.25rem;width:5.5rem;height:3.8915909560886rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncloyq0FcWmSSadd21zcwKqdpvJkANJi { top:23.25rem;left:8.375rem;width:6.25rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEb5W21x9aypWtJHOZTbaH1bLgPtpAb { top:23.3125rem;left:15.4375rem;width:6.0625rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBdEQvEzrXTrr405MCaTERr6ah2IvQq { top:23.375rem;left:21.9375rem;width:6rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0eUa9VHUlJUA0u7EuBRFeiXhsTNmnpR { top:43.1875rem;left:0rem;width:5.9375rem;height:4.2672162301832rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuaU7o2H6c6Q1Pro9dpU1p9INL6LJlnX { top:17.5625rem;left:40.645832061767rem;width:6.875rem;height:4.8112rem;display:block; }
 }@media only screen and (max-width: 763px) { #kztLy5ShUURqerKq70db9yJfSX5K2zm1 { top:32.625rem;left:0rem;width:6.25rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokPpl3a8TPX1CTFO35RJcWZu82MJQHc { top:28.0625rem;left:41.3125rem;width:6.4375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0vZpMFB8RK9g4Z0inrsHzpvcxTqUWyS { top:32.5rem;left:28.375rem;width:7rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bqlFT4nETaJlywpbObL9ROMfHuyfvO { top:38.125rem;left:0rem;width:6.1875rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLBQaC1epAPASvDZvyholKRZG7yR0xU { top:38.125rem;left:0.9375rem;width:6.125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0h5BSkXXMA39idO36GrhNKhl8bS6Mgp { top:37.8125rem;left:7.875rem;width:6.0625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zerqwUi2kk7PBdtT5gazKmLcTHbe22MH { top:38.0625rem;left:14.75rem;width:5.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #firtTyoDTI4QFAMr1vzGDByMHNWKfvmV { top:18.25rem;left:43rem;width:4.75rem;height:3.3937739025607rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0aPLcXbKU81U0aTmJ8Q6doUXv0JIAr7 { top:37.6875rem;left:35.875rem;width:4.6875rem;height:3.3302206393329rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU91xCiSMaab7NaIiw7pBEP58x9Uxvc { top:37.9375rem;left:43.1875rem;width:4.5625rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzHc7VsIyaTGvCKphTyTMO743THsNrL { top:28.375rem;left:30.0625rem;width:4.5rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMnR1rTI93nmozRTkNDcZxHvJ4iUHs { top:37.3125rem;left:41.3125rem;width:6.0625rem;height:4.2690246768268rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSKH2x8aV6NqurLmDq7uNeXuF3tBghNm { top:32.9375rem;left:41.8125rem;width:5.9375rem;height:4.2487rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJ79FfAdEuqz95QqxaH7hr2SfZiyiTZ { top:43.25rem;left:17.9375rem;width:5.75rem;height:4.1421135049559rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuSv4ff7zNCPFErunz3XcWx1JsSTBpR { top:43.125rem;left:24.6875rem;width:5.6875rem;height:4.0797995633796rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxhBL3bzB7ZtGgrlhGsqy6apec8Ec7Ay { top:5.1875rem;left:42rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZZqdHgrda6ao7XVaqwm2NDTQ7VKi5CF { top:28.75rem;left:0rem;width:6.375rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShfcGo8rGTtLRT0eRuHnx4LKT6xhz25 { top:29.3125rem;left:20.125rem;width:10.6875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnfsPbS97m10WRbQRAIurGPsVnxEV7u { top:28.75rem;left:1.0625rem;width:6.9375rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rdeCx3LD4PX1IfE6DNa1k4nd33wn5U { top:28.1875rem;left:16.1875rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAf8tJgDzlsTCFGrZNpPfrknnNTeNhO7 { top:29.25rem;left:8.375rem;width:6.4375rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBo8naLNq0Adk8PCdMHtTtmqfpGAhmC { top:28.375rem;left:34.8125rem;width:6.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8V6S0UiT8bLKtKqwHwhLyIyoCS7ZXfS { top:7.5625rem;left:39.742191314698rem;width:7rem;height:1.4237548570973rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6X8dTs5Ug0JhcP8lhoaRec9qx05HW5l { top:19.5625rem;left:6.7708320617675rem;width:7.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMRWVrIaVA5uxatWUvVMHefD9gRBLIG { top:19.0625rem;left:14.278644561767rem;width:8.5625rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8uEBuliJeIQT95M68Jf4ABMZWZyGMUq { top:7.625rem;left:0rem;width:8.75rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq { display:block; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDPi8TN0bI5ZUCEo4mlMNeZNQqBu40Lw { top:2rem;left:6.9375rem;width:33.875rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snuIToKdvsbZEHCn1tNai69PFAZF72X6 { width:11.25rem;height:1.625rem;top:15.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNuaZmbOxGdmPULiC7DlOQz8d2g3QIql { width:11.25rem;height:1rem;top:17.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E { width:4.9375rem;height:4.5625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nGmJ9shlgyvqdIXInmbd3UP4sI68S1 { width:27.375rem;height:14.25rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSkBPTFTzoJ6Bo3gA3RfIT7qFZHBT01M { width:16.875rem;height:11.1875rem;top:9.75rem;left:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ku2ZTsJ3ToOBZOfSd1Wpy7TQzJm0DBoa { width:11.25rem;height:1.625rem;top:15.625rem;left:23.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSVf8eEC4lmphOLplqLm5fBZdOC0OTwx { width:11.25rem;height:1rem;top:17.3125rem;left:23.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4NJxNUZWhZbL9ORcqbHT6qHO8MAo9tT { width:27.375rem;height:14.25rem;top:7.5rem;left:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa { width:5rem;height:4.5625rem;top:10.8125rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEiKKkTkZpIJUbRn7AKferH5B7NW09ZE { width:17.5625rem;height:8.375rem;top:10.625rem;left:30.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL { display:block; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH6wvthz2Fr1U9sitrOnSJ7S6hBNXADQ { top:9.75rem;left:0rem;width:19.375rem;height:10.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN75ZrkH5f7WC0bW0PZSMoNZOgiAqLiL { top:9.75rem;left:14.1875rem;width:19.375rem;height:10.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4VodClGVxTfEdp0CUbPnPbOA8EDFyT { top:9.75rem;left:28.375rem;width:19.375rem;height:10.7495rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw { width:4.5rem;height:4.5rem;top:0.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JA3ECR5y3qkbu0XfDDnB46aBwEmLBe { width:11.25rem;height:1.5625rem;top:6.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuCbprJux1H1ZI4OetsxnhQG3oahm6x { width:11.25rem;height:1.5625rem;top:6.0625rem;left:18.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4 { width:4.5rem;height:4.5rem;top:0.9375rem;left:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TFWH7znD7FHT45AH2CJHcixxkKtHB0 { width:11.25rem;height:1.5625rem;top:6.1875rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg { width:4.5rem;height:4.5rem;top:1.0625rem;left:42.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlIsx0GNproHpT4wziQIrCdatQV5CGaZ { width:11.25rem;height:1rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4khxDLZuKydyv2TWuEm6EkSREt90r2 { width:11.25rem;height:1rem;top:7.6875rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHmi9sPeErUD7UWKwPGZs7EIaFu5FO2 { width:11.25rem;height:1rem;top:7.8125rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH { display:block; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEQ1HL2Z1y4bt7T8qcsgNZJJ3mUS9yPw { top:24.375rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTksxmmiutSU6ct1rHalgK8UokEgAiqu { top:20.8125rem;left:0rem;width:12.5rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wILirblBTDB1kof3SdDyBC8ZAndlSBcZ { top:28.1875rem;left:0rem;width:12.5rem;height:2.625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeqlmNUAoBLUc6lKIzgabrtdAWHZVJzU { top:20.625rem;left:17.186767578125rem;width:10.625rem;height:3.375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhLdO24fyCTNVUe8HdotQkuk6lB1NTSX { top:27.9375rem;left:17.186767578125rem;width:14.375rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy9okex5xAI61P4xUCnyF34Qg5zRKcFO { top:23.8125rem;left:0rem;width:12.125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VncWETLg6WGBBVHo68TdNQnRZH2qkT { top:23.75rem;left:17.1875rem;width:12.25rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwN3iZH1FQ2W6gb5HDlaz13SQBurdde { top:30.875rem;left:0rem;width:10.9375rem;height:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZs7QOuQ4oBavkKI84bBbgpTCmTFvy2 { top:30.875rem;left:17.1875rem;width:11.8125rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmu6sy4D1Iktx5hESEcuN1EWQneO4QW { top:5.0625rem;left:0rem;width:35.25rem;height:6.9375rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7Ek6Ehex3xkzT4LEbmQxdDhxp0CXb3r { top:13rem;left:0rem;width:25.875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfTlXl9DkE493sgnl6ZP3S0K4Dwh50f4 { top:5.5625rem;left:16.5rem;width:31.25rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTG777gsdT1NFEHdLGEAqF2iy7TeM8fh { top:20.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSIy3k0FEe67NNzoOtTPXENFKvMqhZAI { top:20.875rem;left:12.8125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGmLi1kGKRww7MxOCcAttpclmCQV89PD { top:24.1875rem;left:12.5rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyt6ddr9qMymus9WdPvF0MA4k4E1Ouor { top:31.1875rem;left:0rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKESZwMOlBvJ2QpI8GNS53CWLpvFdRxK { top:27.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAvzSEwqOqHcmtIrh3IuJZmiGZCpPTSm { top:31.4375rem;left:12.5rem;width:3.75rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0Po6X7wcnX2zFHL3SkUG095TNyvNvy { top:28.1875rem;left:13.0625rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbgR568fizGcRHE5lTRQH9bpPwamHAlx { display:block; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1LkiDgrshbXTPH0qPkVA7cnoqBABH4h { width:23.125rem;height:15.625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG { width:9.0625rem;height:9.0625rem;top:0rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8KnfJpm8k3Rrgptnh0BMs36QQMUUcIZ { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoeXgEaMTxSZ8we7vB4TSs5pmJqy9V85 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smTnX01XnVv7vmHCe23wt89X9Zadi3xI { width:47.75rem;height:3.875rem;top:4.1875rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ywfa8hS3tK08b8tVn4wdXz7es8ozTf { width:17.5rem;height:3.4375rem;top:30.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8XOUFz6oXS3dEgJl6uaJ3eXWKaiCbSX { display:block; }
 }@media only screen and (max-width: 763px) { #QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb { display:block; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Llm4vAKqObWEw9kGJG4QgD80kauSGa5F { width:47.75rem;height:3.0625rem;top:2.5625rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTReKxSyDw91hUWFTrPa9gFVIy8KXMg { top:33.0625rem;left:0rem;width:22.3125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fohfLT9ALswNc83blBJBNOTUXDBPN24r { display:block; }
 }@media only screen and (max-width: 763px) { #RDi99NUMlkRLeNNLyDZy0bqDTXeEE67f { top:7.375rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVgMTtOL6AxFXQDKARR2qZqJiDLUL4E9 { top:7.375rem;left:4rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOSbZOxWJEVol9qMKa6J0Kz0a0dQfGf { top:7.375rem;left:17.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmxeptkSaQ6uXa0Ez5Hy67TK9Xxb2lo9 { top:7.375rem;left:19.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlTZXV3hEOAi7ZaU06vJWeXZwm8LwKC { top:7.375rem;left:35.75rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAbfo1cQXyFJO7AXkdvB0Hkl0TOgThm { top:19.25rem;left:0rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaBE6TVKq3hRFKTnyPk5TD0qMsLAKb4 { top:19.25rem;left:4rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyuVJJZoMM2JIngl2xXvpKQp7u9fxd7l { top:19.25rem;left:17.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXE3kgxnTA2fyUcUIELKtzuoCSXp5n3v { top:19.25rem;left:19.875rem;width:11.875rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8sP0BBF8NA1TisTWSXvKPlNk8bK6cT { width:10.125rem;height:4.875rem;top:22.75rem;left:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaToDzbIZIeAVw0X40k8luE6IWPw4FSt { display:block; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnucMlaFS48fEBA5dqWoaRVkbqGiaLvi { width:16.25rem;height:3.8125rem;top:28.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOpatRU35WaLS81S6cQe6bQG8Qbh5gad { display:block; }
 }@media only screen and (max-width: 763px) { #WPaDI1Re5FGMw7aCnNeKOW5gONX15WcJ { top:8.25rem;left:3.624755859375rem;width:40.4375rem;height:3.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRtMZNX5bdza19fTmQeZzwsGPUXoScnW { top:8.125rem;left:1.0625rem;width:45.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrT8ky2VdPHgU2VvBB2k7kBWDX3V6luG { top:3rem;left:16.6875rem;width:14.375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM { display:block; } #da0656efac66945115a9ba89aa7a738f.widget-smartsection *:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="text"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="email"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="tel"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection textarea:focus-visible { outline: none; } #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF { display:block; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMwAa6Z3Rf8fw7csgQMlq2m9cNtWco0I { top:3.75rem;left:0rem;width:47.75rem;height:2.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gga7BFFu0dMxAEMp3r7QtOxhh5KES0wW { top:9.375rem;left:1.65625rem;width:44.4375rem;height:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUcQyQ2GGUkLlFTreZikftGevlPyiq9d { top:15.75rem;left:32.0625rem;width:10.3125rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsoQKwVsiA1KJeSX9MDSqgSerP5vZuVR { top:16.125rem;left:5.794921875rem;width:6.6875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e75rJMZPmD8fNcX353JBPkKpTDx82Xh9 { top:5.6875rem;left:22.75rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHxNA9chUxe1FQIUGkLvd1v4xs1u4bCK { top:14.75rem;left:23.408203125rem;width:6.875rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnzwIzHcWx31alK2CgsOCkaTCokuAsJ { top:9.5rem;left:13.25rem;width:9.1875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXp4OKJvFgf66c1kCFmUvo9S3CqZE0iO { top:11.25rem;left:33.6875rem;width:14.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvDCGr1VsnkDkdTfFTTgmtqbWzSViU0O { top:14rem;left:15.1875rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHLab0WGvfHzsGz8XfID4qoD7OIpf3X3 { top:10.4375rem;left:0rem;width:11.375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4WhiMnyQVUiWOpqf58ah8MyKABceXfN { display:block; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcdFTTi69lAoudiSCPHWFS6D6DRATHoB { top:3.125rem;left:0rem;width:12.125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KazqQDUgAi6RuZr0QRJgkAfNOc0DULdm { top:6.5625rem;left:32.6875rem;width:15.0625rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF { top:3.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 { top:3.5rem;left:43.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe { top:3.5rem;left:40.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #epCGNHuTADmoXKFxe4v9GU7qTolVasDC { top:3.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#epCGNHuTADmoXKFxe4v9GU7qTolVasDC > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO { top:3.5rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;display:block; }
#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL { background-color:#f4f4f4;background-image:url("https://images.assets-landingi.com/uc/30488791-64a7-4d72-bb83-c3a505f94c36/topmobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.adaptive-delivery-prevent-bg, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyload, #VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL.lazyloading { background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { background-color: transparent; background-image: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row > .video-iframe-container { display: none; }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .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); }#VQxiGt8aOUdgk6zTFcbxx2uhkmzTplaL > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ogccvQJ2Ur8xUUpHzC4dVLRJDbFGrBiB { width:15.75rem;height:4.375rem;top:7.3115234375rem;left:2.125rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K2cqmJcABwE7n1UX0NZSINsKuoCi32BX { top:49.21875rem;left:1.3125rem;width:17.375rem;height:3.375rem;font-size:0.875rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(69,173,71,0.35) ;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rs8Ez22QzSGWoPgBzU3ctp6qKFr26HGs { display:block; }
 }@media only screen and (max-width: 763px) { #BnLl5znruNNRoIr3ftHgQhKTpMqGAPTh { width:14.0625rem;height:3.375rem;top:2.1875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSVLM6xuU9mx4970KbUCQgB89O2Wy7mI { width:12.5rem;height:0.12402375rem;top:16.0615234375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2ynKzpJgn1rJhgtDT7vCTMp3TgcqaEz { width:18.3125rem;height:0;top:11.8115234375rem;left:0.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ONrfnC6xMggwxbo8gnbop4T7sNvEMIy1 { width:18.5rem;height:4.38801875rem;top:16.9921875rem;left:0.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IyND8RwEx2GnKdAaLBpRh2qzWOrASdsp { width:19.1875rem;height:2.5477375rem;top:11.8115234375rem;left:0.40625rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QXA4PC49o1lio9Of55xUR5T9Z9999Rtl { display:block; }#QXA4PC49o1lio9Of55xUR5T9Z9999Rtl > .row .container { width:20rem;height:50.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HXDy7ptPQ1lfi2LJ6h6KoVT3Ma2ZNiZ2 { width:4rem;height:4rem;top:2.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk1GN1b2XayxiyIUWDJPmhosoXFNcdRD { width:4.1875rem;height:4.1875rem;top:38.25rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWShFRW0HH53NuQRZgtgHOlZWKnXF10d { width:3.6875rem;height:3.6875rem;top:25.84375rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JB6zX6hTbegMHbRTrE8oeRKOVd1NPnEk { width:3.75rem;height:3.75rem;top:14.40625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R14pGuU5MJmoAFSBmoJvTiyAeZuX2LcL { width:19.5625rem;height:2.35625rem;top:7.6875rem;left:0.4375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRgzIT4omzLrJAguOSG9lZ6bckxQWXPX { width:9.5rem;height:2.76123125rem;top:9.73046875rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJE8Kbvn5ZtTcutV70B1gQI2BdCT0q0v { width:14.625rem;height:2.76123125rem;top:21.125rem;left:2.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBdqnkUgy7iFeTSas0027mP4t7PowQBR { width:19.625rem;height:2.35625rem;top:18.9375rem;left:0.375rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lP002bHacBt8wDxVtylxJvsw10bIyxks { width:18.9375rem;height:2.35625rem;top:42.875rem;left:0.6875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTx0Rh2I9m0Qaa1kNPv0JiVKmPD1Fki6 { width:11.3125rem;height:2.76123125rem;top:44.98046875rem;left:4.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5IDRfIv75vVUM1bgJF7uKmgAm4JPpI9 { width:9.625rem;height:2.76123125rem;top:32.48046875rem;left:5.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHrufLqXLbUc5nPQLOvQzg2isfyCd3Cw { width:14.625rem;height:2.35625rem;top:30.3125rem;left:2.875rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 { display:block; }#rI2hQWq9zcVypXXuX3yelSHPx9NSJXn9 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eTuWDeTPCXraLQerbGprQlsLo3wClp { width:5.5625rem;height:5.5625rem;top:14.625rem;left:7.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3sAVpQucnQd7HmdJ8w1PuKkrpGtcRRV { width:12.375rem;height:1.7871125rem;top:8.1875rem;left:2.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #U6ff71O48cH6VGNkKpQ1W8JJeGEQxuZK { width:13.0625rem;height:3.30078125rem;top:10.8896484375rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XAwDifbXBx2bKOssAXnIRFTVHyFlgl5T { width:12.5rem;height:1.7871125rem;top:38.8994140625rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNu0KSkqyleIpz54l5SSdgsXcA57Bz9X { width:12.9375rem;height:3.30078125rem;top:41.625rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaCS9GnzgUKaIanHzpToK7TPoTRQm38w { width:9.875rem;height:1.7871125rem;top:28.6240234375rem;left:2.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DnHdzDWUho7tNWR6KJtHZRP1XobqaD9A { width:13rem;height:3.30078125rem;top:31.5rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #s28fvo4sFqhLWT3xvH0Gb3flAgmunA2N { width:9.875rem;height:1.7871125rem;top:18.5244140625rem;left:2.375rem;font-size:1.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hxg8TdBt4nm2n459T2knJCRMflZJIqKa { width:12.5rem;height:3.30078125rem;top:21.0625rem;left:2.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZDkrMaOmqiSRiiJlFl7LiPbdRcXrJteE { width:9.875rem;height:1.7871125rem;top:49.6875rem;left:2.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pu6STNEbOrmacMK2Ol5Hb4TaEy4KvkuK { width:12.6875rem;height:2.20051875rem;top:52.1875rem;left:2.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh0I9KJHcr8W6LpAvT009f02zFZsKqVW { width:18.6875rem;height:;top:2.625rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #Td8cnFt33CXvrBumzOnX5KQKWvfOqOwp { top:5.912109375rem;left:0rem;width:20rem;height:4.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xasQArWTzv20D6inAVDHlPqRMvA0bDA5 { top:16.125rem;left:0rem;width:20rem;height:4.125rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #CFnVnKKVgI9DHnRcoVMP3dwG3N9Ltno4 { top:26.224609375rem;left:0rem;width:20rem;height:4.125rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #S5aa2UghmOhQ0968RTXwAbXk1IeA2nX3 { top:36.5rem;left:0rem;width:20rem;height:4.125rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WGyqE8X67HLMyaDZy7q1xai1Im9sCbwD { top:47.162109375rem;left:0rem;width:20rem;height:4.125rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XLexqI9p2BDs76EuX0qcS3lC1FxEG0VW { width:20rem;height:11.875rem;top:70.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HhWaufnU65ZiEwsxiDk56T5Q1uFcsefH { width:20rem;height:1.875rem;top:62.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw { display:block; }#XeavzwUlbJXuAcFKnpiJF1Ih3q7oNaxw > .row .container { width:20rem;height:109.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xU1ipRcJadESzsw4AmRx1FN1HLwnTWxx { width:18.75rem;height:1.54375rem;top:19.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ly3apnF5rpTdwCOpk6ncCcg2Bx3eZZNu { width:14.0625rem;height:6.4019375rem;top:21.875rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WCwlTtbvzd4lunuP2KyK8uTwhXWyWWkQ { width:16.4375rem;height:6.4019375rem;top:47.8125rem;left:1.78125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pppbnCaUa37D1hJN6sbR1lzIJSwN0Wl9 { width:14.9375rem;height:4.62890625rem;top:42.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPxH1HVW0ObACqyG8FT0x8cr9DSV4EwO { width:14.9375rem;height:6.4019375rem;top:69.625rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLx2cmrTD6ZnT2LtK8UJmZ6MbZ0WR2Bg { width:9.8125rem;height:3.0859375rem;top:65.9375rem;left:5.125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ane5sOJXdJmQ5WIv3UaxuL4TNXcg5SsZ { width:18.6875rem;height:5.625rem;top:1.4375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #buWvuMQJIoBU2O7tJTdfLUyNVQlek0la { width:20rem;height:23.75rem;top:8.375rem;left:0rem;background-color:#45ad47;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) { #Qx5XRrswOGIQQGCnuy2KbAMB5WFK8NvW { top:103.875rem;left:0.5rem;width:19rem;height:3.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oiWgKT4aNrcTMqGSnQGlTaUl3tKr1pHE { display:block; }
 }@media only screen and (max-width: 763px) { #X2H2idxcynC3AxiOAdplNkxUvu7ME6WX { width:5.5625rem;height:5.5625rem;top:12.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzRt4h1r7qkbVwqizaNvRQdWPoDDIu1L { width:6.3125rem;height:6.3125rem;top:35.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dotzLAoTVpTHv8PCESNwwyBnuDLvagfH { width:5.25rem;height:5.25rem;top:59.5625rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xp2icCZTOCZXqnraTBrWpMN0bUfZSnRy { width:20rem;height:22.125rem;top:56.41796875rem;left:0.03125rem;background-color:#202020;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) { #O3bBdccODtqwIUWk07dLW6tFSXdXoabT { width:20rem;height:23.75rem;top:78.5625rem;left:0rem;background-color:#45ad47;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) { #mVEGeoXSx0oJF7i1QTIvtadIAOesmxFB { width:15.0625rem;height:28.125rem;top:144.5625rem;left:2.4375rem;background-color:#45ad47;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #FqFedtJOZ7KVJrpkmhFCQDN03zPOR9Pc { width:11.4375rem;height:3.0859375rem;top:88.5rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3wqoVoDhyCvmH0uR84kAKT5lH1B6yqp { width:12.3125rem;height:6.4019375rem;top:93rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp9IhLmX8glFS4ib2Xl2oCpT2sR4OaSg { display:flex;width:5.4375rem;height:5.4375rem;top:81.75rem;left:6.9375rem; }
 }@media only screen and (max-width: 763px) { #gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B { display:block; }#gpWXTcsa82b5eD19A6PAW9DtqMpBtt4B > .row .container { width:20rem;height:54.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SdbSOgd5lpUBxvyH6ppdN3Pok4yOwEbf { width:3.125rem;height:3.125rem;top:24.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K0R6WzdIraKmFDTcT1soyQWfPSi7SmrB { width:2.125rem;height:6.5rem;top:22.8125rem;left:15.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT { width:20rem;height:20rem;top:8.6875rem;left:0rem;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/08c17bac-0171-4c00-934a-15e4b7c4acd7/Catlogosemttulo12101copiar.crop_1643x2654_371,211.preview.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.adaptive-delivery-prevent-bg, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyload, #b30Rh8geGqk7a1xbHQnLc1F7gbPisIeT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gEey02fUnQOyF3qt3vM0bSFIhy8BtL4l { width:3.125rem;height:3.125rem;top:10.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqnZR3v3NISk9sctA3wTw3gnFs6RXEDG { width:20rem;height:2.35625rem;top:2.681640625rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dvmo97nKSdbtetPrZcQcGzaSrD2aPmss { width:18.6865rem;height:18.17713125rem;top:30.6982421875rem;left:0.655517578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAcg3nuS8vrVzdcDIPGoaQmgywI0bKbs { width:20rem;height:3.025rem;top:4.474609375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTHgCsppDMuKqN89aNxUd6sSxv70Juze { top:50.185546875rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhgJ8zXw2sn3NGBRWhgCeDeF5OuWAhRM { display:block; }
 }@media only screen and (max-width: 763px) { #aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t { display:block; }#aVfoWXx8R1788c9MSMFsLBiCgTrOtS8t > .row .container { width:20rem;height:33.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zJst8KBIRShXVWkpUVUHZvrsh15GSeri { width:16.25rem;height:3.8125rem;top:28.4375rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #G7Opsduci5WdVny3Pchn4coO3ZhzXK09 { display:block; }
 }@media only screen and (max-width: 763px) { #oa58SLKPxapHUwy8OSywfCq3CC1zy7iG { width:20rem;height:10.7498125rem;top:2.497829914093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUzFIufh2FRPhEOfD6Js0eBq1Bq4b1PL { width:20rem;height:12.609195367625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGHmKoxbr0szfgcIJypeuaTFdn1BdDxU { width:20rem;height:15.402953101562rem;top:10.328775405884rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCZCRDVBAiOhoPR39gzFsDeEEB7BXN4F { width:17.5rem;height:3.4375rem;top:27.064870834351rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9GnQi5vP9XsPKtGV4031XEu2T7fPMq1 { display:block; }
 }@media only screen and (max-width: 763px) { #Nt43rnmUh4eVLbBqkqTy2iwxsOo851vI { width:20rem;height:11.136980392157rem;top:15.379774093628rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk { display:block; }#bl4gJLNS6pt94SBv7bETLmr1M9ldt6sk > .row .container { width:20rem;height:53.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #US7inwud8Qe9Xs9NuqMRzHenwHH4lEfR { width:3.125rem;height:3.125rem;top:24.5rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KD9T5cVUzRb5PisQpb05GVGPLfSAad8U { width:2.125rem;height:6.5rem;top:22.8125rem;left:15.9375rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG { width:20rem;height:20rem;top:9.0625rem;left:0rem;background-color:#c1c1c1;background-image:url("https://images.assets-landingi.com/uc/b8979d58-9cc3-4d61-8fee-4b140e7bd310/IMAGEMALFREDO.crop_615x681_0,0.preview.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG.adaptive-delivery-prevent-bg, #tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG.lazyload, #tgR9EO8DCIkGw7xJfwelbbq8hGWhWEKG.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #F6CBMTxHnQFoScduIJdJJVLffzyd5Hql { width:3.125rem;height:3.125rem;top:10.3125rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #szPiJ5kKNO2NSvzMXJXyZWAkyN2NNEkH { width:20rem;height:2.11263125rem;top:3.22265625rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VhSvVKyrou1GDmTv1xS1FXTwvgLGxGmG { width:18.6865rem;height:17.041025rem;top:30.6982421875rem;left:0.655517578125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J63rZ5m0D3BHUUnGepHFpQySkXH7E3tX { width:20rem;height:3.025rem;top:5.2734375rem;left:0rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zQw3ZG32iQuavixByDJpFyUIM1F4QNbC { top:49.060546875rem;left:0.5rem;width:19rem;height:3.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9X63N58tbQlyomReX6wGaTXX0dUpPQv { display:block; }
 }@media only screen and (max-width: 763px) { #ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr { display:block; }#ztSyKWzJXrEKOAnlvu7wx3pcT3ZaUeXr > .row .container { width:20rem;height:103.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QswJaN9rhuuTXkQmGUl1AEUf63FcK1Rt { width:16rem;height:2.75rem;top:1rem;left:2.0000001192093rem;font-size:1.375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #vhuNX3TXSBuI728kWspHDVnpBhgRqmW3 { width:4.87426875rem;height:3.4375rem;top:8.0615234375rem;left:1.436767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqFBl1EEolUJA12CsLn0RkiEbrJkt2cz { width:5.49926875rem;height:3.81225625rem;top:7.874755859375rem;left:7.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOCXka8DhIzZ4s0G0O8Qc0n3pEB4rvH { width:5.3125rem;height:3.6875rem;top:8.01513671875rem;left:13.812255859375rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #EnUSXMPO0EBPtJpWyrkveGCqFlXpytHJ { width:4.5625rem;height:4rem;top:11.4990234375rem;left:6.873779296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGoRxNblc9TS2Zdaem0vz9IF6Kq9ECIV { width:5.3125rem;height:3.686525rem;top:15.5615234375rem;left:10.687255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWbbbkrL3QJJfH5Esv5MoLyzZ0zhsN6 { width:5.874025rem;height:4.0625rem;top:33.937255859375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #efdB9sud8WKHhgu9SZE681m6uBhTTzy3 { width:6.0625rem;height:4.25rem;top:10.966796875rem;left:0.5859375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #utrXl97PU5akAOoUmGibGIw4HvcgcnxU { width:5.874025rem;height:4.1870125rem;top:26.18701171875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpS5zkEK5ev6gdcoUFo967RTNuh7kLXr { width:6.43675rem;height:4.56176875rem;top:25.9990234375rem;left:6.5625rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #tl5y40vI8BhxHxdVpHOBVt289A8adOz1 { width:6.25rem;height:4.4995125rem;top:26.0625rem;left:13.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BP9B4yCHzmL7uhfTIgesuUu8vmhcb520 { width:5.3125rem;height:3.75rem;top:30.187255859375rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEacPmED7IiEBEtz5TnCpqvND45hxFOT { width:5.625rem;height:3.93676875rem;top:30.125rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yiydXpFgrO9fvURNHSBs3ET2pQwvbxRB { width:5.874025rem;height:4.1870125rem;top:30.125rem;left:12.686767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rntLTCTUgNt82HkJPkr8FvvJekVkUB3x { width:5.561525rem;height:3.93676875rem;top:33.99951171875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnwRGyWEsawaWzOgsUWXsQGN5VrLnKn0 { width:5.99975625rem;height:4.24926875rem;top:33.8115234375rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTgqfgCpozihtsQGTz4wqUIowQPrSArV { width:5.37475625rem;height:3.81225625rem;top:41.49951171875rem;left:7.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJ1XwC1JGbm9DWnTINNhprQmeGKicM78 { width:6.25rem;height:4.4995125rem;top:44.562255859375rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnMTISsvbiv4xaissHqVHPk24194ByWA { width:6.0620125rem;height:4.311525rem;top:44.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yf5STzxeCTrVyw659KnNVTcyHHxbgXvC { width:6.74925rem;height:4.8120125rem;top:48.99951171875rem;left:0.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpK6RD1ToixbUJTVKGOvuheRJtnA4T4V { width:6.12426875rem;height:4.375rem;top:49.1875rem;left:6.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3poyRJTaxzTvCsfhBt9Tfnz7TWzsHEh { width:5.99975625rem;height:4.24926875rem;top:37.999755859375rem;left:0.8740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkTQfm01hhRGhi9t4ahvxNXVoc0IXpTa { width:3.8125rem;height:2.8125rem;top:38.749267578125rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaRVLACMAPkxoTsSzpgSbXWvJa5WGRx { width:5.49926875rem;height:3.93676875rem;top:49.374267578125rem;left:13.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgT6B58bZxAEM68Pv5lvOAc7SzadkNi3 { width:5.68725625rem;height:4.0625rem;top:37.374755859375rem;left:12.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrGqChrOG4bvA9l6zIenQKD0t963DgmD { width:6.186525rem;height:4.43725625rem;top:45.187255859375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLN0PTZszRi2nTom0v3AML42raZrqxLB { width:5.874025rem;height:4.1870125rem;top:53.8115234375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulsnbi9oqixcOG6R6ix3OAPevt7fdEzI { width:5.5rem;height:2.75rem;top:53.8115234375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD8xgivwAG3LphSqMM2oyVTsw3mTMhu { width:6.12426875rem;height:4.43725625rem;top:53.5625rem;left:12.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urDCAHdpsv5Oqun4bRipgpGoIzJzl5IO { width:20rem;height:3.75rem;top:20.8896484375rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FdzE17ImaLohnqsGhM4WEVwfGgP6yB1Q { width:5.4370125rem;height:3.8745125rem;top:61.18701171875rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtwT9Xysdb1KuqLazQdriNAgdGlbo023 { width:5.49926875rem;height:3.892825rem;top:57.43701171875rem;left:13.187255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncloyq0FcWmSSadd21zcwKqdpvJkANJi { width:6.25rem;height:4.375rem;top:60.75rem;left:12.999267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFEb5W21x9aypWtJHOZTbaH1bLgPtpAb { width:6.0620125rem;height:4.375rem;top:64.5rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnBdEQvEzrXTrr405MCaTERr6ah2IvQq { width:4.8120125rem;height:3.4375rem;top:61.18701171875rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0eUa9VHUlJUA0u7EuBRFeiXhsTNmnpR { width:5.9375rem;height:4.26635625rem;top:64.686767578125rem;left:7.061767578125rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #TuaU7o2H6c6Q1Pro9dpU1p9INL6LJlnX { width:7.312rem;height:5.1245125rem;top:64.249755859375rem;left:12.686767578125rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #kztLy5ShUURqerKq70db9yJfSX5K2zm1 { width:5.875rem;height:4.125rem;top:68.749267578125rem;left:0.74951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xokPpl3a8TPX1CTFO35RJcWZu82MJQHc { width:6.12426875rem;height:4.375rem;top:68.624755859375rem;left:6.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0vZpMFB8RK9g4Z0inrsHzpvcxTqUWyS { width:6.31225rem;height:4.43725625rem;top:68.5625rem;left:12.874755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9bqlFT4nETaJlywpbObL9ROMfHuyfvO { width:5.4370125rem;height:3.8745125rem;top:73.5625rem;left:1.124267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgLBQaC1epAPASvDZvyholKRZG7yR0xU { width:6.12426875rem;height:4.375rem;top:72.999755859375rem;left:6.937255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0h5BSkXXMA39idO36GrhNKhl8bS6Mgp { width:6.0620125rem;height:4.311525rem;top:72.74951171875rem;left:13.311767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zerqwUi2kk7PBdtT5gazKmLcTHbe22MH { width:5.874025rem;height:4.24926875rem;top:76.874267578125rem;left:7.249755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #firtTyoDTI4QFAMr1vzGDByMHNWKfvmV { width:4.74975625rem;height:3.39233125rem;top:77.186767578125rem;left:13.9990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0aPLcXbKU81U0aTmJ8Q6doUXv0JIAr7 { width:4.74975625rem;height:3.374025rem;top:81.124755859375rem;left:1.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoU91xCiSMaab7NaIiw7pBEP58x9Uxvc { width:5.3125rem;height:3.81225625rem;top:81.0625rem;left:7.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqzHc7VsIyaTGvCKphTyTMO743THsNrL { width:4.4995125rem;height:3.18725625rem;top:81.18701171875rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #klOMnR1rTI93nmozRTkNDcZxHvJ4iUHs { width:6.0620125rem;height:4.267575rem;top:76.749755859375rem;left:0.811767578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSKH2x8aV6NqurLmDq7uNeXuF3tBghNm { width:5.9375rem;height:4.24926875rem;top:84.5rem;left:13.499755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRJ79FfAdEuqz95QqxaH7hr2SfZiyiTZ { width:7.124rem;height:5.06225625rem;top:83.8115234375rem;left:6.68701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayuSv4ff7zNCPFErunz3XcWx1JsSTBpR { width:5.7495125rem;height:4.12475625rem;top:84.5rem;left:0.999755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxhBL3bzB7ZtGgrlhGsqy6apec8Ec7Ay { width:6.0625rem;height:6.0625rem;top:10.498046875rem;left:12.747802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZZqdHgrda6ao7XVaqwm2NDTQ7VKi5CF { width:6.375rem;height:2.125rem;top:89.4560546875rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CShfcGo8rGTtLRT0eRuHnx4LKT6xhz25 { width:10.6875rem;height:1.75rem;top:93.392822265625rem;left:3.81103515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnfsPbS97m10WRbQRAIurGPsVnxEV7u { width:6.9375rem;height:2.1875rem;top:89.42431640625rem;left:6.53076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9rdeCx3LD4PX1IfE6DNa1k4nd33wn5U { width:3.625rem;height:3.625rem;top:92.455322265625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAf8tJgDzlsTCFGrZNpPfrknnNTeNhO7 { width:6.4375rem;height:1.25rem;top:89.89306640625rem;left:12.747802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTBo8naLNq0Adk8PCdMHtTtmqfpGAhmC { width:6.74925rem;height:3.4375rem;top:93.392822265625rem;left:12.7490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t8V6S0UiT8bLKtKqwHwhLyIyoCS7ZXfS { width:7rem;height:1.4244447591817rem;top:96.891357421875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6X8dTs5Ug0JhcP8lhoaRec9qx05HW5l { width:7.1875rem;height:1.9995125rem;top:99.71728515625rem;left:1.99951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADMRWVrIaVA5uxatWUvVMHefD9gRBLIG { width:8.5rem;height:1.9232279987153rem;top:99.71728515625rem;left:10.703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8uEBuliJeIQT95M68Jf4ABMZWZyGMUq { width:8.75rem;height:1.25rem;top:6.702880859375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq { display:block; }#Tl86mbmqKEZSIQyU4ONZLNkEVMbP99qq > .row .container { width:20rem;height:68.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sDPi8TN0bI5ZUCEo4mlMNeZNQqBu40Lw { width:15.437rem;height:4.39886875rem;top:1.748046875rem;left:2.2802734375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #snuIToKdvsbZEHCn1tNai69PFAZF72X6 { width:13.8125rem;height:1.625rem;top:13.0625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNuaZmbOxGdmPULiC7DlOQz8d2g3QIql { width:13.8125rem;height:1.3rem;top:14.6875rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vJzczHvOCTLvCg5wrlOWypSdAMosaQ6E { width:4.561525rem;height:4.561525rem;top:7.75rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6nGmJ9shlgyvqdIXInmbd3UP4sI68S1 { width:18.9375rem;height:15.1875rem;top:17.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CSkBPTFTzoJ6Bo3gA3RfIT7qFZHBT01M { width:16.6875rem;height:11.1979375rem;top:19.4375rem;left:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ku2ZTsJ3ToOBZOfSd1Wpy7TQzJm0DBoa { width:13.1865rem;height:1.625rem;top:40.4375rem;left:3.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qSVf8eEC4lmphOLplqLm5fBZdOC0OTwx { width:13.8115rem;height:1.3rem;top:42.25rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U4NJxNUZWhZbL9ORcqbHT6qHO8MAo9tT { width:18.9375rem;height:15.1875rem;top:44.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w0bT94EsFkKrSDhgogsONtKxyrdyTUHa { width:4.561525rem;height:4.561525rem;top:34.9375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iEiKKkTkZpIJUbRn7AKferH5B7NW09ZE { width:15.3125rem;height:9.7981875rem;top:48.1875rem;left:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL { display:block; }#VF6kqVJgdzxUGFaPGx2sL2oolsEK0QuL > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rH6wvthz2Fr1U9sitrOnSJ7S6hBNXADQ { height:10.75rem;width:19.375rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nN75ZrkH5f7WC0bW0PZSMoNZOgiAqLiL { height:10.75rem;width:19.375rem;top:32.0625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT4VodClGVxTfEdp0CUbPnPbOA8EDFyT { height:10.75rem;width:19.375rem;top:53.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvMdZe0tDgdCIw2VByQcnAok2Idh2QVw { width:4.5rem;height:4.5rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9JA3ECR5y3qkbu0XfDDnB46aBwEmLBe { width:11.25rem;height:1.625rem;top:6.3125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwuCbprJux1H1ZI4OetsxnhQG3oahm6x { width:11.25rem;height:1.625rem;top:28rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8OxqSKpMvvlHRQcqzAET5UDaq0ABwi4 { width:4.5rem;height:4.5rem;top:22.875rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3TFWH7znD7FHT45AH2CJHcixxkKtHB0 { width:11.25rem;height:1.625rem;top:49.474609375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #obQKdIXVmoLBXmZeSwVIls7mGmcrUFcg { width:4.5rem;height:4.5rem;top:44.3125rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlIsx0GNproHpT4wziQIrCdatQV5CGaZ { width:11.25rem;height:1.3rem;top:7.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AF4khxDLZuKydyv2TWuEm6EkSREt90r2 { width:11.25rem;height:1.3rem;top:29.625rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRHmi9sPeErUD7UWKwPGZs7EIaFu5FO2 { width:11.25rem;height:1.3rem;top:51.099609375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH { display:block; }#NmFwLa0QCX3cr7xAMJVZycr3aLwxLaeH > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DEQ1HL2Z1y4bt7T8qcsgNZJJ3mUS9yPw { width:4.0625rem;height:0.25rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTksxmmiutSU6ct1rHalgK8UokEgAiqu { width:10.1875rem;height:2.92535rem;top:11.6875rem;left:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wILirblBTDB1kof3SdDyBC8ZAndlSBcZ { width:8.5625rem;height:2.92535rem;top:22.0625rem;left:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeqlmNUAoBLUc6lKIzgabrtdAWHZVJzU { width:12rem;height:2.92535rem;top:16.749267578125rem;left:4.9365234375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhLdO24fyCTNVUe8HdotQkuk6lB1NTSX { width:7.6875rem;height:2.92535rem;top:28.125rem;left:4.9375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oy9okex5xAI61P4xUCnyF34Qg5zRKcFO { width:11.6875rem;height:1.13606875rem;top:14.5625rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VncWETLg6WGBBVHo68TdNQnRZH2qkT { width:8.3125rem;height:1.13606875rem;top:19.6875rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTwN3iZH1FQ2W6gb5HDlaz13SQBurdde { width:11.9375rem;height:2.2721375rem;top:25rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZs7QOuQ4oBavkKI84bBbgpTCmTFvy2 { width:7.9375rem;height:1.13606875rem;top:30.75rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAmu6sy4D1Iktx5hESEcuN1EWQneO4QW { width:16.3125rem;height:5.19775625rem;top:0.6650390625rem;left:1.84375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o7Ek6Ehex3xkzT4LEbmQxdDhxp0CXb3r { width:16.3125rem;height:5.6803375rem;top:6.06640625rem;left:1.84375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GfTlXl9DkE493sgnl6ZP3S0K4Dwh50f4 { width:20rem;height:20rem;top:32.7373046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTG777gsdT1NFEHdLGEAqF2iy7TeM8fh { display:flex;width:2.625rem;height:2.625rem;top:12.125rem;left:0.5rem; }
 }@media only screen and (max-width: 763px) { #VSIy3k0FEe67NNzoOtTPXENFKvMqhZAI { display:flex;width:3.125rem;height:3.125rem;top:16.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iGmLi1kGKRww7MxOCcAttpclmCQV89PD { width:3.75rem;height:0.25rem;top:20.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gyt6ddr9qMymus9WdPvF0MA4k4E1Ouor { width:3.75rem;height:0.25rem;top:26rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKESZwMOlBvJ2QpI8GNS53CWLpvFdRxK { display:flex;width:3.125rem;height:3.125rem;top:23.0625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tAvzSEwqOqHcmtIrh3IuJZmiGZCpPTSm { width:3.75rem;height:0.25rem;top:31.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KL0Po6X7wcnX2zFHL3SkUG095TNyvNvy { display:flex;width:2.6875rem;height:2.6875rem;top:28.4375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LbgR568fizGcRHE5lTRQH9bpPwamHAlx { display:block; }#LbgR568fizGcRHE5lTRQH9bpPwamHAlx > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q1LkiDgrshbXTPH0qPkVA7cnoqBABH4h { width:18.8125rem;height:14.75rem;top:12.374755859375rem;left:0.5615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lW4nMgZhORFTvcsTMQAJhEua1lyMSeTG { width:6.25rem;height:6.25rem;top:7.4375rem;left:6.624755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8KnfJpm8k3Rrgptnh0BMs36QQMUUcIZ { width:17.5rem;height:7.50325rem;top:19.94873046875rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UoeXgEaMTxSZ8we7vB4TSs5pmJqy9V85 { width:17.5rem;height:5.36133125rem;top:14.468505859375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smTnX01XnVv7vmHCe23wt89X9Zadi3xI { width:20rem;height:6.0112875rem;top:2.0616316795349rem;left:0rem;text-align:center;text-align-last:center;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4ywfa8hS3tK08b8tVn4wdXz7es8ozTf { width:17.5rem;height:3.4375rem;top:26.25732421875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8XOUFz6oXS3dEgJl6uaJ3eXWKaiCbSX { display:block; }
 }@media only screen and (max-width: 763px) { #QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb { display:none; }#QvBJSM9h5g7MRHdSPbvM3ZZT0Klvkfpb > .row .container { width:20rem;height:114.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Llm4vAKqObWEw9kGJG4QgD80kauSGa5F { width:16.5rem;height:7.3125rem;top:1.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBTReKxSyDw91hUWFTrPa9gFVIy8KXMg { top:54.8125rem;left:0.5rem;width:19rem;height:2.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fohfLT9ALswNc83blBJBNOTUXDBPN24r { display:block; }
 }@media only screen and (max-width: 763px) { #RDi99NUMlkRLeNNLyDZy0bqDTXeEE67f { width:10rem;height:10rem;top:9.8125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVgMTtOL6AxFXQDKARR2qZqJiDLUL4E9 { width:10rem;height:10rem;top:21.0625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHOSbZOxWJEVol9qMKa6J0Kz0a0dQfGf { width:10rem;height:10rem;top:58.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmxeptkSaQ6uXa0Ez5Hy67TK9Xxb2lo9 { width:10rem;height:10rem;top:69.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUlTZXV3hEOAi7ZaU06vJWeXZwm8LwKC { width:10rem;height:10rem;top:103.375rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVAbfo1cQXyFJO7AXkdvB0Hkl0TOgThm { width:10rem;height:10rem;top:32.3125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAaBE6TVKq3hRFKTnyPk5TD0qMsLAKb4 { width:10rem;height:10rem;top:43.5625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyuVJJZoMM2JIngl2xXvpKQp7u9fxd7l { width:10rem;height:10rem;top:80.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXE3kgxnTA2fyUcUIELKtzuoCSXp5n3v { width:10rem;height:10rem;top:92.125rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mU8sP0BBF8NA1TisTWSXvKPlNk8bK6cT { width:8.125rem;height:3.8994125rem;top:95.625rem;left:5.875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LaToDzbIZIeAVw0X40k8luE6IWPw4FSt { display:block; }#LaToDzbIZIeAVw0X40k8luE6IWPw4FSt > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XnucMlaFS48fEBA5dqWoaRVkbqGiaLvi { width:16.25rem;height:3.8125rem;top:28.4375rem;left:1.875rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #DOpatRU35WaLS81S6cQe6bQG8Qbh5gad { display:block; }
 }@media only screen and (max-width: 763px) { #WPaDI1Re5FGMw7aCnNeKOW5gONX15WcJ { width:15.8125rem;height:4.5486125rem;top:0.64375019073488rem;left:2.0937501192093rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRtMZNX5bdza19fTmQeZzwsGPUXoScnW { width:20rem;height:4.0625rem;top:8.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #JrT8ky2VdPHgU2VvBB2k7kBWDX3V6luG { width:14.375rem;height:3.125rem;top:6.444091796875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM { display:block; } #da0656efac66945115a9ba89aa7a738f.widget-smartsection *:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="text"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="email"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection input[type="tel"]:focus-visible, #da0656efac66945115a9ba89aa7a738f.widget-smartsection textarea:focus-visible { outline: none; } #GR2unv7Q21SesTbk6nc34rMMPx3JJyWM > .row .container { width:20rem;height:69.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF { display:block; }#ZtOD4JThy7fsT8tb8TJgpTk6Xclu9VVF > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nMwAa6Z3Rf8fw7csgQMlq2m9cNtWco0I { width:20rem;height:3.4375rem;top:1.202392578125rem;left:0rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #gga7BFFu0dMxAEMp3r7QtOxhh5KES0wW { width:20rem;height:5.0068375rem;top:6.0458984375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUcQyQ2GGUkLlFTreZikftGevlPyiq9d { width:6.75rem;height:2.3125rem;top:6.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsoQKwVsiA1KJeSX9MDSqgSerP5vZuVR { width:4.625rem;height:1.8125rem;top:10.3125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e75rJMZPmD8fNcX353JBPkKpTDx82Xh9 { width:5.3125rem;height:5.3125rem;top:8.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHxNA9chUxe1FQIUGkLvd1v4xs1u4bCK { width:4.3125rem;height:3.25rem;top:9.59375rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tUnzwIzHcWx31alK2CgsOCkaTCokuAsJ { width:6.25rem;height:3.1875rem;top:5.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXp4OKJvFgf66c1kCFmUvo9S3CqZE0iO { width:9.125rem;height:1.4375rem;top:14rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tvDCGr1VsnkDkdTfFTTgmtqbWzSViU0O { width:4.0625rem;height:4.0625rem;top:5.5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fHLab0WGvfHzsGz8XfID4qoD7OIpf3X3 { width:7.6875rem;height:1.75rem;top:13.65625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4WhiMnyQVUiWOpqf58ah8MyKABceXfN { background-color:#090909;background-image:none;display:block; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { background-color: transparent; background-image: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row > .video-iframe-container { display: none; }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .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); }#i4WhiMnyQVUiWOpqf58ah8MyKABceXfN > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pcdFTTi69lAoudiSCPHWFS6D6DRATHoB { width:9.5rem;height:2.375rem;top:2.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KazqQDUgAi6RuZr0QRJgkAfNOc0DULdm { width:20rem;height:2.71875rem;top:12.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF { display:flex;width:2.3125rem;height:2.3125rem;top:10.4375rem;left:8.9375rem; }
#n0F4uOzBPdJrtV1N666Muhi7dMWuL9eF > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 { display:flex;width:2.3125rem;height:2.3125rem;top:10.4375rem;left:5.9375rem; }
#DF25zXZkE6Pv6BiAaNMOLO8sJ2k1mm39 > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe { display:flex;width:2.3125rem;height:2.3125rem;top:10.4375rem;left:2.8125rem; }
#HGO5gGX27gFcfqks6MWpJl8oXU5JeXoe > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #epCGNHuTADmoXKFxe4v9GU7qTolVasDC { display:flex;width:2.3125rem;height:2.3125rem;top:10.4375rem;left:11.875rem; }
#epCGNHuTADmoXKFxe4v9GU7qTolVasDC > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO { display:flex;width:2.3125rem;height:2.3125rem;top:10.4375rem;left:14.875rem; }
#AJGqT4OrcCCu9BnfKXZFoDG76BVbysMO > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }