.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:219,239,239;--color-primary-1:134,203,202;--color-primary-2:13,151,149;--color-primary-3:7,76,75;--color-primary-4:2,23,22;--color-secondary-0:218,219,235;--color-secondary-1:132,136,188;--color-secondary-2:8,16,121;--color-secondary-3:4,8,61;--color-secondary-4:1,2,18;--color-tertiary-0:255,255,255;--color-tertiary-1:181,181,181;--color-tertiary-2:132,132,132;--color-tertiary-3:79,79,79;--color-tertiary-4:0,0,0;--headlines-font-family:"ubuntu";--paragraphs-font-family:"ubuntu"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:rgba(var(--color-tertiary-0),0.42);background-image:url("https://images.assets-landingi.com/uc/cbaa0300-6f7a-4f5c-ae54-abeaf38c4c32/granjaswebfondo2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:40.625rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:31.0625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:5.2470703125rem;left:0rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:30rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:23.7001953125rem;left:0.53125rem;height:3.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSW25klX2mztxy5sWBeRusJLaMgIrtgw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:16rem;top:12.77734375rem;left:8.59375rem;overflow:hidden;display:block; }
#AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:34.9375rem;left:0rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:31.5625rem;left:36.09375rem;display:block; }
#bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { color:rgba(var(--color-tertiary-0),1);display:block;width:27.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:29.7744140625rem;left:31.0625rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SRUdFiFbKebiBbB3P0VxXhXuhAfZbyoi { box-sizing:content-box;height:3.125rem;width:18.1875rem;position:absolute;display:block;z-index:15022;background-color:#957043;background-image:none;top:29.7744140625rem;left:6.5rem;display:block; }
#JiJTszfGvShR2kZyvkVlMoNXTHaO8ldv { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15023;line-height:1.2;letter-spacing:0;top:30.5615234375rem;left:6.5rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d9gL4bU3qsiI6CxT4noBosvapDLwTzaa { position:absolute;display:block;z-index:15024;height:24.5625rem;width:25.375rem;top:1.4375rem;left:32.15625rem;display:block; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { 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; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { background-color: transparent; background-image: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { display: none; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .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); }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { border-width: 0; border-radius: 0; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),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:49.6875rem;top:0.98828125rem;left:5.15625rem;display:block; }
#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { 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; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { background-color: transparent; background-image: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { display: none; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .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); }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { border-width: 0; border-radius: 0; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:1.34375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),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:14.0625rem;top:13.9375rem;left:0rem;display:block; }
#Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),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:14.0625rem;top:13.9375rem;left:15.503124237061rem;display:block; }
#WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),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:14.0625rem;top:13.9375rem;left:30.5rem;display:block; }
#JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:31.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),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:14.0625rem;top:13.9375rem;left:45.4375rem;display:block; }
#ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:10.00390625rem;left:46.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xerJlqTtpRfQmNZwi2tFVdt90eEnq73w { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-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:14.0625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#aWgJAJViIToyqTxryQtWAgO0OEEFw70h { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:14rem;top:0rem;left:15.5029296875rem;overflow:hidden;display:block; }
#fTz6zTT7PH5AvziofaWBMmfN92dFzLek { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:14rem;top:0rem;left:30.5rem;overflow:hidden;display:block; }
#TanaeVdM2XZSeTPTi9Wio6vA42qqNFll { 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.3125rem;width:14rem;top:0rem;left:45.5rem;overflow:hidden;display:block; }
#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { 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; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { background-color: transparent; background-image: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { display: none; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .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); }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { border-width: 0; border-radius: 0; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:11.375rem;left:1.40625rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),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:14.0625rem;top:14.5625rem;left:0.0625rem;display:block; }
#TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),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:14.0625rem;top:14.5625rem;left:15.503124237061rem;display:block; }
#dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:11.375rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-2),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:14.0625rem;top:14.5625rem;left:30.4375rem;display:block; }
#Ei018nxz6D8NcclkWWygrwCA0etAyuTa { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:11.375rem;left:31.8125rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTott1K17IbMC4TPhu6cXfRbssWAMHc2 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:14rem;top:0.625rem;left:0rem;overflow:hidden;display:block; }
#PI9b5TXTMGVnpp3t8hPrirNdkLT83Uf2 { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:14rem;top:0.625rem;left:30.5rem;overflow:hidden;display:block; }
#wdoXsdTtptdO5qxFGaqFQncaTqTnQR5e { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:14rem;top:0.625rem;left:15.5rem;overflow:hidden;display:block; }
#y2DAAgn9Z0bqr0iEPM6GpMZUT3DlqCRx { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-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.3125rem;width:14rem;top:0.625rem;left:45.5rem;overflow:hidden;display:block; }
#IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),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:14.0625rem;top:14.5625rem;left:45.4404296875rem;display:block; }
#UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { color:#050b26;display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:11.375rem;left:46.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZZo15fwZalHQPyk9ksmncJJnIogrJZA { 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; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { background-color: transparent; background-image: none; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container > .video-iframe-container { display: none; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row > .video-iframe-container { display: none; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .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); }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { border-width: 0; border-radius: 0; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.5625rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XVzJVZcC3WvbkKosPINqiFZfqOQ55c6q { color:rgba(var(--color-tertiary-2),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:5.638671875rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),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:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { 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; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { background-color: transparent; background-image: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { display: none; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .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); }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { border-width: 0; border-radius: 0; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:19.6875rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { 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:21.625rem;width:19.6875rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#TOmrAm1eST14CWoiFqXgXlsLvotledL2 { 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.625rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { 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; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { background-color: transparent; background-image: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container > .video-iframe-container { display: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container { display: none; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .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); }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { border-width: 0; border-radius: 0; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),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:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#RgD6QgFdImb0RaNlVC5Ec2vi4xCfJDBP { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:2.0625rem;left:0.125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT { 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; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { background-color: transparent; background-image: none; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container > .video-iframe-container { display: none; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row > .video-iframe-container { display: none; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .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); }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { border-width: 0; border-radius: 0; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#TzUKDyBymc0PtNQKrF4eRyOCJ3fr0uyW { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:19.6875rem;top:0rem;left:20rem;overflow:hidden;display:block; }
#QLTvzDB6qMlTF8elq21SLMJGppErlfEx { 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:21.625rem;width:19.6875rem;top:0rem;left:40rem;overflow:hidden;display:block; }
#kz4oxHe0OaMhVPtGb8hfGKFbXMUdTDN1 { 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.625rem;width:19.6875rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.75);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; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .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); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:11.625rem;left:30.0625rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:6.71875rem;left:42.84375rem; }
#kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { color:rgba(var(--color-tertiary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:14.0625rem;left:32.53125rem;height:6.0732375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { position:absolute;display:block;z-index:15021;height:21.3125rem;width:21.25rem;top:2.15625rem;left:5.15625rem;display:block; }
#luMwI3cO8goQLWFbd141Vbhl20QTHboF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),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:49.6875rem;top:1rem;left:5.15625rem;display:block; }
#M8EEJBFcdDODVWAcGgVSnnKbx5VtDnNF { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { 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; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .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); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:60rem;position:relative;display:block; }#i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:2.75rem;left:10rem;display:block; }
#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e0d0d;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; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { background-color: transparent; background-image: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .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); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { border-width: 0; border-radius: 0; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#igu4giDXUx7TImir7oDSheH7vsqa1zaU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:7.9375rem;top:2.96875rem;left:25.5625rem;overflow:hidden;display:block; }
#OQNiEd3T0G4wseT0ynN1hUVpuyGqRc1k { position:absolute;display:block;z-index:15090;height:4.125rem;width:7.4375rem;top:2.34375rem;left:52.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:31.0625rem;height:5.375rem;top:5.1875rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:30rem;height:3rem;top:23.6875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { top:12.75rem;left:2.46875rem;width:16rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:47.75rem;height:4.5rem;top:34.9375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:31.5625rem;left:29.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:27.5625rem;height:1.6875rem;top:29.75rem;left:20.1875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRUdFiFbKebiBbB3P0VxXhXuhAfZbyoi { top:29.75rem;left:0.375rem;width:18.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJTszfGvShR2kZyvkVlMoNXTHaO8ldv { width:18.125rem;height:1.6875rem;top:30.5rem;left:0.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9gL4bU3qsiI6CxT4noBosvapDLwTzaa { top:1.4375rem;left:22.375rem;width:25.375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { width:47.75rem;height:0.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:1.4375rem;top:10rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:13.9375rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11.375rem;height:1.4375rem;top:10rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:13.9375rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11.375rem;height:1.4375rem;top:10rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:13.9375rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11.375rem;height:1.4375rem;top:10rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xerJlqTtpRfQmNZwi2tFVdt90eEnq73w { top:0rem;left:0rem;width:14.0625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgJAJViIToyqTxryQtWAgO0OEEFw70h { top:0rem;left:0rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTz6zTT7PH5AvziofaWBMmfN92dFzLek { top:0rem;left:21.8125rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanaeVdM2XZSeTPTi9Wio6vA42qqNFll { top:0rem;left:33.75rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11.375rem;height:1.4375rem;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:14.5625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11.375rem;height:1.4375rem;top:11.375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:14.5625rem;left:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11.375rem;height:2.875rem;top:11.375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTott1K17IbMC4TPhu6cXfRbssWAMHc2 { top:0.625rem;left:0rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI9b5TXTMGVnpp3t8hPrirNdkLT83Uf2 { top:0.625rem;left:21.8125rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoXsdTtptdO5qxFGaqFQncaTqTnQR5e { top:0.625rem;left:9.875rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2DAAgn9Z0bqr0iEPM6GpMZUT3DlqCRx { top:0.625rem;left:33.75rem;width:14rem;height:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { width:14.0625rem;height:0.125rem;top:14.5625rem;left:33.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { width:11.375rem;height:1.4375rem;top:11.375rem;left:36.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZZo15fwZalHQPyk9ksmncJJnIogrJZA { display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { width:47.75rem;height:2.375rem;top:2.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVzJVZcC3WvbkKosPINqiFZfqOQ55c6q { width:47.75rem;height:2rem;top:5.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { width:47.75rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:19.6875rem;height:21.625rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:19.6875rem;height:21.625rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:19.6875rem;height:21.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:47.75rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgD6QgFdImb0RaNlVC5Ec2vi4xCfJDBP { width:47.75rem;height:2.375rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiXd1MyXloIueRaFwbxQvhOlS02VEPcT { display:block; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzUKDyBymc0PtNQKrF4eRyOCJ3fr0uyW { width:19.6875rem;height:21.625rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTvzDB6qMlTF8elq21SLMJGppErlfEx { width:19.6875rem;height:21.625rem;top:0rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4oxHe0OaMhVPtGb8hfGKFbXMUdTDN1 { width:19.6875rem;height:21.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:29.9375rem;height:2.375rem;top:11.625rem;left:17.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:6.6875rem;left:36.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:25rem;height:6.0625rem;top:14.0625rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { top:2.125rem;left:0rem;width:21.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #luMwI3cO8goQLWFbd141Vbhl20QTHboF { width:47.75rem;height:0.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8EEJBFcdDODVWAcGgVSnnKbx5VtDnNF { display:none; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { top:2.75rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { top:2.9375rem;left:19.4375rem;width:7.9375rem;height:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQNiEd3T0G4wseT0ynN1hUVpuyGqRc1k { top:2.3125rem;left:40.3125rem;width:7.4375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1eba988f-c85d-4d75-8c47-26dd4828d63b/fondo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.adaptive-delivery-prevent-bg, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyload, #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ.lazyloading { background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.68); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .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); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:17.4375rem;height:3.5996125rem;top:2.373046875rem;left:1.28125rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:1.40625rem;top:17.40625rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { width:12.4375rem;height:7.9375rem;top:8.2490234375rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:17.1875rem;height:4.21875rem;top:56.3125rem;left:1.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:48.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:20rem;height:1.7246125rem;top:53.0625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SRUdFiFbKebiBbB3P0VxXhXuhAfZbyoi { width:18.1875rem;height:3.125rem;top:21.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JiJTszfGvShR2kZyvkVlMoNXTHaO8ldv { width:18.125rem;height:1.7246125rem;top:21.8125rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #d9gL4bU3qsiI6CxT4noBosvapDLwTzaa { width:20rem;height:21.75rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:6.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:2.5rem;left:0.013671875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { width:20rem;height:0.125rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b { display:block; }#RJrKyQbwJFyfNdL7B68fgI65WIsH1l5b > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:1.29980625rem;top:10.38671875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:12.3125rem;left:2.96875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Q7cE6FAwCcewXW0CWoEmsrS24HJaJ4ON { width:14.0625rem;height:0.125rem;top:27rem;left:2.96875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #WcWGQZVvdryOHIhydiblBRQTm5PHOaVR { width:11rem;height:1.29980625rem;top:24.88671875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xluPv9mJUIybRgSIVJ6UDJXnVCiB9fFH { width:14.0625rem;height:0.125rem;top:43.375rem;left:3.0625rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JWUIc7s83DQkxMIZMJ3MPlOFePWP929p { width:11rem;height:1.29980625rem;top:40rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wr4N2eDmdZwKfPW8syKovGTc3vO5d47U { width:14.0625rem;height:0.125rem;top:58.125rem;left:3.03125rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ktcvzbX4BqxKt5QyRN1JD1DoqgQhCpfl { width:11rem;height:1.29980625rem;top:56rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xerJlqTtpRfQmNZwi2tFVdt90eEnq73w { width:14.0625rem;height:9.375rem;top:0rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWgJAJViIToyqTxryQtWAgO0OEEFw70h { width:14rem;height:9.3125rem;top:14.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTz6zTT7PH5AvziofaWBMmfN92dFzLek { width:14rem;height:9.3125rem;top:28.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #TanaeVdM2XZSeTPTi9Wio6vA42qqNFll { width:14rem;height:9.3125rem;top:45.1123046875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu { display:block; }#SFrRKGO58T8RBB4BG7qGgl5nN964i8Eu > .row .container { width:20rem;height:59.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pIts6sGbTNmfatH9WKb3K8JRQbb4iv3o { width:11rem;height:1.29980625rem;top:11.94921875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZydX3czZNmBT5cVuvgbXbP6OHDLiCqPW { width:14.0625rem;height:0.125rem;top:14rem;left:2.9375rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #TKwWOAmcy9TcSJKHlDG1wpJLWt3cNGHf { width:14.0625rem;height:0.125rem;top:28.625rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dEtUWsCEvbQBfCddc6cJLoLPITMNBiWw { width:11rem;height:1.29980625rem;top:26.57421875rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lSzk3oSxfrDiS6w6wBEC5PCazMX5wZkL { width:14.0625rem;height:0.125rem;top:43.3125rem;left:2.9375rem;background-color:#ff1c41;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ei018nxz6D8NcclkWWygrwCA0etAyuTa { width:11rem;height:2.5996125rem;top:40.3994140625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTott1K17IbMC4TPhu6cXfRbssWAMHc2 { width:14rem;height:9.3125rem;top:1.5625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI9b5TXTMGVnpp3t8hPrirNdkLT83Uf2 { width:14rem;height:9.3125rem;top:30.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdoXsdTtptdO5qxFGaqFQncaTqTnQR5e { width:14rem;height:9.3125rem;top:15.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2DAAgn9Z0bqr0iEPM6GpMZUT3DlqCRx { width:14rem;height:9.3125rem;top:44.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #IECKXeTlw61nh2W78PNm5GfXJEPW9KPX { width:14.0625rem;height:0.125rem;top:57.98730625rem;left:2.9375rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UOCysk2mz3G3BQlsdpiLBp4noph6RTMb { width:11.375rem;height:1.29980625rem;top:55.4375rem;left:4.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZZo15fwZalHQPyk9ksmncJJnIogrJZA { display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { width:20rem;height:1.5rem;top:2.5rem;left:0.125rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XVzJVZcC3WvbkKosPINqiFZfqOQ55c6q { width:18.75rem;height:4.72265625rem;top:5.1875rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { width:20rem;height:0.125rem;top:11.16015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu { display:block; }#c4ucQBZ522qA97V8QqfHuWQ0OyJyqfDu > .row .container { width:20rem;height:48.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8RXe7Ba6lk35L9ciUzW4FfI3APUH2Ib { width:11.75rem;height:12.9375rem;top:16.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h8iMxWElaQDpNu5wPOuOgbfa9qE0hOap { width:11.75rem;height:12.9375rem;top:33.25rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOmrAm1eST14CWoiFqXgXlsLvotledL2 { width:11.75rem;height:12.9375rem;top:1.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:20rem;height:0.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgD6QgFdImb0RaNlVC5Ec2vi4xCfJDBP { width:20rem;height:1.5rem;top:1.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiXd1MyXloIueRaFwbxQvhOlS02VEPcT { display:block; }#TiXd1MyXloIueRaFwbxQvhOlS02VEPcT > .row .container { width:20rem;height:47.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzUKDyBymc0PtNQKrF4eRyOCJ3fr0uyW { width:11.75rem;height:12.9375rem;top:18.125rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLTvzDB6qMlTF8elq21SLMJGppErlfEx { width:11.75rem;height:12.9375rem;top:33.875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kz4oxHe0OaMhVPtGb8hfGKFbXMUdTDN1 { width:11.75rem;height:12.9375rem;top:1.1875rem;left:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { width:20rem;height:37.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:10.375rem;height:1.5rem;top:2.5rem;left:6.5625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:3.75rem;height:3.75rem;top:1.375rem;left:3.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:20rem;height:4.72265625rem;top:5.68359375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { width:18.1875rem;height:20.125rem;top:5.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #luMwI3cO8goQLWFbd141Vbhl20QTHboF { width:20rem;height:0.125rem;top:0.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8EEJBFcdDODVWAcGgVSnnKbx5VtDnNF { top:12rem;left:0.59375rem;width:18.75rem;height:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:26.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { width:6.625rem;height:4.25rem;top:1.28125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQNiEd3T0G4wseT0ynN1hUVpuyGqRc1k { width:7.4375rem;height:4.125rem;top:7.90625rem;left:12.5625rem;z-index:15034;display:block; }
 }