.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:228,239,250;--color-primary-1:174,206,241;--color-primary-2:120,174,232;--color-primary-3:83,144,198;--color-primary-4:13,70,120;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:33,33,33;--color-tertiary-0:255,255,255;--color-tertiary-1:79,79,79;--color-tertiary-2:56,56,56;--color-tertiary-3:40,40,40;--color-tertiary-4:0,0,0;--headlines-font-family:"Avant Garde";--paragraphs-font-family:"Avant Garde"; }@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:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/R53t-Tg6J4c/unsplash/nordwood-themes-R53t-Tg6J4c-photo-1604147706283-d7119b5b822c.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;top:0rem;left:0rem;right:0rem;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.81); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;overflow:visible;position:relative;display:block; }#cVFf9X9WIco3hF2rM69auKpKkBRO9TxJ { 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:3.1875rem;width:17.6875rem;top:0.75rem;left:0rem;overflow:hidden;display:block; }
#MSEovyU28PNvJS0tM6tMPq5LmPARIklr { 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:4.3125rem;width:10rem;top:0.375rem;left:49.3260546875rem;overflow:hidden;display:block; }
#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5221c8f5-b339-40df-8e44-1b2d08a85023/tumatsaamericanstandardiniciofondo.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD.adaptive-delivery-prevent-bg, #zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD.lazyload, #zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD.lazyloading { background-image: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container { background-color: transparent; background-image: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container > .video-iframe-container { display: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row > .video-iframe-container { display: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .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); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container { border-width: 0; border-radius: 0; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD::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; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:60rem;position:relative;display:block; }#zkkfLhswKhTn4JDvOhRLiEmNcMkTbpiP { color:rgba(var(--color-tertiary-2),1);display:block;width:36.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:300;z-index:15029;line-height:1.2;letter-spacing:0;top:17.6875rem;left:10.4375rem;height:6.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TSBEorIp0ldgZxN1UrhbKNWiky08dllF { color:rgba(var(--color-tertiary-2),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:25.4375rem;left:11.8125rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AQ263GnMEqdytgPMzWVaOHyIuWMlvRaJ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),0.57);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:20.4375rem;width:44.9375rem;top:14.25rem;left:6.375rem;display:block; }
#QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h { position:absolute;display:block;z-index:15028;background-color:transparent;background-image:url("https://images.assets-landingi.com/R53t-Tg6J4c/unsplash/nordwood-themes-R53t-Tg6J4c-photo-1604147706283-d7119b5b822c.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:17rem;width:41.5rem;top:16.0625rem;left:8.125rem;display:block; }#QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h.adaptive-delivery-prevent-bg, #QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h.lazyload, #QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h.lazyloading { background-image: none; }
#QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.77); }#DzM4TzikiZqwF7ZCbw8pRfThgyLz2f99 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:24.5625rem;left:26.375rem;display:block; }
#bZJ7rMH5UncEvy6T3JwOVhm7Lk0GKduN { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:27.875rem;left:20.125rem;display:block; }
#gD7lEAviQkPX4mR0qof3E5GzWTwfddiC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container { background-color: transparent; background-image: none; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container > .video-iframe-container { display: none; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row > .video-iframe-container { display: none; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .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); }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container { border-width: 0; border-radius: 0; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container { font-size:0.875rem;font-family:arial;height:14.5rem;width:60rem;position:relative;display:block; }#rmJHt59XhRH0Bo7df7psrvbFZaTMmdFr { 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:6.375rem;width:6.375rem;top:2.96875rem;left:43.625rem;overflow:hidden;display:block; }
#uRgoZT408SFkbAuBz4sKOX8pinu4Bcet { 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:5.6875rem;width:5.6875rem;top:3.3125rem;left:22.125rem;overflow:hidden;display:block; }
#rtN4ZmmgmSvTowX5HCtALVZ3UtbTGKkR { 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:6rem;width:6rem;top:3.59375rem;left:0rem;overflow:hidden;display:block; }
#ZTULLKqrBePhH2Kz9nq2SxBSyxypxyKE { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.462890625rem;left:7.375rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#H5DIOIveQMXLnXQPBsdCaXzsqQO7qdoT { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.462890625rem;left:28.8125rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JEaSfpRQ4Puput6JiqRiszph83ZXvDR3 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.462890625rem;left:51.125rem;height:3.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu { position:relative;display:block; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu { background-color: transparent; background-image: none; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row .container > .video-iframe-container { display: none; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row > .video-iframe-container { display: none; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .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); }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu { border-width: 0; border-radius: 0; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:51.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VUy5e2qaed8ISeIfTypmy66luwGzUDVa { 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:14.375rem;width:14.375rem;top:10.1875rem;left:0rem;overflow:hidden;display:block; }
#JbCVfDXxAHcdX8w659s4h6XiWwAN2hTP { 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:14.375rem;width:14.375rem;top:10.1875rem;left:15.1875rem;overflow:hidden;display:block; }
#oKpbl1AT1GZMzn0HNl4HNL19makCHh8I { 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:14.375rem;width:14.375rem;top:10.1875rem;left:30.5rem;overflow:hidden;display:block; }
#zXpS50LTFMRqox34mCAk4qbf4RbsVKmS { 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:14.375rem;width:14.375rem;top:10.1875rem;left:45.625rem;overflow:hidden;display:block; }
#kn4OXr154MrEgPquRM7lluQFG3zmm2bl { 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:20.5rem;width:29.5rem;top:25.8125rem;left:0rem;overflow:hidden;display:block; }
#JIueGUZLx9KnlL5HMPrUxiQ0XHR6VgyZ { 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:20.4375rem;width:29.375rem;top:25.8125rem;left:30.625rem;overflow:hidden;display:block; }
#VVupnnnqfmpA1GFTUGvfER7gSHoHbHBK { color:rgba(var(--color-tertiary-0),1);display:block;width:13.5618125rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:23.625rem;left:0.5rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tiG7OMDLcGJ9UKQtimPLFpTPye5IeVWr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.249625rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:23.625rem;left:16.25rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vLa6FGsHUUiQy8gp3KezMGdp5f60rH7A { color:rgba(var(--color-tertiary-0),1);display:block;width:14rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:23.6875rem;left:30.6875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s9soHwPDxD13V8zLtFXEEzKs7fkTr76Q { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9994375rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:45.875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H96OlXnaiSk6ea5tpW93wUTcHEBl2kAx { color:rgba(var(--color-tertiary-0),1);display:block;width:18.2493125rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.375rem;left:5.875rem;height:0.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bBz71uphu52fo22yPETbBb2d34cUWfxI { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-3),0.53);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:1.18696875rem;width:14.375rem;top:23.4375rem;left:0rem;display:block; }
#JiOc1XpgD6w7aaquabTB8HtKsrQ1mIIR { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),0.53);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:1.1875rem;width:14.3125rem;top:23.375003814698rem;left:15.249820709229rem;display:block; }
#St7B51hLaG9wZTvQP1EhkxnGLK7hHrBB { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),0.53);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:1.18696875rem;width:14.3110625rem;top:23.4375rem;left:30.5rem;display:block; }
#KLuhmOlvxBQdub4fhMcVOcuh42wPBAHK { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),0.53);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:1.18696875rem;width:14.3101875rem;top:23.375003814698rem;left:45.687141418457rem;display:block; }
#e7XpZPTTMwmS8kMUMRCbnMXwTZsNITgX { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-3),0.53);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:1.1875rem;width:29.5rem;top:45.187320709229rem;left:0rem;display:block; }
#e6cUcrNE8rRuBUA9uF6PLUHLTaBwoNrM { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-3),0.53);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:1.1875rem;width:29.375rem;top:45.125rem;left:30.6875rem;display:block; }
#WPRvdKoBO7TcsTb0P8faCdBzwn6EWTVL { color:rgba(var(--color-tertiary-0),1);display:block;width:15.4998125rem;position:absolute;font-family:"roboto condensed";font-size:0.625rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:45.3125rem;left:37.5625rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gVlr9TOxxp1xtlmkGw1uNlTDzLB600GO { position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.12429rem;width:5rem;top:7.4375rem;left:27.5rem;display:block; }
#cE7dhaAEkyxdzHCtCWqoR8dfcQhHP4SW { color:rgba(var(--color-tertiary-3),1);display:block;width:33.8743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:3.9375rem;left:13.0625rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WoluFSq4c8ITLyh3AXD1RExEOdUl7PvD { color:rgba(var(--color-tertiary-3),0.7);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:2.5625rem;left:13.0625rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU { position:relative;display:block; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU { background-color: transparent; background-image: none; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row .container > .video-iframe-container { display: none; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row > .video-iframe-container { display: none; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .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); }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU { border-width: 0; border-radius: 0; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d3JOnv9R3K6DQ4C21XrvppRbb5Gq0kQc { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.0625rem;top:24.125rem;left:0rem;display:block; }
#pTHIGksTVDuNekVhzU0oZyQMMEvZ9Hq8 { 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:14.125rem;width:14.125rem;top:10rem;left:15.3125rem;overflow:hidden;display:block; }
#MhbS2xEIPcmz18wn4fG6Jtf9wyDUctwk { color:rgba(var(--color-tertiary-1),1);display:block;width:9.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.65185546875rem;left:17.560546875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpHzZ8MRNvQEVbeCfETvV8QIexvOwWoD { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.3125rem;top:24.125rem;left:15.25rem;display:block; }
#yH0VWCWLekcQcwpOyX68xV3magdoCMug { color:rgba(var(--color-tertiary-1),1);display:block;width:10.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:24.65234375rem;left:32.46875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eCXFQRiHcqhveevavEy9AxZ7OSXIMKBp { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.0625rem;top:24.125rem;left:30.875rem;display:block; }
#PCmQHXIPiO9J1umkchEogWHebOlZ7pKQ { 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:14.125rem;width:14.125rem;top:10rem;left:30.875rem;overflow:hidden;display:block; }
#sqd9Q4vpDJVsVFM3Ic6dn5xg5KOTtnyZ { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:24.125rem;left:45.875rem;display:block; }
#Hy7RIlR3tqGhTIGMOTLilDPFfeEgZxmB { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.65185546875rem;left:46.4990234375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CCqBviVodyT5dxXyCFfeEPyGWlkQPsTZ { 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:14.125rem;width:14.125rem;top:10rem;left:45.875rem;overflow:hidden;display:block; }
#TgFamctdS95XxGnQs5E0WtoVd00nudqE { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:4.75rem;left:12.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAOogGgQcv9WMyCu84onaC9XfCC7VMkS { color:rgba(var(--color-tertiary-3),0.7);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:3.4375rem;left:12.25rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hsi1p8dz3BpXGcypQwhM0ORGABstbtm5 { position:absolute;display:block;z-index:15029;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.375rem;left:27.25rem;display:block; }
#H8BZ4h5LGdLUJkCkSGdr0PM8VwXhWLoQ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.5615234375rem;left:1.34375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BysA8pSZqTkGvD4fO26AxTuOXGEZG7IM { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:27.1875rem;left:16.5615234375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knvulbxWyDgOPW4xTnVaMqB5S9trnGgl { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:27.08984375rem;left:31.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aTWCGgwJOBCp16AOdGKhugpUvd6qO40q { 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:14.125rem;width:14.125rem;top:10.0625rem;left:0rem;overflow:hidden;display:block; }
#vvkEbpTZTKJ4TV8JLTBTxmKNvnMIKQ8B { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:27.08984375rem;left:46.6875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XXltzZhvC9yKk9eVq8vOqgTViQiy8U3V { color:rgba(var(--color-tertiary-1),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:25.19873046875rem;left:0rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr { position:relative;display:block; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr { background-color: transparent; background-image: none; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row .container > .video-iframe-container { display: none; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row > .video-iframe-container { display: none; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .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); }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr { border-width: 0; border-radius: 0; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#keMXbL5Umk53oeT4Mn49u1N2xSKP9GAs { 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:14.125rem;width:14.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#F6a76fRTCEt0F9eFdHWxdAWadIPwG1aR { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.0625rem;top:14.125rem;left:0rem;display:block; }
#UyuhIkBRcrNcZavOM8hdFrxn56zPgcrC { 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:14.125rem;width:14.125rem;top:0rem;left:15.375rem;overflow:hidden;display:block; }
#cdqXTRr7Wl0ykDVr0Tc2TJBaeE99fIet { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14rem;top:14.125rem;left:15.5rem;display:block; }
#VnwFndkleM7ZqCmH6HCUdV1023cVVEeu { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.0625rem;top:14.125rem;left:30.875rem;display:block; }
#SAT2ZvIPDXIZlt7ZaLQvqF05MiQBrQ3c { 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:14.125rem;width:14.125rem;top:0rem;left:30.8125rem;overflow:hidden;display:block; }
#CI17lxvfEKPAWl198O7EBO2AXmCFbBlx { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:14.125rem;left:45.875rem;display:block; }
#SRTmmIH41IaHxUfNGO1Q4fct3cMycgrt { 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:14.125rem;width:14.125rem;top:0rem;left:45.875rem;overflow:hidden;display:block; }
#Q9gTIyDd90cOczNtAWM2b3vTXMhzSFiy { color:rgba(var(--color-tertiary-4),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:17.150390625rem;left:1.25rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DMUDLfcJgVuv8oPlGz5fsLcfmwvuurgt { color:rgba(var(--color-tertiary-1),1);display:block;width:10.2495rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.779296875rem;left:1.93505859375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kNhkbmNSTnSkAz8VAxQmidvhZ58PbCbp { color:rgba(var(--color-tertiary-1),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:14.919921875rem;left:15.6875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tU1wHEOxw6MUTTlKhLHTfiMJN58pxcya { color:rgba(var(--color-tertiary-4),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:16.1376953125rem;left:15.9052734375rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#myTalBLgfhvLuGXmTsgedeEywRXG6zeH { color:rgba(var(--color-tertiary-1),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:14.7119140625rem;left:32.37451171875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vxUAC0FvTGV6Warvoio0n4XQRgeTDEnp { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:17.150390625rem;left:30.9375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9I6e5lQLztqkJGPfSBrW6ayQMcZDR2e { color:rgba(var(--color-tertiary-4),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.650390625rem;left:46.125rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xfm5sFSnHlFyKobqu3dw6Uv31TCNHqm3 { color:rgba(var(--color-tertiary-1),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:15.34130859375rem;left:45.65625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo { position:relative;display:block; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo { background-color: transparent; background-image: none; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row .container > .video-iframe-container { display: none; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row > .video-iframe-container { display: none; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .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); }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo { border-width: 0; border-radius: 0; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:22.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e5zbTy1SdF3Kogs0O0wmmJLrS4giJlZ8 { 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:14.125rem;width:14.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#QdHxtTUDSv2iJuiwqgiPq0yxtocmu8oh { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:14.125rem;left:0rem;display:block; }
#Jhg4oIG65kRT2AD1BXsN9JMJVLCLvEE9 { 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:14.125rem;width:14.125rem;top:0rem;left:15.4375rem;overflow:hidden;display:block; }
#CBmok3wsNIfxfQWDXZc5eq6OTyZp42mE { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:14.125rem;left:15.4375rem;display:block; }
#PrB6leR9fygFiwgNzqqr75xos5KH9qkI { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:14.125rem;left:30.9375rem;display:block; }
#ThTgsplMJr0Rpy0tSKix6XNmWcczkfa2 { 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:14.125rem;width:14.125rem;top:0rem;left:30.9375rem;overflow:hidden;display:block; }
#JiIND3bt56ZfNNVyOT0IRRp1qzHD2k5y { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.125rem;top:14.125rem;left:45.875rem;display:block; }
#E9217aSBMTbHm3zS5TysB1DNcnFlwtQm { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.2177734375rem;left:45.9990234375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rR2oHKitnfkuH1n7EUrKKpsLUU7ON1NH { 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:14.125rem;width:14.125rem;top:0rem;left:45.875rem;overflow:hidden;display:block; }
#ATLT2vNIA0oLO6eWqgUA0eSozd2hM2Bq { color:rgba(var(--color-tertiary-1),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:14.78125rem;left:1.96875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNTPCZtz5gkrUa5LQUFWvSCqSDqK5XRT { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:17.150390625rem;left:0rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PdXfOEHEvDF68ddTXbeaeW1IiuiaHI4E { color:rgba(var(--color-tertiary-1),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:15.2177734375rem;left:15.75rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TE28BpTJGnbuiAi4wTopBBhzP6dwC8F9 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:16.5625rem;left:15.4375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddPN4cFAteDMR4bhESGNEZpaeUKTCaTQ { color:rgba(var(--color-tertiary-1),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15014;line-height:1.1;letter-spacing:0;top:14.56005859375rem;left:30.8115234375rem;height:0.89375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IRAn4SEi34eZ5KoXFlWuWavtPMyrIN5T { color:rgba(var(--color-tertiary-4),1);display:block;width:11.562rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:16.435546875rem;left:31.716796875rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q1sv14qTnZazsVTqvV94G0Ofvelwx6fP { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:16.5625rem;left:45.875rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi { position:relative;display:block; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi { background-color: transparent; background-image: none; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row .container > .video-iframe-container { display: none; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row > .video-iframe-container { display: none; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .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); }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi { border-width: 0; border-radius: 0; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:23rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#fanS6wkPKH3w0zb3OOqXRKMTEgmHdkqF { 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:14.625rem;width:14.625rem;top:0rem;left:15rem;overflow:hidden;display:block; }
#G4BhPKA1ZmpAgsxVpa9GmGeg2KIvTsXu { color:rgba(var(--color-tertiary-1),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.4375rem;left:15rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zNdThiT9NuxHwJU5vP8TIFIGbXUfysTc { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.6875rem;top:14.125rem;left:14.9375rem;display:block; }
#mNBwsTqqeIi2rCUXGHFehz9BZBdDxHTb { color:rgba(var(--color-tertiary-1),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:15.4375rem;left:31rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yGI5wrdV0zgtb4X1ImJotnCHU7iEeuGQ { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:14.4375rem;top:14.125rem;left:30.625rem;display:block; }
#f65UhUq1pJaOiuD7QEV2HTxCnzlJlHca { 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:14.4375rem;width:14.4375rem;top:0rem;left:30.625rem;overflow:hidden;display:block; }
#XE92DMGengDWMR96MtHWqfoQ7NWlHFat { color:rgba(var(--color-tertiary-4),1);display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:16.65625rem;left:15rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wER2TkDr49gVkE2X3dRe1GHAOpk2IddL { color:rgba(var(--color-tertiary-4),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:16.65625rem;left:30.9375rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr { position:relative;display:block; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr { background-color: transparent; background-image: none; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row .container > .video-iframe-container { display: none; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row > .video-iframe-container { display: none; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .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); }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr { border-width: 0; border-radius: 0; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nR9Gmn5IdLSJaPz4NxTUoEHIo2zkiH1g { color:rgba(var(--color-tertiary-4),1);display:block;width:43.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15030;line-height:1.9;letter-spacing:0;top:0rem;left:9.21826171875rem;height:2.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1bed4b08-440d-4519-bbc0-f386a331b918/tumatsabao.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1.adaptive-delivery-prevent-bg, #HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1.lazyload, #HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1.lazyloading { background-image: none; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container { background-color: transparent; background-image: none; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container > .video-iframe-container { display: none; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row > .video-iframe-container { display: none; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .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); }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container { border-width: 0; border-radius: 0; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1::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; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#FclNUoeDSo19FbDf9uEpI1eq2kc9kT60 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),0.57);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:29.1875rem;width:36.75rem;top:10.000000238419rem;left:23.250001907349rem;display:block; }
#mTa3EBS7gkDJQABzGHeugxB3qppqmm61 { position:absolute;display:block;z-index:15026;background-color:transparent;background-image:url("https://images.assets-landingi.com/R53t-Tg6J4c/unsplash/nordwood-themes-R53t-Tg6J4c-photo-1604147706283-d7119b5b822c.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:24.875rem;width:33.125rem;top:11.875000476837rem;left:25.000001907349rem;display:block; }#mTa3EBS7gkDJQABzGHeugxB3qppqmm61.adaptive-delivery-prevent-bg, #mTa3EBS7gkDJQABzGHeugxB3qppqmm61.lazyload, #mTa3EBS7gkDJQABzGHeugxB3qppqmm61.lazyloading { background-image: none; }
#mTa3EBS7gkDJQABzGHeugxB3qppqmm61::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mTa3EBS7gkDJQABzGHeugxB3qppqmm61::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.77); }#MmhnUKZICOizMu6ALGfbGCmmlkH5Thms { color:rgba(var(--color-tertiary-3),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:300;z-index:15026;line-height:1.3;letter-spacing:0;top:16.003913879394rem;left:24.687501907349rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B06EcXXdEAUXQGtJeW3OOws8z0EIKgVb { position:absolute;display:block;z-index:15028;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:19.791414260864rem;left:39.125001907349rem;display:block; }
#geqfdLJrwIwQFqB0rncz1bWaSgtxzwef { color:rgba(var(--color-tertiary-3),0.7);display:block;width:33.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:14.623435974121rem;left:25.062501907349rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ELenC2q7xgGnslxDVehgzdSLJIOHmepd { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15032;line-height:1.8;letter-spacing:0;top:21.187507629394rem;left:29.031251907349rem;height:10.7988125rem;font-style:normal;display:block; }
#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h { position:relative;display:block; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h { background-color: transparent; background-image: none; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row .container > .video-iframe-container { display: none; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row > .video-iframe-container { display: none; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .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); }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h { border-width: 0; border-radius: 0; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mpEcKntUxGnwzzP9cLaISmevc4NP1kCb { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:4.8125rem;left:0rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MXcVg5b8Sq3S5B5bRDO88BJJB2JM7BiW { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.375rem;left:0rem;overflow:hidden;display:block; }
#sZpfPL9sdLAnM0OarUPGo09s9SasV7nA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.375rem;left:20.4375rem;overflow:hidden;display:block; }
#VFSWWpWtzmEEPJIhtqIy4KXLm4wDOGro { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:11.34375rem;left:41rem;overflow:hidden;display:block; }
#wOwABFuBtRbueiNxRfgmXdBEhgU8V7iT { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.125rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.75rem;left:0rem;overflow:hidden;display:block; }
#iq5RdAAxqsf3hklBSk7SPH9VA4btE1kf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.375rem;width:19.125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.75rem;left:20.4375rem;overflow:hidden;display:block; }
#BKigq4PFks8ZvyZB14T3uIbxMN3DCLan { border-bottom:0;border-left:0;border-right:0;border-top:0;height:12.4375rem;width:19.125rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:31.75rem;left:40.875rem;overflow:hidden;display:block; }
#swtT6ngTXWD8oUm0V5mqf5Kqne5dNQzP { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.625rem;left:27.5rem;display:block; }
#sRnpH27cmiUXk6UtecOdyNET4XzHutAs { color:rgba(var(--color-tertiary-3),0.7);display:block;width:33.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15028;line-height:1.3;letter-spacing:0;top:3.3056640625rem;left:13.96875rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z35geOzQoyzmLStbgrBkQcuXiheBfOe8 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:25.16796875rem;left:4.28125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DFEcwrkqFPeXzoOTeWOAy9WzJRt4UBhf { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.125rem;top:23.75rem;left:0rem;display:block; }
#H0TuNH9pBxkN9CJzDkntH9XZkrUS9pn7 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.125rem;top:23.75rem;left:20.4375rem;display:block; }
#JTxbemwAZ22gmmNspCKxkJ4qR6CLFMIL { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:25.16796875rem;left:24.71875rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6pdTBxOP06dySSiOEoT3UUrhpp2vrz6 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19rem;top:23.75rem;left:41rem;display:block; }
#zT6RQ8aIEXlGIMxvwAyNmBgKAbSlGDHX { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:24.76171875rem;left:43.40625rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iF0EeE8vHmfTgat6Zt3c97gbDdzkg1Av { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.125rem;top:44.125rem;left:0rem;display:block; }
#JOtl0BS8d8vPJelg7c015vHx0PJQOzt6 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.125rem;top:44.125rem;left:20.4375rem;display:block; }
#zRkoOllz44seMWf8CMZyfgn9BrIBCrzp { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:19.125rem;top:44.125rem;left:40.875rem;display:block; }
#WJ3bKDas2rgMdkLcLR9AIpiKPWN193lv { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:45.787109375rem;left:43.40625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#To08cPhQiLbTiANqxnBvPDA1s0ALmnVT { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:45.5625rem;left:4.3125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NsIydTAVxs4ChrlbmTykpVZa1Hf66sql { color:rgba(var(--color-tertiary-4),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:45.1376953125rem;left:24.71875rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v7p98p2xEE1vQQmao2asUs0khCDHhz7z { 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; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container { background-color: transparent; background-image: none; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container > .video-iframe-container { display: none; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row > .video-iframe-container { display: block; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .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); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container { border-width: 0; border-radius: 0; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container { font-size:0.875rem;font-family:arial;height:27.25rem;width:60rem;position:relative;display:block; }#aoxNQ6cDTvt8bCm3qaypiBfV92WffnT1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0.57);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:18.8125rem;width:38rem;top:5rem;left:10.875rem;display:block; }
#AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn { position:absolute;display:block;z-index:15032;background-color:transparent;background-image:url("https://images.assets-landingi.com/R53t-Tg6J4c/unsplash/nordwood-themes-R53t-Tg6J4c-photo-1604147706283-d7119b5b822c.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.125rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ;height:16.25rem;width:35rem;top:6.0625rem;left:12.3125rem;display:block; }#AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn.adaptive-delivery-prevent-bg, #AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn.lazyload, #AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn.lazyloading { background-image: none; }
#AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-0),0.77); }#CV227612yIKmfRDgFXFLIi3m4znJ5Cic { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.8;letter-spacing:0;top:13.9375rem;left:17.1875rem;height:5.4rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qh1PMiDWw5e1lJCkIyfDwVbDbvinNtiJ { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:13.6875rem;left:27.3125rem;display:block; }
#OZwlQBTaJTbQ9gpoIpXyneuoMNtzF8XK { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:10.125rem;left:12.3125rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GTBeT6hCNq1gJxdDZDXfA6nksUWSvMOT { color:rgba(var(--color-tertiary-3),0.7);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:8.75rem;left:12.3125rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy { position:relative;display:none; }#Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy { border-width: 0; border-radius: 0; }#Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#mWi0VmJgTzrSKemAWFigZsLVhZ0yRb50 { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:4.880859375rem;left:11.40625rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ahCZqGTqmGB9yHyPkWFZgB8bHQx8UTBP { position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.6875rem;left:26.4375rem;display:block; }
#naCc9o4Ne88UZHXszBER31F5fK8sMlMz { color:rgba(var(--color-tertiary-3),0.7);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:3.5615234375rem;left:11.40625rem;height:1.38125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 { position:relative;display:none; }#iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 { border-width: 0; border-radius: 0; }#iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#zAweI4LDzX1ixTGrwO3viBTeyo3azAPf { 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:9.375rem;width:9.375rem;top:0rem;left:2.625rem;overflow:hidden;display:block; }
#fTrMB4Neub83fUDEGttmSNVFp4xRgf9s { 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:9.375rem;width:9.375rem;top:0rem;left:17.625rem;overflow:hidden;display:block; }
#JlokkuPQ9Wg0ECf554PfW9h7cWWBmZTP { 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:9.375rem;width:9.375rem;top:0rem;left:32.625rem;overflow:hidden;display:block; }
#ThvXfuaUEuioowLgtK9TC42GxtDFQEO5 { 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:9.375rem;width:9.375rem;top:0rem;left:47.625rem;overflow:hidden;display:block; }
#qQcTMyeJhNWMownQSIxrSsdhBivZd987 { position:relative;display:none; }#qQcTMyeJhNWMownQSIxrSsdhBivZd987 { border-width: 0; border-radius: 0; }#qQcTMyeJhNWMownQSIxrSsdhBivZd987 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#qQcTMyeJhNWMownQSIxrSsdhBivZd987 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ez25RwkMyTwCIFcGhevxB4SSFdCMfpTd { 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:9.375rem;width:9.375rem;top:0rem;left:2.625rem;overflow:hidden;display:block; }
#hoLyFgSNyqKHORdRTV2KK91MgEqn4OAc { 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:9.375rem;width:9.375rem;top:0rem;left:17.625rem;overflow:hidden;display:block; }
#FFW7X2AkMi08QNq3TvUTTzyuGCcfdEVX { 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:9.375rem;width:9.375rem;top:0rem;left:32.625rem;overflow:hidden;display:block; }
#IR5ugsuIEbZxX4gaPlGKuONdplVU2EJR { 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:9.375rem;width:9.375rem;top:0rem;left:47.625rem;overflow:hidden;display:block; }
#xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI { position:relative;display:none; }#xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI { border-width: 0; border-radius: 0; }#xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GTKgrZdmP1hQ7OXfbuyXKHUhNPslFM0o { 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:8.375rem;width:8.375rem;top:0.78125rem;left:3.3125rem;overflow:hidden;display:block; }
#soTZkHfqGIrPmTLlwSMpyX2LpHuJOw3h { 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:9.375rem;width:9.375rem;top:0rem;left:17.625rem;overflow:hidden;display:block; }
#vsRUeb4xfZqwl0hxW3oFRprvi6BUGsvt { 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:9.375rem;width:9.375rem;top:0rem;left:32.625rem;overflow:hidden;display:block; }
#wLbc5FwgqKpEHZSoelz7nGrzs77gAK9x { 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:9.375rem;width:9.375rem;top:0rem;left:47.625rem;overflow:hidden;display:block; }
#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e812a8f4-2789-4785-855f-f55e7c003b26/tumatsafondoconstruccion.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik.adaptive-delivery-prevent-bg, #RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik.lazyload, #RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik.lazyloading { background-image: none; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container { background-color: transparent; background-image: none; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container > .video-iframe-container { display: none; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row > .video-iframe-container { display: none; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .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); }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container { border-width: 0; border-radius: 0; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container { font-size:0.875rem;font-family:arial;height:71.1875rem;width:60rem;position:relative;display:block; }#eCfOenK3ZCgnmiZdDULO0m8QtaNBE6x2 { 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:43.5625rem;width:33.75rem;top:27.625025510788rem;left:26.250001907349rem;overflow:hidden;display:block; }
#rfJODHn4aiTKXLrZRkp5zaSODkS6A2vu { color:rgba(var(--color-tertiary-3),1);display:block;width:35.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:4.8740234375rem;left:12.46875rem;height:2.68125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uNhOXhiZeRl66JoO9T2JS6Jq6hzd7TwW { color:rgba(var(--color-tertiary-4),1);display:block;width:38.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15040;line-height:1.3;letter-spacing:0;top:12.125rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#ORkZRKpidvkBHADVQkeRMz47wGnKqTVf { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:14.6875rem;left:0rem;height:;font-style:normal;display:block; }#ORkZRKpidvkBHADVQkeRMz47wGnKqTVf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ORkZRKpidvkBHADVQkeRMz47wGnKqTVf li:before{  }
#LMCplIBoR3anMkboRmR6LycmDoG6FFf9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15043;line-height:1.5;letter-spacing:0;top:31.0625rem;left:0rem;height:;font-style:normal;display:block; }#LMCplIBoR3anMkboRmR6LycmDoG6FFf9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LMCplIBoR3anMkboRmR6LycmDoG6FFf9 li:before{  }
#FOIr1HH6tHAAEeq2NgtA9Td9XNQPtQNf { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:28.5rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:45.5625rem;left:0rem;height:;font-style:normal;display:block; }#RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh li:before{  }
#x3Ha1iNGf7SC7u7RVoPlEBdRSKXtGuJA { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15044;line-height:1.3;letter-spacing:0;top:43rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#s4AoMVtyBDKZfa3ZvIA8WT2U3IFJ00Fn { position:absolute;display:block;z-index:15035;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:8.474609375rem;left:27.5rem;display:block; }
#HGUcGEp6VMb8r8oC4vSdkq8pgtdw0sio { color:rgba(var(--color-tertiary-3),0.7);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:3.4931640625rem;left:12.46875rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cquy7JeGArfhaZyiEtqWbtuTPLQ8MuGF { position:absolute;display:block;z-index:15046;height:0.625rem;width:38.75rem;top:7.125rem;left:11.40625rem;display:block; }
#E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:56.937526702881rem;left:0rem;height:12.375rem;font-style:normal;display:block; }#E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR li:before{  }
#cI6vkl2BJLgzJuiMwR98d6pJxnBSUkUX { color:rgba(var(--color-tertiary-4),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:53.886720657349rem;left:0rem;height:1.7875rem;font-style:normal;display:block; }
#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container { background-color: transparent; background-image: none; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container > .video-iframe-container { display: none; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row > .video-iframe-container { display: none; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .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); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container { border-width: 0; border-radius: 0; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container { font-size:0.875rem;font-family:arial;height:9.375rem;width:60rem;position:relative;display:block; }#RKyPn0QP9iKDsPJsa7ZWDoGmesn5zaWt { background-color:rgba(var(--color-primary-4),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-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-secondary-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:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.8125rem;left:40.312501907349rem;display:block; }
#NeiXrOytWUXyxIIW4PQPTJofzM8qqor4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ge0kbm3UxKhlm3KSHtTf6qRFpJuwrTH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2rem;left:9.5rem;height:1.95rem;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; }
#PQHcrE5WfCo6yUT9t4IKOTRrTToZ30oI { color:rgba(var(--color-tertiary-0),1);display:block;width:22.1875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:3.94921875rem;left:9.5rem;height:3.0859375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GgGqBwwcb3LPueVZemX606mRFc3vnWG0 { 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:3rem;width:3.4375rem;top:2.375rem;left:3.9375rem;overflow:hidden;display:block; }
#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container { background-color: transparent; background-image: none; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container > .video-iframe-container { display: none; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row > .video-iframe-container { display: none; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .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); }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container { border-width: 0; border-radius: 0; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:block; }#M7VwPLaHZCb9MufnoISzEU8w5EBRZukq { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.625rem;left:6.875rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BbRaN4yanJT5VP0k5AghQwtq1MDkLmHD { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.90625rem;left:28.6875rem;height:5.36133125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TIhhxulMrkOr55zCMub3wTHMcPzC0SEw { color:rgba(var(--color-tertiary-0),1);display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:5.90625rem;left:52.125rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TGo1X2rr0orb6MtEpPsDAs0hqfTrEW8u { 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:6.75rem;width:6.75rem;top:4.5791015625rem;left:45.125rem;overflow:hidden;display:block; }
#ksCl80GLBhea9vkdZ5WJacNtTtrsG9qS { 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.375rem;width:5.375rem;top:5.0625rem;left:23.3125rem;overflow:hidden;display:block; }
#ITw5FVLrwnh85CfwgK4iMhbzX2EKHtl5 { 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:5.8125rem;width:5.8125rem;top:4.6875rem;left:0rem;overflow:hidden;display:block; }
#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz { position:relative;display:block; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz { background-color: transparent; background-image: none; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row .container > .video-iframe-container { display: none; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row > .video-iframe-container { display: none; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .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); }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz { border-width: 0; border-radius: 0; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:31.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wT271Z4UoCRaJNvPKEhEvGdc1IB42vw2 { 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:21.0625rem;width:33.1875rem;top:4.5rem;left:0rem;overflow:hidden;display:block; }
#JVXIEd1dRaOR8xfoq75dTO8UUBZ3CfZ3 { color:rgba(var(--color-tertiary-3),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15034;line-height:1.3;letter-spacing:0;top:8.125rem;left:38.125rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GDbpoTHhEGHoKwEmhKe3D5Fn8SrmA8i9 { position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:5rem;top:14.6875rem;left:45.4375rem;display:block; }
#vKS8s4gUO3LQ4CFsL5AT6SsxkCV6BNpx { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.8;letter-spacing:0;top:15.8125rem;left:38.125rem;height:7.2rem;font-style:normal;display:block; }
#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5ee08508-fefa-4302-b3da-9686cf9baa01/tumatsacontacto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB.adaptive-delivery-prevent-bg, #o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB.lazyload, #o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB.lazyloading { background-image: none; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container { background-color: transparent; background-image: none; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.92); }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container > .video-iframe-container { display: none; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-3),0.92); }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row > .video-iframe-container { display: none; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .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); }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container { border-width: 0; border-radius: 0; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB::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; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:60rem;position:relative;display:block; }#RxRsBFOzxpNvLLdNGMgpT6w73u8ghqAh { position:absolute;display:block;z-index:15040;height:21.5rem;width:26.6875rem;top:5.75rem;left:33.3125rem;display:block; }
#M28EzZWTKpKe8BiySTCoLCV7OVLROqt8 { color:rgba(var(--color-tertiary-0),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:25.6875rem;left:2.5625rem;height:5.0625rem;font-style:normal;display:block; }
#Dtu9ieVDT8fOf47Q0kygrrQwuttDcMPa { color:rgba(var(--color-tertiary-0),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.9;letter-spacing:0;top:21.4375rem;left:2.5625rem;height:2.375rem;font-style:normal;display:block; }
#uAV2LWBb2k1MHmZlcTU3RgCLpNkdxoSS { color:rgba(var(--color-tertiary-0),1);display:block;width:29.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.9;letter-spacing:0;top:10.3125rem;left:0rem;height:9.5rem;font-style:normal;display:block; }
#EpPIQ94GLWig5W4dMWZtvcZEgtrSW5T0 { color:rgba(var(--color-tertiary-0),1);display:block;width:30.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:300;z-index:15036;line-height:1.3;letter-spacing:0;top:5.75rem;left:0rem;height:3.49375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cJOU4CETdR9tC9UUqRJiRvT2vx2z5Iap { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:21.6875rem;left:0rem; }
#VRDqqTxKkc8bXx22RTa7e2lkntPARWbu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:25.9375rem;left:0rem; }
#XroIaQz3OHT6gDPXpqCtwq4oC891On8b { color:rgba(var(--color-tertiary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.9;letter-spacing:0;top:32.125rem;left:0rem;height:2.375rem;font-style:normal;display:block; }
#WCWpITrTseIUgvROhZvUD1TNc4qZfUMC { position:absolute;display:block;z-index:15041;height:6.25rem;width:23.4375rem;top:34.75rem;left:0rem;display:block; }
#iXq92bRvn6An8zUvlrPmIUbWrUCnptne { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container { background-color: transparent; background-image: none; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container > .video-iframe-container { display: none; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row > .video-iframe-container { display: none; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .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); }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container { border-width: 0; border-radius: 0; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container { font-size:0.875rem;font-family:arial;height:2.625rem;width:60rem;position:relative;display:block; }#VI8n5i9PzZFK5kDVZqkuyITPnDIgR8Jz { color:rgba(var(--color-tertiary-0),0.7);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:0rem;height:0.975rem;display:block; }
#kuSCG5GMi58eTci41poJzuqyr1EhqqWd { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:arial;font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.8125rem;left:47.5rem;height:0.975rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVFf9X9WIco3hF2rM69auKpKkBRO9TxJ { top:0.75rem;left:0rem;width:17.6875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSEovyU28PNvJS0tM6tMPq5LmPARIklr { top:0.375rem;left:36.75rem;width:10rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD { display:block; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkkfLhswKhTn4JDvOhRLiEmNcMkTbpiP { top:17.6875rem;left:4.3125rem;width:36.875rem;height:6.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSBEorIp0ldgZxN1UrhbKNWiky08dllF { top:25.4375rem;left:5.6875rem;width:36.375rem;height:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ263GnMEqdytgPMzWVaOHyIuWMlvRaJ { top:14.25rem;left:0.25rem;width:44.9375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h { width:41.5rem;height:17rem;top:16.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzM4TzikiZqwF7ZCbw8pRfThgyLz2f99 { width:5rem;height:0.125rem;top:24.5625rem;left:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZJ7rMH5UncEvy6T3JwOVhm7Lk0GKduN { width:17.5rem;height:3.4375rem;top:27.875rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD7lEAviQkPX4mR0qof3E5GzWTwfddiC { display:block; }
 }@media only screen and (max-width: 763px) { #AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC { display:block; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmJHt59XhRH0Bo7df7psrvbFZaTMmdFr { top:2.9375rem;left:37.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRgoZT408SFkbAuBz4sKOX8pinu4Bcet { top:3.3125rem;left:16rem;width:5.6875rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtN4ZmmgmSvTowX5HCtALVZ3UtbTGKkR { top:3.5625rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTULLKqrBePhH2Kz9nq2SxBSyxypxyKE { top:5.4375rem;left:1.25rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DIOIveQMXLnXQPBsdCaXzsqQO7qdoT { top:5.4375rem;left:22.6875rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEaSfpRQ4Puput6JiqRiszph83ZXvDR3 { top:5.4375rem;left:37.125rem;width:8.875rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu { display:block; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUy5e2qaed8ISeIfTypmy66luwGzUDVa { top:10.1875rem;left:0rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCVfDXxAHcdX8w659s4h6XiWwAN2hTP { top:10.1875rem;left:9.5rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKpbl1AT1GZMzn0HNl4HNL19makCHh8I { top:10.1875rem;left:23.875rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpS50LTFMRqox34mCAk4qbf4RbsVKmS { top:10.1875rem;left:33.375rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn4OXr154MrEgPquRM7lluQFG3zmm2bl { top:25.8125rem;left:0rem;width:29.4375rem;height:20.456857442652rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIueGUZLx9KnlL5HMPrUxiQ0XHR6VgyZ { top:25.8125rem;left:18.375rem;width:29.375rem;height:20.4368125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVupnnnqfmpA1GFTUGvfER7gSHoHbHBK { top:23.625rem;left:0rem;width:13.5rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiG7OMDLcGJ9UKQtimPLFpTPye5IeVWr { top:23.625rem;left:11.6875rem;width:12.1875rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLa6FGsHUUiQy8gp3KezMGdp5f60rH7A { top:23.6875rem;left:23.875rem;width:13.9375rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9soHwPDxD13V8zLtFXEEzKs7fkTr76Q { top:23.5625rem;left:33.8125rem;width:13.9375rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H96OlXnaiSk6ea5tpW93wUTcHEBl2kAx { top:45.375rem;left:2.8125rem;width:18.1875rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBz71uphu52fo22yPETbBb2d34cUWfxI { top:23.4375rem;left:0rem;width:14.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOc1XpgD6w7aaquabTB8HtKsrQ1mIIR { top:23.375rem;left:9.5625rem;width:14.3125rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #St7B51hLaG9wZTvQP1EhkxnGLK7hHrBB { top:23.4375rem;left:23.875rem;width:14.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLuhmOlvxBQdub4fhMcVOcuh42wPBAHK { top:23.375rem;left:33.5rem;width:14.25rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7XpZPTTMwmS8kMUMRCbnMXwTZsNITgX { top:45.125rem;left:0rem;width:29.5rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6cUcrNE8rRuBUA9uF6PLUHLTaBwoNrM { top:45.125rem;left:18.375rem;width:29.375rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPRvdKoBO7TcsTb0P8faCdBzwn6EWTVL { top:45.3125rem;left:28.375rem;width:15.4375rem;height:0.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVlr9TOxxp1xtlmkGw1uNlTDzLB600GO { width:5rem;height:0.0625rem;top:7.4375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7dhaAEkyxdzHCtCWqoR8dfcQhHP4SW { width:33.8125rem;height:2.8125rem;top:3.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoluFSq4c8ITLyh3AXD1RExEOdUl7PvD { width:35rem;height:1.375rem;top:2.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU { display:block; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3JOnv9R3K6DQ4C21XrvppRbb5Gq0kQc { top:24.125rem;left:0rem;width:14.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHIGksTVDuNekVhzU0oZyQMMEvZ9Hq8 { top:10rem;left:9.75rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbS2xEIPcmz18wn4fG6Jtf9wyDUctwk { top:24.625rem;left:12.966796875rem;width:9.8125rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHzZ8MRNvQEVbeCfETvV8QIexvOwWoD { top:24.125rem;left:9.5625rem;width:14.3125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH0VWCWLekcQcwpOyX68xV3magdoCMug { top:24.625rem;left:24.81201171875rem;width:10rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCXFQRiHcqhveevavEy9AxZ7OSXIMKBp { top:24.125rem;left:21.375rem;width:14.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmQHXIPiO9J1umkchEogWHebOlZ7pKQ { top:10rem;left:21.6875rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqd9Q4vpDJVsVFM3Ic6dn5xg5KOTtnyZ { top:24.125rem;left:33.625rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy7RIlR3tqGhTIGMOTLilDPFfeEgZxmB { top:24.625rem;left:34.8125rem;width:12.9375rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCqBviVodyT5dxXyCFfeEPyGWlkQPsTZ { top:10rem;left:33.625rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFamctdS95XxGnQs5E0WtoVd00nudqE { width:33.875rem;height:2.8125rem;top:4.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAOogGgQcv9WMyCu84onaC9XfCC7VMkS { width:35.0625rem;height:1.375rem;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsi1p8dz3BpXGcypQwhM0ORGABstbtm5 { width:5rem;height:0.125rem;top:8.375rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BZ4h5LGdLUJkCkSGdr0PM8VwXhWLoQ { top:26.5rem;left:0rem;width:11.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BysA8pSZqTkGvD4fO26AxTuOXGEZG7IM { top:27.1875rem;left:11.9677734375rem;width:11.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knvulbxWyDgOPW4xTnVaMqB5S9trnGgl { top:27.0625rem;left:24.03125rem;width:11.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWCGgwJOBCp16AOdGKhugpUvd6qO40q { top:10.0625rem;left:0rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkEbpTZTKJ4TV8JLTBTxmKNvnMIKQ8B { top:27.0625rem;left:35.96875rem;width:11.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXltzZhvC9yKk9eVq8vOqgTViQiy8U3V { top:25.1875rem;left:0rem;width:14.25rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr { display:block; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keMXbL5Umk53oeT4Mn49u1N2xSKP9GAs { top:0rem;left:0rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6a76fRTCEt0F9eFdHWxdAWadIPwG1aR { top:14.125rem;left:0rem;width:14.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuhIkBRcrNcZavOM8hdFrxn56zPgcrC { top:0rem;left:9.75rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqXTRr7Wl0ykDVr0Tc2TJBaeE99fIet { top:14.125rem;left:9.875rem;width:14rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnwFndkleM7ZqCmH6HCUdV1023cVVEeu { top:14.125rem;left:21.375rem;width:14.0625rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAT2ZvIPDXIZlt7ZaLQvqF05MiQBrQ3c { top:0rem;left:21.6875rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI17lxvfEKPAWl198O7EBO2AXmCFbBlx { top:14.125rem;left:33.625rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRTmmIH41IaHxUfNGO1Q4fct3cMycgrt { top:0rem;left:33.625rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9gTIyDd90cOczNtAWM2b3vTXMhzSFiy { top:17.125rem;left:0rem;width:11.625rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUDLfcJgVuv8oPlGz5fsLcfmwvuurgt { top:14.75rem;left:0.40380859375rem;width:10.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNhkbmNSTnSkAz8VAxQmidvhZ58PbCbp { top:14.875rem;left:10.375rem;width:13.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU1wHEOxw6MUTTlKhLHTfiMJN58pxcya { top:16.125rem;left:10.8125rem;width:13.0625rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTalBLgfhvLuGXmTsgedeEywRXG6zeH { top:14.6875rem;left:24.71826171875rem;width:10.1875rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxUAC0FvTGV6Warvoio0n4XQRgeTDEnp { top:17.125rem;left:21.6875rem;width:14.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9I6e5lQLztqkJGPfSBrW6ayQMcZDR2e { top:16.625rem;left:34.0625rem;width:13.6875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfm5sFSnHlFyKobqu3dw6Uv31TCNHqm3 { top:15.3125rem;left:34.0625rem;width:13.6875rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo { display:block; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5zbTy1SdF3Kogs0O0wmmJLrS4giJlZ8 { top:0rem;left:0rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdHxtTUDSv2iJuiwqgiPq0yxtocmu8oh { top:14.125rem;left:0rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhg4oIG65kRT2AD1BXsN9JMJVLCLvEE9 { top:0rem;left:9.75rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBmok3wsNIfxfQWDXZc5eq6OTyZp42mE { top:14.125rem;left:9.875rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrB6leR9fygFiwgNzqqr75xos5KH9qkI { top:14.125rem;left:21.6875rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTgsplMJr0Rpy0tSKix6XNmWcczkfa2 { top:0rem;left:21.6875rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIND3bt56ZfNNVyOT0IRRp1qzHD2k5y { top:14.125rem;left:33.625rem;width:14.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9217aSBMTbHm3zS5TysB1DNcnFlwtQm { top:15.1875rem;left:34.75rem;width:13rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2oHKitnfkuH1n7EUrKKpsLUU7ON1NH { top:0rem;left:33.625rem;width:14.125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATLT2vNIA0oLO6eWqgUA0eSozd2hM2Bq { top:14.75rem;left:0.4375rem;width:9.75rem;height:2.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTPCZtz5gkrUa5LQUFWvSCqSDqK5XRT { top:17.125rem;left:0rem;width:14.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXfOEHEvDF68ddTXbeaeW1IiuiaHI4E { top:15.1875rem;left:10.375rem;width:13.5rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE28BpTJGnbuiAi4wTopBBhzP6dwC8F9 { top:16.5625rem;left:9.75rem;width:14.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddPN4cFAteDMR4bhESGNEZpaeUKTCaTQ { top:14.5rem;left:21.6875rem;width:14.125rem;height:1.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRAn4SEi34eZ5KoXFlWuWavtPMyrIN5T { top:16.375rem;left:24.060546875rem;width:11.5rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1sv14qTnZazsVTqvV94G0Ofvelwx6fP { top:16.5625rem;left:33.625rem;width:14.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi { display:block; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fanS6wkPKH3w0zb3OOqXRKMTEgmHdkqF { top:0rem;left:9.25rem;width:14.625rem;height:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BhPKA1ZmpAgsxVpa9GmGeg2KIvTsXu { top:15.4375rem;left:8.9375rem;width:14.75rem;height:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNdThiT9NuxHwJU5vP8TIFIGbXUfysTc { top:14.125rem;left:0rem;width:14.6875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNBwsTqqeIi2rCUXGHFehz9BZBdDxHTb { top:15.4375rem;left:22.8125rem;width:13rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGI5wrdV0zgtb4X1ImJotnCHU7iEeuGQ { top:14.125rem;left:21.4375rem;width:14.4375rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65UhUq1pJaOiuD7QEV2HTxCnzlJlHca { top:0rem;left:21.375rem;width:14.4375rem;height:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE92DMGengDWMR96MtHWqfoQ7NWlHFat { top:16.625rem;left:9.75rem;width:14.6875rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wER2TkDr49gVkE2X3dRe1GHAOpk2IddL { top:16.625rem;left:21.6875rem;width:14.125rem;height:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr { display:block; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR9Gmn5IdLSJaPz4NxTUoEHIo2zkiH1g { top:0rem;left:0rem;width:43.6875rem;height:2.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 { display:block; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FclNUoeDSo19FbDf9uEpI1eq2kc9kT60 { top:10rem;left:11rem;width:36.75rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTa3EBS7gkDJQABzGHeugxB3qppqmm61 { width:33.125rem;height:24.875rem;top:11.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmhnUKZICOizMu6ALGfbGCmmlkH5Thms { width:33.875rem;height:2.875rem;top:16rem;left:13.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B06EcXXdEAUXQGtJeW3OOws8z0EIKgVb { width:5rem;height:0.125rem;top:19.75rem;left:33.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqfdLJrwIwQFqB0rncz1bWaSgtxzwef { width:33.1875rem;height:1.375rem;top:14.5625rem;left:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELenC2q7xgGnslxDVehgzdSLJIOHmepd { top:21.1875rem;left:21.125rem;width:26.625rem;height:12.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h { display:block; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpEcKntUxGnwzzP9cLaISmevc4NP1kCb { width:47.75rem;height:2.8125rem;top:4.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcVg5b8Sq3S5B5bRDO88BJJB2JM7BiW { width:19.125rem;height:12.375rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZpfPL9sdLAnM0OarUPGo09s9SasV7nA { width:19.125rem;height:12.375rem;top:11.375rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFSWWpWtzmEEPJIhtqIy4KXLm4wDOGro { width:19rem;height:12.375rem;top:11.3125rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwABFuBtRbueiNxRfgmXdBEhgU8V7iT { width:19.125rem;height:12.375rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5RdAAxqsf3hklBSk7SPH9VA4btE1kf { width:19.125rem;height:12.375rem;top:31.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKigq4PFks8ZvyZB14T3uIbxMN3DCLan { width:19.125rem;height:12.4375rem;top:31.75rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtT6ngTXWD8oUm0V5mqf5Kqne5dNQzP { width:5rem;height:0.125rem;top:8.625rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRnpH27cmiUXk6UtecOdyNET4XzHutAs { width:33.125rem;height:1.375rem;top:3.25rem;left:7.84375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35geOzQoyzmLStbgrBkQcuXiheBfOe8 { top:25.125rem;left:0rem;width:10.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFEcwrkqFPeXzoOTeWOAy9WzJRt4UBhf { top:23.75rem;left:0rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TuNH9pBxkN9CJzDkntH9XZkrUS9pn7 { top:23.75rem;left:14.3125rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTxbemwAZ22gmmNspCKxkJ4qR6CLFMIL { top:25.125rem;left:18.59375rem;width:10.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6pdTBxOP06dySSiOEoT3UUrhpp2vrz6 { top:23.75rem;left:28.625rem;width:19rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6RQ8aIEXlGIMxvwAyNmBgKAbSlGDHX { top:24.75rem;left:33.5625rem;width:14.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF0EeE8vHmfTgat6Zt3c97gbDdzkg1Av { top:44.125rem;left:0rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOtl0BS8d8vPJelg7c015vHx0PJQOzt6 { top:44.125rem;left:14.3125rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRkoOllz44seMWf8CMZyfgn9BrIBCrzp { top:44.125rem;left:28.625rem;width:19.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3bKDas2rgMdkLcLR9AIpiKPWN193lv { top:45.75rem;left:33.5625rem;width:14.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To08cPhQiLbTiANqxnBvPDA1s0ALmnVT { top:45.5625rem;left:0rem;width:10.5625rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsIydTAVxs4ChrlbmTykpVZa1Hf66sql { top:45.125rem;left:18.59375rem;width:10.5625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7p98p2xEE1vQQmao2asUs0khCDHhz7z { display:block; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoxNQ6cDTvt8bCm3qaypiBfV92WffnT1 { top:5rem;left:0rem;width:38rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn { width:35rem;height:16.25rem;top:6.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV227612yIKmfRDgFXFLIi3m4znJ5Cic { top:13.9375rem;left:0rem;width:26.3125rem;height:5.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh1PMiDWw5e1lJCkIyfDwVbDbvinNtiJ { width:5rem;height:0.125rem;top:13.6875rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwlQBTaJTbQ9gpoIpXyneuoMNtzF8XK { width:35.0625rem;height:2.625rem;top:10.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTBeT6hCNq1gJxdDZDXfA6nksUWSvMOT { width:35.0625rem;height:1.375rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy { display:block; }#Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mWi0VmJgTzrSKemAWFigZsLVhZ0yRb50 { width:35.0625rem;height:2.625rem;top:4.875rem;left:5.28125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahCZqGTqmGB9yHyPkWFZgB8bHQx8UTBP { width:5rem;height:0.125rem;top:8.6875rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #naCc9o4Ne88UZHXszBER31F5fK8sMlMz { width:35.0625rem;height:1.375rem;top:3.5rem;left:5.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 { display:block; }#iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zAweI4LDzX1ixTGrwO3viBTeyo3azAPf { top:0rem;left:1.09375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrMB4Neub83fUDEGttmSNVFp4xRgf9s { top:0rem;left:13.03125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlokkuPQ9Wg0ECf554PfW9h7cWWBmZTP { top:0rem;left:24.96875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvXfuaUEuioowLgtK9TC42GxtDFQEO5 { top:0rem;left:36.90625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQcTMyeJhNWMownQSIxrSsdhBivZd987 { display:block; }#qQcTMyeJhNWMownQSIxrSsdhBivZd987 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ez25RwkMyTwCIFcGhevxB4SSFdCMfpTd { top:0rem;left:1.09375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoLyFgSNyqKHORdRTV2KK91MgEqn4OAc { top:0rem;left:13.03125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFW7X2AkMi08QNq3TvUTTzyuGCcfdEVX { top:0rem;left:24.96875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR5ugsuIEbZxX4gaPlGKuONdplVU2EJR { top:0rem;left:36.90625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI { display:block; }#xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GTKgrZdmP1hQ7OXfbuyXKHUhNPslFM0o { top:0.75rem;left:1.78125rem;width:8.375rem;height:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTZkHfqGIrPmTLlwSMpyX2LpHuJOw3h { top:0rem;left:13.03125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsRUeb4xfZqwl0hxW3oFRprvi6BUGsvt { top:0rem;left:24.96875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbc5FwgqKpEHZSoelz7nGrzs77gAK9x { top:0rem;left:36.90625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik { display:block; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCfOenK3ZCgnmiZdDULO0m8QtaNBE6x2 { top:27.625rem;left:14rem;width:33.75rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJODHn4aiTKXLrZRkp5zaSODkS6A2vu { width:35.0625rem;height:2.625rem;top:4.8125rem;left:6.34375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNhOXhiZeRl66JoO9T2JS6Jq6hzd7TwW { top:12.125rem;left:0rem;width:38.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORkZRKpidvkBHADVQkeRMz47wGnKqTVf { top:14.6875rem;left:0rem;width:26.3125rem;height:;font-size:1rem;display:block; }#ORkZRKpidvkBHADVQkeRMz47wGnKqTVf li:before{  }
 }@media only screen and (max-width: 763px) { #LMCplIBoR3anMkboRmR6LycmDoG6FFf9 { top:31.0625rem;left:0rem;width:26.3125rem;height:;font-size:1rem;display:block; }#LMCplIBoR3anMkboRmR6LycmDoG6FFf9 li:before{  }
 }@media only screen and (max-width: 763px) { #FOIr1HH6tHAAEeq2NgtA9Td9XNQPtQNf { top:28.5rem;left:0rem;width:34.625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh { top:45.5rem;left:0rem;width:26.3125rem;height:;font-size:1rem;display:block; }#RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh li:before{  }
 }@media only screen and (max-width: 763px) { #x3Ha1iNGf7SC7u7RVoPlEBdRSKXtGuJA { top:43rem;left:0rem;width:34.625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4AoMVtyBDKZfa3ZvIA8WT2U3IFJ00Fn { width:5rem;height:0.125rem;top:8.4375rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGUcGEp6VMb8r8oC4vSdkq8pgtdw0sio { width:35.0625rem;height:1.375rem;top:3.4375rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquy7JeGArfhaZyiEtqWbtuTPLQ8MuGF { top:7.125rem;left:5.28125rem;width:38.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR { top:56.9375rem;left:0rem;width:26.3125rem;height:12.375rem;font-size:1rem;display:block; }#E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR li:before{  }
 }@media only screen and (max-width: 763px) { #cI6vkl2BJLgzJuiMwR98d6pJxnBSUkUX { top:53.875rem;left:0rem;width:34.625rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1fheoagGbZnF2PbB0gAkaBghE1kmt2U { display:block; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKyPn0QP9iKDsPJsa7ZWDoGmesn5zaWt { width:15.625rem;height:3.75rem;top:2.8125rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeiXrOytWUXyxIIW4PQPTJofzM8qqor4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ge0kbm3UxKhlm3KSHtTf6qRFpJuwrTH6 { width:23.375rem;height:1.9375rem;top:2rem;left:3.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQHcrE5WfCo6yUT9t4IKOTRrTToZ30oI { width:22.1875rem;height:3.0625rem;top:3.9375rem;left:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgGqBwwcb3LPueVZemX606mRFc3vnWG0 { width:3.4375rem;height:3rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVezx6nv0T0s1nSAUHlsIdklkx2twT3l { display:block; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7VwPLaHZCb9MufnoISzEU8w5EBRZukq { top:5.625rem;left:0.75rem;width:12.5rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbRaN4yanJT5VP0k5AghQwtq1MDkLmHD { top:5.875rem;left:22.5625rem;width:12.5rem;height:5.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhhxulMrkOr55zCMub3wTHMcPzC0SEw { top:5.875rem;left:39.875rem;width:7.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGo1X2rr0orb6MtEpPsDAs0hqfTrEW8u { top:4.5625rem;left:39rem;width:6.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksCl80GLBhea9vkdZ5WJacNtTtrsG9qS { top:5.0625rem;left:17.1875rem;width:5.375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITw5FVLrwnh85CfwgK4iMhbzX2EKHtl5 { top:4.6875rem;left:0rem;width:5.8125rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5BoALPcQrLpaIAzqXicEs67KCcJuiz { display:block; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT271Z4UoCRaJNvPKEhEvGdc1IB42vw2 { top:4.5rem;left:0rem;width:33.1875rem;height:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVXIEd1dRaOR8xfoq75dTO8UUBZ3CfZ3 { width:19.6875rem;height:5.3125rem;top:8.125rem;left:28.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbpoTHhEGHoKwEmhKe3D5Fn8SrmA8i9 { width:5rem;height:0.125rem;top:14.6875rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS8s4gUO3LQ4CFsL5AT6SsxkCV6BNpx { top:15.8125rem;left:25.875rem;width:21.875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB { display:block; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxRsBFOzxpNvLLdNGMgpT6w73u8ghqAh { top:5.75rem;left:21.0625rem;width:26.6875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M28EzZWTKpKe8BiySTCoLCV7OVLROqt8 { width:26.1875rem;height:5.0625rem;top:25.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtu9ieVDT8fOf47Q0kygrrQwuttDcMPa { width:8.875rem;height:2.375rem;top:21.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAV2LWBb2k1MHmZlcTU3RgCLpNkdxoSS { width:29.625rem;height:9.5rem;top:10.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpPIQ94GLWig5W4dMWZtvcZEgtrSW5T0 { width:30.875rem;height:3.4375rem;top:5.75rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJOU4CETdR9tC9UUqRJiRvT2vx2z5Iap { top:21.6875rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRDqqTxKkc8bXx22RTa7e2lkntPARWbu { top:25.9375rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XroIaQz3OHT6gDPXpqCtwq4oC891On8b { width:26.875rem;height:2.375rem;top:32.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWpITrTseIUgvROhZvUD1TNc4qZfUMC { top:34.75rem;left:0rem;width:23.4375rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXq92bRvn6An8zUvlrPmIUbWrUCnptne { display:block; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VI8n5i9PzZFK5kDVZqkuyITPnDIgR8Jz { top:0.875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSCG5GMi58eTci41poJzuqyr1EhqqWd { top:0.8125rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cVFf9X9WIco3hF2rM69auKpKkBRO9TxJ { width:12.1875rem;height:2.125rem;top:1.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSEovyU28PNvJS0tM6tMPq5LmPARIklr { width:5.875rem;height:2.4375rem;top:1.25rem;left:14.005102040816rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4cdff5a3-ba89-4290-82f6-1ebef7e286b9/tumatsainiciomovil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD.adaptive-delivery-prevent-bg, #zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD.lazyload, #zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD.lazyloading { background-image: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container { background-color: transparent; background-image: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container > .video-iframe-container { display: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row > .video-iframe-container { display: none; }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .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); }#zxIunOUFSsUJrQtpowGN5nDAWsn2AhdD > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkkfLhswKhTn4JDvOhRLiEmNcMkTbpiP { width:18rem;height:4.722125rem;top:7.625rem;left:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSBEorIp0ldgZxN1UrhbKNWiky08dllF { width:15.5rem;height:2.6260625rem;top:13.5625rem;left:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ263GnMEqdytgPMzWVaOHyIuWMlvRaJ { width:20rem;height:16.875rem;top:5.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT9zzLkAVr8M57hATGvdHvKUbCkXTB7h { width:18.1875rem;height:14.8125rem;top:6.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzM4TzikiZqwF7ZCbw8pRfThgyLz2f99 { width:5rem;height:0.125rem;top:12.9375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZJ7rMH5UncEvy6T3JwOVhm7Lk0GKduN { width:14.25rem;height:3.4375rem;top:16.8125rem;left:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD7lEAviQkPX4mR0qof3E5GzWTwfddiC { display:block; }
 }@media only screen and (max-width: 763px) { #AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC { display:block; }#AzNRF6Hig3iKRyT8KpfZnRtqIaVnE0EC > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rmJHt59XhRH0Bo7df7psrvbFZaTMmdFr { width:4.75rem;height:4.75rem;top:17.4609375rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRgoZT408SFkbAuBz4sKOX8pinu4Bcet { width:4.3125rem;height:4.3125rem;top:10.26171875rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rtN4ZmmgmSvTowX5HCtALVZ3UtbTGKkR { width:4.625rem;height:4.625rem;top:3.9375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTULLKqrBePhH2Kz9nq2SxBSyxypxyKE { width:11.8125rem;height:3.575rem;top:4.4375rem;left:8.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DIOIveQMXLnXQPBsdCaXzsqQO7qdoT { width:11.5rem;height:3.575rem;top:10.630859375rem;left:8.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEaSfpRQ4Puput6JiqRiszph83ZXvDR3 { width:10.625rem;height:3.575rem;top:18.048828125rem;left:8.78125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu { display:block; }#Z2bwl2JV3g2ZBcnEdaLIgUqCugK2aVNu > .row .container { width:20rem;height:128rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VUy5e2qaed8ISeIfTypmy66luwGzUDVa { width:20rem;height:20rem;top:8.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbCVfDXxAHcdX8w659s4h6XiWwAN2hTP { width:20rem;height:20rem;top:29.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKpbl1AT1GZMzn0HNl4HNL19makCHh8I { width:20rem;height:20rem;top:51.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXpS50LTFMRqox34mCAk4qbf4RbsVKmS { width:20rem;height:20rem;top:73.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn4OXr154MrEgPquRM7lluQFG3zmm2bl { width:20rem;height:13.898501871866rem;top:95.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIueGUZLx9KnlL5HMPrUxiQ0XHR6VgyZ { width:20rem;height:13.914425531915rem;top:111.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVupnnnqfmpA1GFTUGvfER7gSHoHbHBK { width:13.49875rem;height:0.8931125rem;top:27.274501919746rem;left:3.2501774430275rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiG7OMDLcGJ9UKQtimPLFpTPye5IeVWr { width:12.1875rem;height:0.8931125rem;top:48.8125rem;left:3.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLa6FGsHUUiQy8gp3KezMGdp5f60rH7A { width:13.9364375rem;height:1.78621875rem;top:70.75rem;left:3rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s9soHwPDxD13V8zLtFXEEzKs7fkTr76Q { width:13.9364375rem;height:0.8931125rem;top:92.749288558963rem;left:2.9998224377632rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H96OlXnaiSk6ea5tpW93wUTcHEBl2kAx { width:18.187125rem;height:0.8931125rem;top:108.87481498718rem;left:0.87446731328963rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBz71uphu52fo22yPETbBb2d34cUWfxI { width:20rem;height:1.25rem;top:27.056638836861rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiOc1XpgD6w7aaquabTB8HtKsrQ1mIIR { width:20rem;height:1.125rem;top:48.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #St7B51hLaG9wZTvQP1EhkxnGLK7hHrBB { width:20rem;height:1.125rem;top:70.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLuhmOlvxBQdub4fhMcVOcuh42wPBAHK { width:20rem;height:1.125rem;top:92.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7XpZPTTMwmS8kMUMRCbnMXwTZsNITgX { width:20rem;height:1.125rem;top:108.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e6cUcrNE8rRuBUA9uF6PLUHLTaBwoNrM { width:20rem;height:1.1875rem;top:124.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPRvdKoBO7TcsTb0P8faCdBzwn6EWTVL { width:15.4368125rem;height:1.78621875rem;top:124.875rem;left:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVlr9TOxxp1xtlmkGw1uNlTDzLB600GO { width:5rem;height:0.062144875rem;top:7.0640984773637rem;left:7.4999995827675rem;display:block; }
 }@media only screen and (max-width: 763px) { #cE7dhaAEkyxdzHCtCWqoR8dfcQhHP4SW { width:20rem;height:2.19993125rem;top:3.9346585273742rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WoluFSq4c8ITLyh3AXD1RExEOdUl7PvD { width:15.5619375rem;height:2.43608125rem;top:1.552734375rem;left:2.2176845669746rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU { display:block; }#JeJOnc7O3ol8hBz2fbqxDkGoPXwayTzU > .row .container { width:20rem;height:116.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d3JOnv9R3K6DQ4C21XrvppRbb5Gq0kQc { width:17.125rem;height:6.25rem;top:29.57080078125rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTHIGksTVDuNekVhzU0oZyQMMEvZ9Hq8 { width:17.125rem;height:17.125rem;top:38.5625rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhbS2xEIPcmz18wn4fG6Jtf9wyDUctwk { width:11.499rem;height:2.9243625rem;top:56.625rem;left:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpHzZ8MRNvQEVbeCfETvV8QIexvOwWoD { width:17.1875rem;height:6.25rem;top:55.6875rem;left:1.49951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yH0VWCWLekcQcwpOyX68xV3magdoCMug { width:16.6875rem;height:1.46218125rem;top:83.37451171875rem;left:1.71728515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCXFQRiHcqhveevavEy9AxZ7OSXIMKBp { width:17.125rem;height:6.25rem;top:81.91845703125rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCmQHXIPiO9J1umkchEogWHebOlZ7pKQ { width:17.125rem;height:17.125rem;top:65.0595703125rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqd9Q4vpDJVsVFM3Ic6dn5xg5KOTtnyZ { width:17.125rem;height:6.25rem;top:107.75rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy7RIlR3tqGhTIGMOTLilDPFfeEgZxmB { width:12.999rem;height:2.9243625rem;top:108.30908203125rem;left:3.498046875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCqBviVodyT5dxXyCFfeEPyGWlkQPsTZ { width:17.125rem;height:17.125rem;top:91.1875rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgFamctdS95XxGnQs5E0WtoVd00nudqE { width:20rem;height:4.39985625rem;top:5.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uAOogGgQcv9WMyCu84onaC9XfCC7VMkS { width:20rem;height:2.43608125rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hsi1p8dz3BpXGcypQwhM0ORGABstbtm5 { width:5rem;height:0.125rem;top:11.38671875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8BZ4h5LGdLUJkCkSGdr0PM8VwXhWLoQ { width:15.875rem;height:1.29931875rem;top:33.51171875rem;left:1.9365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BysA8pSZqTkGvD4fO26AxTuOXGEZG7IM { width:11.625rem;height:1.29931875rem;top:59.54736328125rem;left:4.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #knvulbxWyDgOPW4xTnVaMqB5S9trnGgl { width:11.625rem;height:1.29931875rem;top:85.0712890625rem;left:4.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWCGgwJOBCp16AOdGKhugpUvd6qO40q { width:17.124rem;height:17.124rem;top:12.4482421875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvkEbpTZTKJ4TV8JLTBTxmKNvnMIKQ8B { width:11.625rem;height:1.29931875rem;top:111.2314453125rem;left:4.1865234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXltzZhvC9yKk9eVq8vOqgTViQiy8U3V { width:14.3115rem;height:2.9243625rem;top:30.50830078125rem;left:2.84326171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr { display:block; }#JeLo6CXLZTSrZfRpgfZgSrfbiNNEhoOr > .row .container { width:20rem;height:104.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #keMXbL5Umk53oeT4Mn49u1N2xSKP9GAs { width:17.125rem;height:17.125rem;top:0.68701171875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6a76fRTCEt0F9eFdHWxdAWadIPwG1aR { width:17.125rem;height:6.25rem;top:17.8095703125rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyuhIkBRcrNcZavOM8hdFrxn56zPgcrC { width:17.125rem;height:17.125rem;top:27.31201171875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdqXTRr7Wl0ykDVr0Tc2TJBaeE99fIet { width:17.125rem;height:6.25rem;top:44.4345703125rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnwFndkleM7ZqCmH6HCUdV1023cVVEeu { width:17.125rem;height:6.25rem;top:71.0595703125rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAT2ZvIPDXIZlt7ZaLQvqF05MiQBrQ3c { width:17.125rem;height:17.125rem;top:53.93701171875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI17lxvfEKPAWl198O7EBO2AXmCFbBlx { width:17.125rem;height:6.25rem;top:97.83984375rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRTmmIH41IaHxUfNGO1Q4fct3cMycgrt { width:17.125rem;height:17.125rem;top:80.71728515625rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9gTIyDd90cOczNtAWM2b3vTXMhzSFiy { width:11.625rem;height:1.29931875rem;top:21.6708984375rem;left:4.0615234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMUDLfcJgVuv8oPlGz5fsLcfmwvuurgt { width:12.8745rem;height:2.9243625rem;top:18.74853515625rem;left:3.49853515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNhkbmNSTnSkAz8VAxQmidvhZ58PbCbp { width:13.5rem;height:2.9243625rem;top:44.93408203125rem;left:2.99951171875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tU1wHEOxw6MUTTlKhLHTfiMJN58pxcya { width:15.3125rem;height:2.59765625rem;top:47.72998046875rem;left:2.3115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #myTalBLgfhvLuGXmTsgedeEywRXG6zeH { width:12.75rem;height:2.9243625rem;top:71.85693359375rem;left:3.6240234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vxUAC0FvTGV6Warvoio0n4XQRgeTDEnp { width:14.124rem;height:1.29931875rem;top:74.966796875rem;left:2.87451171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9I6e5lQLztqkJGPfSBrW6ayQMcZDR2e { width:13.6875rem;height:1.29931875rem;top:101.2705078125rem;left:3.1552734375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfm5sFSnHlFyKobqu3dw6Uv31TCNHqm3 { width:13.6875rem;height:1.46218125rem;top:99.59130859375rem;left:3.1552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo { display:block; }#hX1q8qh0ZJdf0dXuCd0HDNTRt69ZGlWo > .row .container { width:20rem;height:108rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e5zbTy1SdF3Kogs0O0wmmJLrS4giJlZ8 { width:17.125rem;height:17.125rem;top:3.2490234375rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdHxtTUDSv2iJuiwqgiPq0yxtocmu8oh { width:17.125rem;height:6.25rem;top:20.37158203125rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jhg4oIG65kRT2AD1BXsN9JMJVLCLvEE9 { width:17.125rem;height:17.125rem;top:30.287109375rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBmok3wsNIfxfQWDXZc5eq6OTyZp42mE { width:17.125rem;height:6.25rem;top:47.40966796875rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrB6leR9fygFiwgNzqqr75xos5KH9qkI { width:17.125rem;height:7.25rem;top:74.21044921875rem;left:1.43701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThTgsplMJr0Rpy0tSKix6XNmWcczkfa2 { width:17.125rem;height:17.125rem;top:57.087890625rem;left:1.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiIND3bt56ZfNNVyOT0IRRp1qzHD2k5y { width:17.125rem;height:6.25rem;top:100.96142578125rem;left:1.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9217aSBMTbHm3zS5TysB1DNcnFlwtQm { width:12.999rem;height:1.46218125rem;top:102.099609375rem;left:3.24462890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rR2oHKitnfkuH1n7EUrKKpsLUU7ON1NH { width:17.125rem;height:17.125rem;top:83.8388671875rem;left:1.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATLT2vNIA0oLO6eWqgUA0eSozd2hM2Bq { width:12.312rem;height:2.9243625rem;top:21.1611328125rem;left:3.83935546875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNTPCZtz5gkrUa5LQUFWvSCqSDqK5XRT { width:14.124rem;height:1.29931875rem;top:24.08349609375rem;left:2.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdXfOEHEvDF68ddTXbeaeW1IiuiaHI4E { width:15.8745rem;height:1.46218125rem;top:49.0595703125rem;left:2.06103515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TE28BpTJGnbuiAi4wTopBBhzP6dwC8F9 { width:14.124rem;height:1.29931875rem;top:50.677734375rem;left:2.4990234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddPN4cFAteDMR4bhESGNEZpaeUKTCaTQ { width:13.5rem;height:2.47336875rem;top:74.9599609375rem;left:3.2490234375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRAn4SEi34eZ5KoXFlWuWavtPMyrIN5T { width:14.124rem;height:2.59765625rem;top:78.041015625rem;left:2.935546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1sv14qTnZazsVTqvV94G0Ofvelwx6fP { width:14.124rem;height:1.29931875rem;top:103.72998046875rem;left:2.935546875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi { display:block; }#szcGliTBiVFpHXkzZaJXGqTQvTKB3sMi > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fanS6wkPKH3w0zb3OOqXRKMTEgmHdkqF { width:17.125rem;height:17.125rem;top:0rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BhPKA1ZmpAgsxVpa9GmGeg2KIvTsXu { width:16.6245rem;height:1.46218125rem;top:18.8779296875rem;left:1.37353515625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNdThiT9NuxHwJU5vP8TIFIGbXUfysTc { width:17.1875rem;height:6.25rem;top:17.12255859375rem;left:1.24951171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNBwsTqqeIi2rCUXGHFehz9BZBdDxHTb { width:16.6875rem;height:1.46218125rem;top:43.24951171875rem;left:1.6552734375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGI5wrdV0zgtb4X1ImJotnCHU7iEeuGQ { width:17.125rem;height:6.25rem;top:42.06005859375rem;left:1.310546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f65UhUq1pJaOiuD7QEV2HTxCnzlJlHca { width:17.125rem;height:17.125rem;top:24.9375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XE92DMGengDWMR96MtHWqfoQ7NWlHFat { width:14.6865rem;height:1.29931875rem;top:20.62353515625rem;left:2.46826171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wER2TkDr49gVkE2X3dRe1GHAOpk2IddL { width:14.124rem;height:1.29931875rem;top:45.28564453125rem;left:2.93701171875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr { display:block; }#hFL9IJ4ZFiBrc4DSWoxFpQwSBFqUMQEr > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nR9Gmn5IdLSJaPz4NxTUoEHIo2zkiH1g { width:19.9995rem;height:4.03764375rem;top:1.1982421875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 { display:block; }#HDHKKhP9Aq930rdrv2RXL1SMv2HpLXG1 > .row .container { width:20rem;height:34.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FclNUoeDSo19FbDf9uEpI1eq2kc9kT60 { width:20rem;height:29.4375rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTa3EBS7gkDJQABzGHeugxB3qppqmm61 { width:18.9375rem;height:27.5rem;top:3.75rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmhnUKZICOizMu6ALGfbGCmmlkH5Thms { width:15.5625rem;height:2.1120375rem;top:7.3125rem;left:2.21875rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B06EcXXdEAUXQGtJeW3OOws8z0EIKgVb { width:5rem;height:0.125rem;top:10.125rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #geqfdLJrwIwQFqB0rncz1bWaSgtxzwef { width:11.625rem;height:2.43608125rem;top:4.9242129325867rem;left:4.1874998807907rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELenC2q7xgGnslxDVehgzdSLJIOHmepd { width:17.125rem;height:18.5546875rem;top:11.25rem;left:1.4375001192093rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h { display:block; }#ub2NkRPzJiIyhWEpFvO5gQsuAHA9dd0h > .row .container { width:20rem;height:115.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mpEcKntUxGnwzzP9cLaISmevc4NP1kCb { width:20rem;height:2.1120375rem;top:2.2500076293945rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXcVg5b8Sq3S5B5bRDO88BJJB2JM7BiW { width:19.125rem;height:12.375rem;top:5.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZpfPL9sdLAnM0OarUPGo09s9SasV7nA { width:19.125rem;height:10.875rem;top:23.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFSWWpWtzmEEPJIhtqIy4KXLm4wDOGro { width:19rem;height:12.3125rem;top:40.875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOwABFuBtRbueiNxRfgmXdBEhgU8V7iT { width:19.125rem;height:12.375rem;top:59.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iq5RdAAxqsf3hklBSk7SPH9VA4btE1kf { width:19.125rem;height:12.375rem;top:78.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKigq4PFks8ZvyZB14T3uIbxMN3DCLan { width:19.125rem;height:10.875rem;top:97.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #swtT6ngTXWD8oUm0V5mqf5Kqne5dNQzP { width:5rem;height:0.125rem;top:4.3125rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRnpH27cmiUXk6UtecOdyNET4XzHutAs { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z35geOzQoyzmLStbgrBkQcuXiheBfOe8 { width:10.5625rem;height:1.7875rem;top:18.875rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFEcwrkqFPeXzoOTeWOAy9WzJRt4UBhf { width:19.125rem;height:4.625rem;top:17.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0TuNH9pBxkN9CJzDkntH9XZkrUS9pn7 { width:19.125rem;height:4.625rem;top:34.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTxbemwAZ22gmmNspCKxkJ4qR6CLFMIL { width:10.5625rem;height:1.7875rem;top:35.875rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6pdTBxOP06dySSiOEoT3UUrhpp2vrz6 { width:19.125rem;height:4.625rem;top:53.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT6RQ8aIEXlGIMxvwAyNmBgKAbSlGDHX { width:14.1875rem;height:2.59765625rem;top:54.2001953125rem;left:2.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iF0EeE8vHmfTgat6Zt3c97gbDdzkg1Av { width:19.125rem;height:4.625rem;top:72rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOtl0BS8d8vPJelg7c015vHx0PJQOzt6 { width:19.125rem;height:4.625rem;top:90.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRkoOllz44seMWf8CMZyfgn9BrIBCrzp { width:19.125rem;height:4.625rem;top:108.5625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ3bKDas2rgMdkLcLR9AIpiKPWN193lv { width:14.1875rem;height:1.298825rem;top:110.25rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #To08cPhQiLbTiANqxnBvPDA1s0ALmnVT { width:10.5625rem;height:1.7875rem;top:73.4375rem;left:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsIydTAVxs4ChrlbmTykpVZa1Hf66sql { width:10.5625rem;height:2.59765625rem;top:91.9375rem;left:4.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7p98p2xEE1vQQmao2asUs0khCDHhz7z { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/13daab41-762e-451d-b999-c5e189e01d20/tumatsadisenos.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z.adaptive-delivery-prevent-bg, #v7p98p2xEE1vQQmao2asUs0khCDHhz7z.lazyload, #v7p98p2xEE1vQQmao2asUs0khCDHhz7z.lazyloading { background-image: none; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container { background-color: transparent; background-image: none; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container > .video-iframe-container { display: none; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row > .video-iframe-container { display: none; }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .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); }#v7p98p2xEE1vQQmao2asUs0khCDHhz7z > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aoxNQ6cDTvt8bCm3qaypiBfV92WffnT1 { width:20rem;height:19.875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEOIMKge4s7xhqBHhhUebMA1Eqetnxfn { width:18.75rem;height:17.8125rem;top:4.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CV227612yIKmfRDgFXFLIi3m4znJ5Cic { width:16.875rem;height:8.99325rem;top:12.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qh1PMiDWw5e1lJCkIyfDwVbDbvinNtiJ { width:5rem;height:0.125rem;top:12.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZwlQBTaJTbQ9gpoIpXyneuoMNtzF8XK { width:20rem;height:3.25rem;top:7.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GTBeT6hCNq1gJxdDZDXfA6nksUWSvMOT { width:20rem;height:1.21875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy { display:none; }#Rs7v5ptxGTh8TA6Vkr9RJupuxQgvLowy > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mWi0VmJgTzrSKemAWFigZsLVhZ0yRb50 { width:20rem;height:2.6rem;top:3.1591796875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahCZqGTqmGB9yHyPkWFZgB8bHQx8UTBP { width:5rem;height:0.125rem;top:6.630859375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #naCc9o4Ne88UZHXszBER31F5fK8sMlMz { width:20rem;height:1.21875rem;top:1.9404296875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 { display:none; }#iPnfhJdo59UaS6qGbwMMfiFmKHDQgCr7 > .row .container { width:20rem;height:13.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zAweI4LDzX1ixTGrwO3viBTeyo3azAPf { width:6.3125rem;height:6.3125rem;top:0rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTrMB4Neub83fUDEGttmSNVFp4xRgf9s { width:6.5625rem;height:6.5625rem;top:0rem;left:11.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlokkuPQ9Wg0ECf554PfW9h7cWWBmZTP { width:6.8125rem;height:6.8125rem;top:6.3125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ThvXfuaUEuioowLgtK9TC42GxtDFQEO5 { width:7.25rem;height:7.25rem;top:6.09375rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQcTMyeJhNWMownQSIxrSsdhBivZd987 { display:none; }#qQcTMyeJhNWMownQSIxrSsdhBivZd987 > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Ez25RwkMyTwCIFcGhevxB4SSFdCMfpTd { width:6.375rem;height:6.375rem;top:0rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hoLyFgSNyqKHORdRTV2KK91MgEqn4OAc { width:6.8125rem;height:6.8125rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFW7X2AkMi08QNq3TvUTTzyuGCcfdEVX { width:6.5625rem;height:6.5625rem;top:7.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR5ugsuIEbZxX4gaPlGKuONdplVU2EJR { width:7.375rem;height:7.375rem;top:7rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI { display:none; }#xHIaNsC9n7hua5f3r4DUoaKsen4X8GoI > .row .container { width:20rem;height:15.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GTKgrZdmP1hQ7OXfbuyXKHUhNPslFM0o { width:6.375rem;height:6.375rem;top:0rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #soTZkHfqGIrPmTLlwSMpyX2LpHuJOw3h { width:6.8125rem;height:6.8125rem;top:0rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsRUeb4xfZqwl0hxW3oFRprvi6BUGsvt { width:6.5625rem;height:6.5625rem;top:7.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLbc5FwgqKpEHZSoelz7nGrzs77gAK9x { width:7.375rem;height:7.375rem;top:7rem;left:11.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik { display:block; }#RXf3ys7RLe0R9eVGJmO2GS5DynsOs4ik > .row .container { width:20rem;height:104.81018066406rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCfOenK3ZCgnmiZdDULO0m8QtaNBE6x2 { width:20rem;height:25.8135rem;top:78.998046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfJODHn4aiTKXLrZRkp5zaSODkS6A2vu { width:20rem;height:2.275rem;top:3.71875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uNhOXhiZeRl66JoO9T2JS6Jq6hzd7TwW { width:20rem;height:3.0878875rem;top:8.9433625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ORkZRKpidvkBHADVQkeRMz47wGnKqTVf { width:17.875rem;height:13.87075rem;top:13.767181396484rem;left:2rem;font-size:1rem;display:block; }#ORkZRKpidvkBHADVQkeRMz47wGnKqTVf li:before{  }
 }@media only screen and (max-width: 763px) { #LMCplIBoR3anMkboRmR6LycmDoG6FFf9 { width:17.8125rem;height:10.5600625rem;top:31.9296875rem;left:2.0625rem;font-size:1rem;display:block; }#LMCplIBoR3anMkboRmR6LycmDoG6FFf9 li:before{  }
 }@media only screen and (max-width: 763px) { #FOIr1HH6tHAAEeq2NgtA9Td9XNQPtQNf { width:20rem;height:1.54394375rem;top:28.89258125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh { width:17.5rem;height:9.9343125rem;top:48.56640625rem;left:1.75rem;font-size:1rem;display:block; }#RzZ9Br0SnBtNKyOpT2LAcr1UtxfRgTzh li:before{  }
 }@media only screen and (max-width: 763px) { #x3Ha1iNGf7SC7u7RVoPlEBdRSKXtGuJA { width:17.9375rem;height:3.0878875rem;top:44.304676055908rem;left:1.03125rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s4AoMVtyBDKZfa3ZvIA8WT2U3IFJ00Fn { width:5rem;height:0.125rem;top:7.5683625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGUcGEp6VMb8r8oC4vSdkq8pgtdw0sio { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cquy7JeGArfhaZyiEtqWbtuTPLQ8MuGF { width:20rem;height:0.625rem;top:74.130470275881rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR { width:18.0625rem;height:15.3701875rem;top:62.5625rem;left:1.8125rem;font-size:1rem;display:block; }#E36aW9CiZZuqh07EZ4KiJNV1p4b46TvR li:before{  }
 }@media only screen and (max-width: 763px) { #cI6vkl2BJLgzJuiMwR98d6pJxnBSUkUX { width:20rem;height:1.54394375rem;top:60.4375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1fheoagGbZnF2PbB0gAkaBghE1kmt2U { background-color:#78aee8;background-image:none;display:block; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container { background-color: transparent; background-image: none; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container > .video-iframe-container { display: none; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row > .video-iframe-container { display: none; }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .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); }#T1fheoagGbZnF2PbB0gAkaBghE1kmt2U > .row .container { width:20rem;height:23.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RKyPn0QP9iKDsPJsa7ZWDoGmesn5zaWt { width:15.625rem;height:3.75rem;top:16.625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeiXrOytWUXyxIIW4PQPTJofzM8qqor4 { display:block; }
 }@media only screen and (max-width: 763px) { #Ge0kbm3UxKhlm3KSHtTf6qRFpJuwrTH6 { width:15.625rem;height:4.0625rem;top:6.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQHcrE5WfCo6yUT9t4IKOTRrTToZ30oI { width:15.625rem;height:4.6318375rem;top:10.875rem;left:2.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgGqBwwcb3LPueVZemX606mRFc3vnWG0 { width:3.4375rem;height:3rem;top:2.0625rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVezx6nv0T0s1nSAUHlsIdklkx2twT3l { display:block; }#yVezx6nv0T0s1nSAUHlsIdklkx2twT3l > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M7VwPLaHZCb9MufnoISzEU8w5EBRZukq { width:9.4375rem;height:3.575rem;top:3.6875rem;left:8.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbRaN4yanJT5VP0k5AghQwtq1MDkLmHD { width:11.125rem;height:5.36133125rem;top:10.28750038147rem;left:8.8750003576281rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIhhxulMrkOr55zCMub3wTHMcPzC0SEw { width:7.875rem;height:3.41086875rem;top:17.387500762939rem;left:8.9375003576281rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGo1X2rr0orb6MtEpPsDAs0hqfTrEW8u { width:5.4375rem;height:5.4375rem;top:16.375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksCl80GLBhea9vkdZ5WJacNtTtrsG9qS { width:4.3125rem;height:4.3125rem;top:10.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITw5FVLrwnh85CfwgK4iMhbzX2EKHtl5 { width:4.5rem;height:4.5rem;top:3.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF5BoALPcQrLpaIAzqXicEs67KCcJuiz { display:block; }#uF5BoALPcQrLpaIAzqXicEs67KCcJuiz > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wT271Z4UoCRaJNvPKEhEvGdc1IB42vw2 { width:20rem;height:12.693032015066rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVXIEd1dRaOR8xfoq75dTO8UUBZ3CfZ3 { width:14.125rem;height:4.224075rem;top:14.918749809265rem;left:2.9375001192093rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDbpoTHhEGHoKwEmhKe3D5Fn8SrmA8i9 { width:5rem;height:0.125rem;top:19.828907966614rem;left:7.5000003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKS8s4gUO3LQ4CFsL5AT6SsxkCV6BNpx { width:18.6875rem;height:8.99325rem;top:21.016407012939rem;left:0.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB { display:block; }#o30k1ecxnvGfKPR7nLi6qIFaTnpvKnxB > .row .container { width:20rem;height:101.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RxRsBFOzxpNvLLdNGMgpT6w73u8ghqAh { width:20rem;height:21.5rem;top:17.3935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M28EzZWTKpKe8BiySTCoLCV7OVLROqt8 { width:15.3125rem;height:4.25rem;top:69.8125rem;left:3.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dtu9ieVDT8fOf47Q0kygrrQwuttDcMPa { width:8.875rem;height:2.374825rem;top:65.9375rem;left:6.6875rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAV2LWBb2k1MHmZlcTU3RgCLpNkdxoSS { width:18.9375rem;height:9.494875rem;top:4.75rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpPIQ94GLWig5W4dMWZtvcZEgtrSW5T0 { width:20rem;height:2.1120375rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cJOU4CETdR9tC9UUqRJiRvT2vx2z5Iap { display:flex;width:1.8125rem;height:1.8125rem;top:66.1875rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #VRDqqTxKkc8bXx22RTa7e2lkntPARWbu { display:flex;width:1.6875rem;height:1.6875rem;top:69.8125rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #XroIaQz3OHT6gDPXpqCtwq4oC891On8b { width:20rem;height:2.01881875rem;top:74.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCWpITrTseIUgvROhZvUD1TNc4qZfUMC { width:20rem;height:6.25rem;top:78.124816894531rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXq92bRvn6An8zUvlrPmIUbWrUCnptne { display:block; }#iXq92bRvn6An8zUvlrPmIUbWrUCnptne > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VI8n5i9PzZFK5kDVZqkuyITPnDIgR8Jz { width:7.3125rem;height:0.9747875rem;top:1.1875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuSCG5GMi58eTci41poJzuqyr1EhqqWd { width:12.5rem;height:0.9747875rem;top:1.1875rem;left:7.5rem;font-size:0.75rem;display:block; }
 }