.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:transparent;background-image:url("https://images.assets-landingi.com/uc/dff39426-b902-48fd-9245-8ba03801582a/CarpetaVistaEstrellaprevis.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(var(--color-tertiary-4),0.83); }#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(var(--color-tertiary-4),0.83); }#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::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; }#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:8.4970703125rem;left:0rem;height:2.69921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.25rem;font-weight:300;z-index:15027;line-height:1.8;letter-spacing:0;top:18.8125rem;left:6.125rem;height:4.04980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSW25klX2mztxy5sWBeRusJLaMgIrtgw { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:26.3125rem;top:12.25rem;left:2.25rem;overflow:hidden;display:block; }
#AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:300;z-index:15029;line-height:1.8;letter-spacing:0;top:34.0615234375rem;left:18.75rem;height:3.48730625rem;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.6875rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:2.25rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:27.875rem;left:6.78125rem;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; }
#d9gL4bU3qsiI6CxT4noBosvapDLwTzaa { position:absolute;display:block;z-index:15024;height:20.625rem;width:25.375rem;top:5.9345703125rem;left:32.15625rem;display:block; }
#hzzKmLsGGdmndR3s8Ou7ldOyw8zQwDud { box-sizing:content-box;height:4.125rem;width:19.375rem;position:absolute;display:block;z-index:15026;background-color:#6ea117;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.75rem;left:5.875rem;display:block; }
#lLmpX4KodPM6DPBwgg3OKf1iHb9tq6wM { color:#ffffff;display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.25rem;font-weight:300;z-index:15028;line-height:1.8;letter-spacing:0;top:22.875rem;left:6.9375rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fqxtXqJVToOd2AK42rLwtE59AWr4TWEK { box-sizing:content-box;height:2.6875rem;width:26.0625rem;position:absolute;display:block;z-index:15027;background-color:#6ea117;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.4931640625rem;left:18.9375rem;display:block; }
#wMGQwK4aOTgZNmBvmKdhe9kSAUnZqyvn { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.8125rem;width:36.9375rem;display:none; }
#IOQ6TZZnZuyOtsDKlLl2o0TTxUJNbXi7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#fHnbdlydnXSbOtkrdTirunLPSLJNI3BC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#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:#6ea117;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; }
#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP { position:relative;display:block; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP { background-color: transparent; background-image: none; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .row .container > .video-iframe-container { display: none; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .row > .video-iframe-container { display: none; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .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); }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP { border-width: 0; border-radius: 0; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .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; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .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:14.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; }#yvU1WM6af68dBLsi4HhvBcSd1SwS2wGX { color:rgba(var(--color-tertiary-2),1);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.4375rem;left:1.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uAlzI7oZhxPLUWdIsuKerQW5fm3XFTrB { color:rgba(var(--color-tertiary-2),1);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:10.4375rem;left:16.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#flsrSx4Skv1wIvqmQHyv2Mu3cVhUDQGy { color:rgba(var(--color-tertiary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.4375rem;left:30.1875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2StpJkZv5tCuQ6N0ssxZeNZW93fTUTv { color:rgba(var(--color-tertiary-2),1);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.4375rem;left:46.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhqWRzv36KgA37u4L2IcKasMMiiItKER { position:absolute;display:block;z-index:15015;background-color:#6ea117;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:14rem;top:12.5625rem;left:0.5rem;display:block; }
#XoKapWGmMCsgO7O4cB5fT4oUH6RRnXTQ { position:absolute;display:block;z-index:15016;background-color:#1c2e69;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:14rem;top:12.5625rem;left:15.5rem;display:block; }
#mThBJ62zwVaEcKdiywxLtfuJyDOWo9gx { position:absolute;display:block;z-index:15016;background-color:#6ea117;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:14rem;top:12.5625rem;left:30.5rem;display:block; }
#Csah9nAl8QPwqFwdE9WczsH0AbzOdbOu { position:absolute;display:block;z-index:15017;background-color:#1c2e69;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:14rem;top:12.5625rem;left:45.5rem;display:block; }
#eLo0RL8R9TCuI6JuHa32bbqmNL8e8PD1 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.75rem;top:0.5625rem;left:0.4375rem;overflow:hidden;display:block; }
#R4bJyn8zsMqQsEBbfkcIFTyI3BgEUHfV { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:13.6875rem;top:0.625rem;left:15.4375rem;overflow:hidden;display:block; }
#RCiE2Ul6tzzGSonqCBSzNr872u8LmH91 { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:13.6875rem;top:0.625rem;left:30.5625rem;overflow:hidden;display:block; }
#Shg5CEyTtxKR32v3D56UqSNXhrH18CUo { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.75rem;top:0.5625rem;left:45.5rem;overflow:hidden;display:block; }
#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R { position:relative;display:block; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R { background-color: transparent; background-image: none; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .row .container > .video-iframe-container { display: none; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .row > .video-iframe-container { display: none; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .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); }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R { border-width: 0; border-radius: 0; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .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; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .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:14.125rem;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; }#uaoxOkPsdpgdsxSFaCIbb1oLIwbmFCxs { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:13.8125rem;top:0.5625rem;left:0.5rem;overflow:hidden;display:block; }
#B2mTLcXA6DwUoXLwOAOoBxuLfTQT4Q7Z { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.8125rem;top:0.5625rem;left:15.5rem;overflow:hidden;display:block; }
#gqan6DUat3f2i6RWzIZ6oblvVbg8rq9g { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;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.25rem;width:14.0625rem;top:0.5625rem;left:30.375rem;overflow:hidden;display:block; }
#pV33TFioOfhqhpRgJSsrJDAW1yNsfCfU { color:rgba(var(--color-tertiary-2),1);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:10.5rem;left:1.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zT5ddJ3dWKQM4azJkk3hvshzgl0NJKaG { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:10.5rem;left:16.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hO3QMet01wRHXOqCw2Ghf0x2523IcQb5 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:10.5rem;left:31.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ihGaqriIbQcIm5pRkWhO30T5Jvg557Mh { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;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.125rem;width:13.8125rem;top:0.5625rem;left:45.5rem;overflow:hidden;display:block; }
#M5TwlCQ0tFG7DV2NMKpTQZvxxlKwMbDW { color:rgba(var(--color-tertiary-2),1);display:block;width:11.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:10.5rem;left:46.6875rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eGEwPGLf07imPKUsSLZcTQNA4P2tA9q6 { position:absolute;display:block;z-index:15017;background-color:#1c2e69;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:14rem;top:12.8125rem;left:0.375rem;display:block; }
#Oqw426ponuqWx1MH4lJ329JZ6K5q532k { position:absolute;display:block;z-index:15016;background-color:#6ea117;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:14rem;top:12.8125rem;left:15.375rem;display:block; }
#fftkoh2alpo01gH2ZxUkq4HqTUS6Unzp { position:absolute;display:block;z-index:15019;background-color:#6ea117;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:14rem;top:12.8125rem;left:45.375rem;display:block; }
#EV5bi1qLiwxbJfqe45Bo5VGDUtuTFB7S { position:absolute;display:block;z-index:15020;background-color:#1c2e69;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:14rem;top:12.8125rem;left:30.375rem;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:#6ea117;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; }#yacZaTLKodlRL7M8Wy4VSRBms3WaSou0 { 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:16.5rem;width:15rem;top:0.40234375rem;left:2.5rem;overflow:hidden;display:block; }
#hgtxZyy1HmGCJ1OzaCl5Z2fqUG1A8n9B { 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:16.5rem;width:15rem;top:0.40234375rem;left:22.5rem;overflow:hidden;display:block; }
#SXOxSVWnN0C7GubanOavm4uuERE9ytvV { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:15rem;top:0.40234375rem;left:42.5rem;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:1.75rem;width:60rem;position:relative;display:block; }#QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { position:absolute;display:block;z-index:15005;background-color:#6ea117;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.8125rem;left:5.15625rem;display:block; }
#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 { 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; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container { background-color: transparent; background-image: none; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container > .video-iframe-container { display: none; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row > .video-iframe-container { display: none; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .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); }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container { border-width: 0; border-radius: 0; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:block; }#Xpk4DnSpUlTc1wDsppemibxsRAT9KiPK { 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:16.5rem;width:15rem;top:0.40234375rem;left:2.5rem;overflow:hidden;display:block; }
#vJsPP1Tpb05ZcHOtNyZXl8fcJvATSFW2 { 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:16.5rem;width:15rem;top:0.40234375rem;left:22.5rem;overflow:hidden;display:block; }
#HapJVau7GkiR0uIK8OT1NAZOWRkf94Ae { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:15rem;top:0.40234375rem;left:42.5rem;overflow:hidden;display:block; }
#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv { 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; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container { background-color: transparent; background-image: none; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container > .video-iframe-container { display: none; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row > .video-iframe-container { display: none; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .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); }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container { border-width: 0; border-radius: 0; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;position:relative;display:block; }#VwqVClVxfHcvGzXbaQLAPFpBNnkfsg4R { position:absolute;display:block;z-index:15005;background-color:#6ea117;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.8125rem;left:5.15625rem;display:block; }
#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs { position:relative;display:block; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs { background-color: transparent; background-image: none; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .row .container > .video-iframe-container { display: none; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .row > .video-iframe-container { display: none; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .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); }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs { border-width: 0; border-radius: 0; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .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; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .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.375rem;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; }#uEAedclw3NCeBBgT6P7OSLvFMkemGAZI { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.8125rem;width:29.75rem;top:3.5rem;left:30rem;overflow:hidden;display:block; }
#kuBQuAOt66pxCwhOBTbQXQIw5W4oNCqu { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:3.4375rem;left:3.25rem;height:1.5625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vfGfvS74bxTOPMpOJdl3lZycDy2UNaru { color:rgba(var(--color-tertiary-2),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15010;line-height:1.7;letter-spacing:0;top:6.33984375rem;left:5.59375rem;height:15.29296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xN6iXXrhlL50HcQgBF4vURzKWFHlHio6 { box-sizing:content-box;height:3.75rem;width:23.625rem;position:absolute;display:block;z-index:15011;background-color:#6ea117;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:3.1875rem;display:block; }
#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 { 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; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container { background-color: transparent; background-image: none; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container > .video-iframe-container { display: none; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row > .video-iframe-container { display: none; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .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); }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container { border-width: 0; border-radius: 0; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;position:relative;display:block; }#aRQAZbRD8UpI3l8u4ZTzvQZLl4Lb72eg { position:absolute;display:block;z-index:15005;background-color:#6ea117;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.8125rem;left:5.15625rem;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:32.0625rem;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:25.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:14rem;left:32.40625rem;height:4.048825rem;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:3.25rem;left:5.15625rem;display:block; }
#M8EEJBFcdDODVWAcGgVSnnKbx5VtDnNF { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl { 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; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container { background-color: transparent; background-image: none; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container > .video-iframe-container { display: none; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row > .video-iframe-container { display: none; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .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); }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container { border-width: 0; border-radius: 0; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;position:relative;display:block; }#y05bzqEiuIt9TZLe9uzGoP1hqMKMlVdX { position:absolute;display:block;z-index:15005;background-color:#6ea117;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.8125rem;left:5.15625rem;display:block; }
#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b { position:relative;display:block; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b { background-color: transparent; background-image: none; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .row .container > .video-iframe-container { display: none; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .row > .video-iframe-container { display: none; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .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); }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b { border-width: 0; border-radius: 0; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .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; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .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:27.875rem;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; }#cyQoFMHreiPcnt50SpshLdv4qntf20Ic { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.8125rem;width:49.625rem;top:1.03125rem;left:5.1875rem;overflow:hidden;display:block; }
#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML { 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; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container { background-color: transparent; background-image: none; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container > .video-iframe-container { display: none; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row > .video-iframe-container { display: none; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .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); }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container { border-width: 0; border-radius: 0; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container { font-size:0.875rem;font-family:arial;height:1.75rem;width:60rem;position:relative;display:block; }#WS5fE2XwL7QlB4yD0m9TlqRW4J26Zw1h { position:absolute;display:block;z-index:15005;background-color:#6ea117;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.8125rem;left:5.15625rem;display:block; }
#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dcdcdc;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:17.9375rem;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:6.375rem;width:26.1875rem;top:1.4375rem;left:16.90625rem;overflow:hidden;display:block; }
#uTdXCVzfWwCkvfWWA3Lz1Pi6A6BqtlaW { color:rgba(var(--color-tertiary-4),1);display:block;width:9rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.8125rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:9.6875rem;left:25.5rem;height:0.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UVaQtWu4o2BTJTcKBC9W8eHOgqD4pBp7 { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:7.3125rem;top:11.5625rem;left:0.9375rem;overflow:hidden;display:block; }
#iRoCDy5srfuorJKJHTomEyMd8AsT941P { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:5.3125rem;top:11.5625rem;left:53.75rem;overflow:hidden;display:block; }
#XXqwuWmHaeUd1sioQu04r3SUchxLznzK { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.0625rem;top:12.4375rem;left:33.1875rem;overflow:hidden;display:block; }
#XDOBmmNHZSnJ44v7Cww6XumfOPUuPbFo { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:5.875rem;top:12.3125rem;left:12.8125rem;overflow:hidden;display:block; }
#sPqieQOZwt5putbPD3VpbaAP2nJtync4 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:5.5rem;top:12.75rem;left:23.1875rem;overflow:hidden;display:block; }
#r6LObTAv6IZwVD0koqoxu4s7EdFaUqeU { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:7.4375rem;top:12.8125rem;left:43.25rem;overflow:hidden;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:2.6875rem;top:8.4375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.8125rem;height:4rem;top:18.8125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { top:12.25rem;left:0rem;width:26.3125rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:26.4375rem;height:3.4375rem;top:34rem;left:12.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:2.25rem;top:27.875rem;left:0.65625rem;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) { #d9gL4bU3qsiI6CxT4noBosvapDLwTzaa { top:5.875rem;left:22.375rem;width:25.375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzzKmLsGGdmndR3s8Ou7ldOyw8zQwDud { top:23.75rem;left:0rem;width:19.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLmpX4KodPM6DPBwgg3OKf1iHb9tq6wM { width:17.25rem;height:5.8125rem;top:22.875rem;left:0.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqxtXqJVToOd2AK42rLwtE59AWr4TWEK { top:34.4375rem;left:12.8125rem;width:26.0625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMGQwK4aOTgZNmBvmKdhe9kSAUnZqyvn { width:33rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IOQ6TZZnZuyOtsDKlLl2o0TTxUJNbXi7 { display:none; }
 }@media only screen and (max-width: 763px) { #fHnbdlydnXSbOtkrdTirunLPSLJNI3BC { display:none; }
 }@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) { #CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP { display:block; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvU1WM6af68dBLsi4HhvBcSd1SwS2wGX { width:11.375rem;height:1.4375rem;top:10.4375rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAlzI7oZhxPLUWdIsuKerQW5fm3XFTrB { width:11.375rem;height:1.4375rem;top:10.4375rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #flsrSx4Skv1wIvqmQHyv2Mu3cVhUDQGy { width:14.375rem;height:1.4375rem;top:10.4375rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2StpJkZv5tCuQ6N0ssxZeNZW93fTUTv { width:11.375rem;height:1.4375rem;top:10.4375rem;left:35.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhqWRzv36KgA37u4L2IcKasMMiiItKER { width:14rem;height:0.125rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoKapWGmMCsgO7O4cB5fT4oUH6RRnXTQ { width:14rem;height:0.125rem;top:12.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mThBJ62zwVaEcKdiywxLtfuJyDOWo9gx { width:14rem;height:0.125rem;top:12.5625rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Csah9nAl8QPwqFwdE9WczsH0AbzOdbOu { width:14rem;height:0.125rem;top:12.5625rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLo0RL8R9TCuI6JuHa32bbqmNL8e8PD1 { top:0.5625rem;left:0rem;width:13.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4bJyn8zsMqQsEBbfkcIFTyI3BgEUHfV { top:0.625rem;left:10.1875rem;width:13.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCiE2Ul6tzzGSonqCBSzNr872u8LmH91 { top:0.625rem;left:22.125rem;width:13.6875rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shg5CEyTtxKR32v3D56UqSNXhrH18CUo { top:0.5625rem;left:34rem;width:13.75rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R { display:block; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaoxOkPsdpgdsxSFaCIbb1oLIwbmFCxs { top:0.5625rem;left:0rem;width:13.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2mTLcXA6DwUoXLwOAOoBxuLfTQT4Q7Z { top:0.5625rem;left:10.0625rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqan6DUat3f2i6RWzIZ6oblvVbg8rq9g { top:0.5625rem;left:21.75rem;width:14.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV33TFioOfhqhpRgJSsrJDAW1yNsfCfU { width:11.375rem;height:1.4375rem;top:10.5rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zT5ddJ3dWKQM4azJkk3hvshzgl0NJKaG { width:11.375rem;height:1.4375rem;top:10.5rem;left:12.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO3QMet01wRHXOqCw2Ghf0x2523IcQb5 { width:11.375rem;height:1.4375rem;top:10.5rem;left:24.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihGaqriIbQcIm5pRkWhO30T5Jvg557Mh { top:0.5625rem;left:33.9375rem;width:13.8125rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TwlCQ0tFG7DV2NMKpTQZvxxlKwMbDW { width:11.375rem;height:1.4375rem;top:10.5rem;left:35.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGEwPGLf07imPKUsSLZcTQNA4P2tA9q6 { width:14rem;height:0.125rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqw426ponuqWx1MH4lJ329JZ6K5q532k { width:14rem;height:0.125rem;top:12.8125rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fftkoh2alpo01gH2ZxUkq4HqTUS6Unzp { width:14rem;height:0.125rem;top:12.8125rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EV5bi1qLiwxbJfqe45Bo5VGDUtuTFB7S { width:14rem;height:0.125rem;top:12.8125rem;left:21.8125rem;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) { #yacZaTLKodlRL7M8Wy4VSRBms3WaSou0 { top:0.375rem;left:0.4375rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtxZyy1HmGCJ1OzaCl5Z2fqUG1A8n9B { top:0.375rem;left:16.3125rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOxSVWnN0C7GubanOavm4uuERE9ytvV { top:0.375rem;left:32.1875rem;width:15rem;height:16.5rem;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.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 { display:block; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xpk4DnSpUlTc1wDsppemibxsRAT9KiPK { top:0.375rem;left:0.4375rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJsPP1Tpb05ZcHOtNyZXl8fcJvATSFW2 { top:0.375rem;left:16.3125rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HapJVau7GkiR0uIK8OT1NAZOWRkf94Ae { top:0.375rem;left:32.1875rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv { display:block; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwqVClVxfHcvGzXbaQLAPFpBNnkfsg4R { width:47.75rem;height:0.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs { display:block; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEAedclw3NCeBBgT6P7OSLvFMkemGAZI { top:3.5rem;left:18rem;width:29.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuBQuAOt66pxCwhOBTbQXQIw5W4oNCqu { width:23.5rem;height:1.5625rem;top:3.4375rem;left:0.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfGfvS74bxTOPMpOJdl3lZycDy2UNaru { width:18.8125rem;height:15.25rem;top:6.3125rem;left:2.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xN6iXXrhlL50HcQgBF4vURzKWFHlHio6 { top:2.0625rem;left:0.125rem;width:23.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 { display:block; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRQAZbRD8UpI3l8u4ZTzvQZLl4Lb72eg { width:47.75rem;height:0.125rem;top:0.8125rem;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:25.25rem;height:4rem;top:14rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { top:3.25rem;left:0rem;width:21.25rem;height:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8EEJBFcdDODVWAcGgVSnnKbx5VtDnNF { display:none; }
 }@media only screen and (max-width: 763px) { #e9d6nATAnzgoD2tqTWJmc1bybpyksfIl { display:block; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y05bzqEiuIt9TZLe9uzGoP1hqMKMlVdX { width:47.75rem;height:0.125rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b { display:block; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyQoFMHreiPcnt50SpshLdv4qntf20Ic { top:1rem;left:0rem;width:47.75rem;height:24.837216624685rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML { display:block; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS5fE2XwL7QlB4yD0m9TlqRW4J26Zw1h { width:47.75rem;height:0.125rem;top:0.8125rem;left:0rem;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:1.4375rem;left:10.78125rem;width:26.1875rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdXCVzfWwCkvfWWA3Lz1Pi6A6BqtlaW { width:9rem;height:0.8125rem;top:9.6875rem;left:19.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVaQtWu4o2BTJTcKBC9W8eHOgqD4pBp7 { top:11.5625rem;left:0rem;width:7.3125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoCDy5srfuorJKJHTomEyMd8AsT941P { top:11.5625rem;left:42.4375rem;width:5.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXqwuWmHaeUd1sioQu04r3SUchxLznzK { top:12.4375rem;left:27.0625rem;width:7.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDOBmmNHZSnJ44v7Cww6XumfOPUuPbFo { top:12.3125rem;left:6.6875rem;width:5.875rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqieQOZwt5putbPD3VpbaAP2nJtync4 { top:12.75rem;left:17.0625rem;width:5.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LObTAv6IZwVD0koqoxu4s7EdFaUqeU { top:12.8125rem;left:37.125rem;width:7.4375rem;height:2.375rem;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:65.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:20rem;height:1.94921875rem;top:7.498046875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:19.3125rem;height:2.90625rem;top:23.4375rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { width:18.125rem;height:4.3125rem;top:2.560546875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:10.9375rem;height:2.88671875rem;top:31.3125rem;left:5.8125rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:12.8125rem;height:2.4375rem;top:39.375rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:12.9375rem;height:1.7246125rem;top:36.125rem;left:4.875rem;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:41.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzzKmLsGGdmndR3s8Ou7ldOyw8zQwDud { width:11.5625rem;height:3.1875rem;top:26.3125rem;left:3.875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #lLmpX4KodPM6DPBwgg3OKf1iHb9tq6wM { width:11.4375rem;height:3rem;top:26.375rem;left:3.9375rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fqxtXqJVToOd2AK42rLwtE59AWr4TWEK { width:18rem;height:0.3125rem;top:22.259765625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMGQwK4aOTgZNmBvmKdhe9kSAUnZqyvn { top:10.197265625rem;left:0rem;width:18.8125rem;height:12.125rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IOQ6TZZnZuyOtsDKlLl2o0TTxUJNbXi7 { display:flex;top:35.75rem;left:2.1875rem;width:2.5rem;height:2.5rem;z-index:15032; }
 }@media only screen and (max-width: 763px) { #fHnbdlydnXSbOtkrdTirunLPSLJNI3BC { display:flex;top:31.0625rem;left:3.25rem;width:3.125rem;height:3.125rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:1.1875rem;left:0rem;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:3.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP { display:block; }#CxBX2ts0wFVLKWOGdmSFCRFAnNUTr2JP > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yvU1WM6af68dBLsi4HhvBcSd1SwS2wGX { width:11.375rem;height:1.29980625rem;top:11.75rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAlzI7oZhxPLUWdIsuKerQW5fm3XFTrB { width:11.375rem;height:1.29980625rem;top:23.85546875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flsrSx4Skv1wIvqmQHyv2Mu3cVhUDQGy { width:14.375rem;height:1.29980625rem;top:35.9375rem;left:2.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2StpJkZv5tCuQ6N0ssxZeNZW93fTUTv { width:11.375rem;height:1.29980625rem;top:47.8623046875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhqWRzv36KgA37u4L2IcKasMMiiItKER { width:14rem;height:0.125rem;top:13.5625rem;left:3rem;background-color:#6ea117;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) { #XoKapWGmMCsgO7O4cB5fT4oUH6RRnXTQ { width:14rem;height:0.125rem;top:25.34375rem;left:3rem;background-color:#1c2e69;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) { #mThBJ62zwVaEcKdiywxLtfuJyDOWo9gx { width:14rem;height:0.125rem;top:37.54980625rem;left:3rem;background-color:#6ea117;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) { #Csah9nAl8QPwqFwdE9WczsH0AbzOdbOu { width:14rem;height:0.125rem;top:49.29980625rem;left:3rem;background-color:#1c2e69;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) { #eLo0RL8R9TCuI6JuHa32bbqmNL8e8PD1 { width:13.75rem;height:9.0625rem;top:1.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4bJyn8zsMqQsEBbfkcIFTyI3BgEUHfV { width:13.6875rem;height:9rem;top:14.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCiE2Ul6tzzGSonqCBSzNr872u8LmH91 { width:13.6875rem;height:9rem;top:26.4375rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Shg5CEyTtxKR32v3D56UqSNXhrH18CUo { width:13.75rem;height:9.0625rem;top:38.4873046875rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R { display:block; }#sLX6SCW3mcT7ue18Q7FkuA2pFtqLr12R > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaoxOkPsdpgdsxSFaCIbb1oLIwbmFCxs { width:13.8125rem;height:9.125rem;top:0.625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2mTLcXA6DwUoXLwOAOoBxuLfTQT4Q7Z { width:13.8125rem;height:9.1875rem;top:13.4873046875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqan6DUat3f2i6RWzIZ6oblvVbg8rq9g { width:14.0625rem;height:9.25rem;top:26.724609375rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV33TFioOfhqhpRgJSsrJDAW1yNsfCfU { width:11.375rem;height:1.29980625rem;top:10.4375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zT5ddJ3dWKQM4azJkk3hvshzgl0NJKaG { width:11.375rem;height:1.29980625rem;top:23.4873046875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hO3QMet01wRHXOqCw2Ghf0x2523IcQb5 { width:11.375rem;height:1.29980625rem;top:36.724609375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ihGaqriIbQcIm5pRkWhO30T5Jvg557Mh { width:13.8125rem;height:9.125rem;top:40.4619140625rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TwlCQ0tFG7DV2NMKpTQZvxxlKwMbDW { width:11.375rem;height:1.29980625rem;top:50.4619140625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eGEwPGLf07imPKUsSLZcTQNA4P2tA9q6 { width:14rem;height:0.125rem;top:12.1123046875rem;left:3rem;background-color:#6ea117;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) { #Oqw426ponuqWx1MH4lJ329JZ6K5q532k { width:14rem;height:0.125rem;top:25.349609375rem;left:3rem;background-color:#1c2e69;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) { #fftkoh2alpo01gH2ZxUkq4HqTUS6Unzp { width:14rem;height:0.125rem;top:52.51171875rem;left:3rem;background-color:#1c2e69;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) { #EV5bi1qLiwxbJfqe45Bo5VGDUtuTFB7S { width:14rem;height:0.125rem;top:38.7119140625rem;left:3rem;background-color:#6ea117;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) { #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:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yacZaTLKodlRL7M8Wy4VSRBms3WaSou0 { width:15rem;height:16.5rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hgtxZyy1HmGCJ1OzaCl5Z2fqUG1A8n9B { width:15rem;height:16.5rem;top:23.6484375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXOxSVWnN0C7GubanOavm4uuERE9ytvV { width:15rem;height:16.5rem;top:46.046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNApNtGWthzpRXef2AqZ65Fry1N8Of07 { display:block; }#sNApNtGWthzpRXef2AqZ65Fry1N8Of07 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfIf4EeXyPxe8TuC6RyvB8rpvO9XsGx8 { width:20rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 { display:block; }#oTJmdR2Kh4WFrCbyhD4ad05fVveFqxv9 > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Xpk4DnSpUlTc1wDsppemibxsRAT9KiPK { width:15rem;height:16.5rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJsPP1Tpb05ZcHOtNyZXl8fcJvATSFW2 { width:15rem;height:16.5rem;top:23.6484375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HapJVau7GkiR0uIK8OT1NAZOWRkf94Ae { width:15rem;height:16.5rem;top:46.046875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv { display:block; }#GsTXiGqUVlcCPUTTg6kn0S2VXwkSpiJv > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VwqVClVxfHcvGzXbaQLAPFpBNnkfsg4R { width:20rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs { display:block; }#Qs98LIaADH7uJ19RWvV58nZMLVVhGQGs > .row .container { width:20rem;height:36.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uEAedclw3NCeBBgT6P7OSLvFMkemGAZI { width:20rem;height:12.647058823529rem;top:22.793rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuBQuAOt66pxCwhOBTbQXQIw5W4oNCqu { width:20rem;height:1.5625rem;top:2.625rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vfGfvS74bxTOPMpOJdl3lZycDy2UNaru { width:18.8125rem;height:15.29296875rem;top:6.25rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xN6iXXrhlL50HcQgBF4vURzKWFHlHio6 { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 { display:block; }#CQNlvLSHRfAHx502EuRgXbxwJ43pLcK2 > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aRQAZbRD8UpI3l8u4ZTzvQZLl4Lb72eg { width:20rem;height:0.125rem;top:0.625rem;left:0rem;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:3.1484375rem;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) { #M8EEJBFcdDODVWAcGgVSnnKbx5VtDnNF { top:12rem;left:0.59375rem;width:18.75rem;height:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #e9d6nATAnzgoD2tqTWJmc1bybpyksfIl { display:block; }#e9d6nATAnzgoD2tqTWJmc1bybpyksfIl > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y05bzqEiuIt9TZLe9uzGoP1hqMKMlVdX { width:20rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b { display:block; }#azxNeRvZdQx6eQlmbaIzEorTfe1Ts31b > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cyQoFMHreiPcnt50SpshLdv4qntf20Ic { width:20rem;height:10.403022670025rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML { display:block; }#QUpTSIvvZbzHQpJsGCN5cv9mIDMk1UML > .row .container { width:20rem;height:1.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WS5fE2XwL7QlB4yD0m9TlqRW4J26Zw1h { width:20rem;height:0.125rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:20rem;height:24.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { width:18.375rem;height:4.3125rem;top:0rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTdXCVzfWwCkvfWWA3Lz1Pi6A6BqtlaW { width:9rem;height:0.8125rem;top:5.53125rem;left:5.5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UVaQtWu4o2BTJTcKBC9W8eHOgqD4pBp7 { width:7.3125rem;height:4.8125rem;top:6.96875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRoCDy5srfuorJKJHTomEyMd8AsT941P { width:5.375rem;height:3.4375rem;top:18.34375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXqwuWmHaeUd1sioQu04r3SUchxLznzK { width:7.3125rem;height:3.3125rem;top:12.953125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDOBmmNHZSnJ44v7Cww6XumfOPUuPbFo { width:5.875rem;height:4.125rem;top:7.71875rem;left:12.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPqieQOZwt5putbPD3VpbaAP2nJtync4 { width:5.5rem;height:2.5rem;top:13.359375rem;left:12.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6LObTAv6IZwVD0koqoxu4s7EdFaUqeU { width:7.4375rem;height:2.375rem;top:18.875rem;left:11.8125rem;display:block; }
 }