.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:245,238,228;--color-primary-1:223,200,166;--color-primary-2:190,144,77;--color-primary-3:95,72,39;--color-primary-4:29,22,12;--color-secondary-0:255,255,255;--color-secondary-1:199,199,199;--color-secondary-2:162,162,162;--color-secondary-3:97,97,97;--color-secondary-4:32,32,32;--color-tertiary-0:218,218,222;--color-tertiary-1:130,133,147;--color-tertiary-2:5,11,38;--color-tertiary-3:3,6,19;--color-tertiary-4:1,2,6;--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-secondary-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/151a99c5-9063-4068-8ebd-0a0bfba4af10/FONDOVICTORIA2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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.81); }#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.81); }#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:38.8125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-secondary-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:4.1845703125rem;left:0rem;height:5.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-secondary-0),1);display:block;width:30rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:22.8955078125rem;left:0.53125rem;height:3.7119125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rSW25klX2mztxy5sWBeRusJLaMgIrtgw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.25rem;width:19.0625rem;top:11.2705078125rem;left:6rem;overflow:hidden;display:block; }
#AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { color:#d3b5a4;display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.8;letter-spacing:0;top:34.375rem;left:0rem;height:2.25rem;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-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:2.6875rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:29.2197265625rem;left:33.0625rem;display:block; }
#bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { color:rgba(var(--color-secondary-0),1);display:block;width:30rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:27.4951171875rem;left:0.53125rem;height:1.7246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KoBobWpzyU2qVdmfMu5euOLnUobB8doi { position:absolute;display:block;z-index:15021;height:26.1875rem;width:28.375rem;top:2.5rem;left:31.625rem;display:block; }
#woeDds7X9LlsHTdeZTPGtaweS33OXyet { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:7.375rem;width:60rem;position:relative;display:block; }#xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { color:#ea5a0b;display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:2.9375rem;left:0rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:0.98828125rem;left:5.15625rem;display:block; }
#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 { position:relative;display:block; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 { background-color: transparent; background-image: none; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row .container > .video-iframe-container { display: none; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row > .video-iframe-container { display: none; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .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); }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 { border-width: 0; border-radius: 0; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .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; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#lffoaF6WC1EfZmQ3JhCPt4Ab5T4NrfeT { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.75rem;top:0rem;left:0.5625rem;overflow:hidden;display:block; }
#xv40277LvBCEt3uFHlMOyM9iMPQig1Dd { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:13.6875rem;top:0rem;left:15.53125rem;overflow:hidden;display:block; }
#rgEW7QhJMcXy6GTWoM4mdZuzoDSIt9zv { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.6875rem;top:0rem;left:30.65625rem;overflow:hidden;display:block; }
#EpLQlKezZEJk0tWZFsOBV7Hgb7UyIDAu { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.125rem;width:13.75rem;top:0rem;left:45.625rem;overflow:hidden;display:block; }
#hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { 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:15002;line-height:1.3;letter-spacing:0;top:10rem;left:1.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tn9dZx08aR8TbknADpEIbEx416rG9JiB { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.1875rem;left:0.5rem;display:block; }
#D8TNA4OwkrFRr1FaOHmhoPKRmGll9e7A { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.1875rem;left:15.53125rem;display:block; }
#oAABELzCOWHmTAB71sykpSlbvttTE9w6 { 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:15003;line-height:1.3;letter-spacing:0;top:10rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Vy99Tv6JBpSFe9i9RwFFLuiDGplDLRpL { 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:15004;line-height:1.3;letter-spacing:0;top:10rem;left:30.3125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hNxmuPrlogLWeBof3rfb7vgtR9iq5ARn { 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:15002;line-height:1.3;letter-spacing:0;top:10rem;left:46.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Ak6nBRJxf4o9MJr9oqev3dAxbR7qI7IQ { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.1875rem;left:30.5rem;display:block; }
#bteQaOAzg32HbieU12aOdT6IelnMaq57 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.1875rem;left:45.5rem;display:block; }
#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP { position:relative;display:block; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP { background-color: transparent; background-image: none; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row .container > .video-iframe-container { display: none; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row > .video-iframe-container { display: none; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .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); }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP { border-width: 0; border-radius: 0; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .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; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14rem;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; }#x5L6Ti4idMJlqEWMVEP985tlxMEBN6Q5 { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.8125rem;top:0rem;left:0.625rem;overflow:hidden;display:block; }
#TOhSXqoPLdDSDwFy38XuqOEqQeq6MaxO { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.1875rem;width:13.8125rem;top:0rem;left:15.625rem;overflow:hidden;display:block; }
#XG0xVR6KKx9566U4JvDupAfAITgBzUb4 { 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:15003;line-height:1.3;letter-spacing:0;top:9.94140625rem;left:1.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E2tOvTbe7fEQmBUf2gF7U9McfI3hknR2 { 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:15004;line-height:1.3;letter-spacing:0;top:9.94140625rem;left:16.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#R6MTsp1G5JtHEKqNECZTcGnExedSQfD6 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.25rem;left:0.5rem;display:block; }
#V1LPcmh9D7HCR7nWMAThwoehIPO5siOy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.25rem;left:15.5rem;display:block; }
#pGqJyiTXaTbuWZeJ7d4Kly5DhmBVdacO { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.25rem;left:45.5rem;display:block; }
#k0x9OX3uOaMPCWpIyiu7pwoS3zP3QTVB { 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:15007;line-height:1.3;letter-spacing:0;top:9.9375rem;left:46.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uLs8sTxGpq3a5rvrpyQgffTADECICV4A { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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:0rem;left:45.625rem;overflow:hidden;display:block; }
#kX6M8rmXR4bTMiA5xm4qyPyqvEoM7W96 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14rem;top:12.25rem;left:30.5rem;display:block; }
#FLnhur5K3EFmliIyhzOFd66TNg0Gwcrq { 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:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:31.8125rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v2nrL0r0KOuywS7MWogkw4b6PFNx1ecf { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.25rem;width:14.0625rem;top:0rem;left:30.46875rem;overflow:hidden;display:block; }
#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container { background-color: transparent; background-image: none; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container > .video-iframe-container { display: none; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row > .video-iframe-container { display: none; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .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); }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container { border-width: 0; border-radius: 0; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#bLkhvXXyzGOJA5CoRef8yiChb56rSkpM { color:rgba(var(--color-primary-2),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:3.9375rem;left:0.0595703125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Heh548hl9R5Kr1Gmn3dFqqEsUJOc9J7A { color:#848484;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:7.388671875rem;left:0rem;height:2.0244125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qvvPPed5D9wyERI6UQEt3iWXfbAfpHfO { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm { position:relative;display:block; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm { background-color: transparent; background-image: none; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row .container > .video-iframe-container { display: none; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row > .video-iframe-container { display: none; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .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); }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm { border-width: 0; border-radius: 0; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .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; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.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; }#MtNR3tlXbI8EJ0Z2Rmxfp53v6TT54gvh { 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:16.5rem;width:15rem;top:0rem;left:2.5rem;overflow:hidden;display:block; }
#Q195GLLepfHKpsgqvM02d5KRrp6UgmqS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:15rem;top:0rem;left:22.5rem;overflow:hidden;display:block; }
#qW2C1nWPpne9U0ik5PAKTgmx0TUpmxin { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:15rem;top:0rem;left:42.5rem;overflow:hidden;display:block; }
#EbvQf7TpRabVt0VH1cKk2e96BIxuDklQ { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:16.5rem;left:2.53125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RoRtOHn9yTOpGhvd0OioskdgUKLMTJXp { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:16.5rem;left:22.53125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cCdXcAIQzENDzQ4Z78Q9tMOlew5Dvrf6 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15003;line-height:1.7;letter-spacing:0;top:16.5rem;left:42.53125rem;height:5.09765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZZo15fwZalHQPyk9ksmncJJnIogrJZA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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:7.6875rem;width:60rem;position:relative;display:block; }#wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { color:rgba(var(--color-primary-2),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:3.9375rem;left:0.0595703125rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:0.6875rem;left:5.15625rem;display:block; }
#wqim8g19KfPtgpsbe1f85OVfORKTxM8D { position:relative;display:block; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D { background-color: transparent; background-image: none; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row .container > .video-iframe-container { display: none; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row > .video-iframe-container { display: none; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .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); }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D { border-width: 0; border-radius: 0; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .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; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#G2ZZOUzp9Ta0lNbyrotQLewnSaa5ZILl { 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:12.6875rem;width:18.5rem;top:0.625rem;left:0.46875rem;overflow:hidden;display:block; }
#wIypP4WfzbuVQiR09SSaOAQJrKRrSiR3 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:0.625rem;left:20.46875rem;overflow:hidden;display:block; }
#uwlNuTZTqlLZxUchLSsDKVrK8ZDaTTOB { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:0.625rem;left:40.46875rem;overflow:hidden;display:block; }
#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs { position:relative;display:block; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs { background-color: transparent; background-image: none; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row .container > .video-iframe-container { display: none; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row > .video-iframe-container { display: none; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .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); }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs { border-width: 0; border-radius: 0; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .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; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.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; }#QfHTvzpHWfzw0cOOOhUybhvx4skb880b { 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:12.6875rem;width:19.0625rem;top:0.625rem;left:0.46875rem;overflow:hidden;display:block; }
#KG02bFW8UysqKVrVFBbdRfPme5Cy7fml { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:0.625rem;left:20.46875rem;overflow:hidden;display:block; }
#DEuqbpUhSeee4RXVCPxTaXfuzyPNqNfq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.6875rem;width:19.0625rem;top:0.625rem;left:40.46875rem;overflow:hidden;display:block; }
#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.75);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { background-color: transparent; background-image: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { display: none; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { border-width: 0; border-radius: 0; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp > .row .container { font-size:0.875rem;font-family:arial;height:27.8125rem;width:60rem;position:relative;display:block; }#Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { color:rgba(var(--color-primary-2),1);display:block;width:21.125rem;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:13.375rem;left:31.875rem;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:7.5rem;left:40.25rem; }
#kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { color:#848484;display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.8;letter-spacing:0;top:16.3125rem;left:29.9375rem;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.5625rem;width:28.125rem;top:3.125rem;left:1.875rem;display:block; }
#luMwI3cO8goQLWFbd141Vbhl20QTHboF { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:49.6875rem;top:1rem;left:5.15625rem;display:block; }
#TrIxDSfrGyPmoh82otrNAiM1URDwzUuo { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;display:none; }
#mduGolamDMVup4nemO4tcUDsapywbN8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { background-color: transparent; background-image: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { display: none; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { border-width: 0; border-radius: 0; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:60rem;position:relative;display:block; }#i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:15.6875rem;width:28.4375rem;top:2.3125rem;left:0rem;display:block; }
#uFMG7gArLDMwPNW0mvMtVZ7a1BqqMLXi { position:absolute;display:block;z-index:15001;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:15.8125rem;width:30.5rem;top:2.25rem;left:29.1875rem;overflow:hidden;display:block; }
#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#b9b9b0;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { background-color: transparent; background-image: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { display: none; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { border-width: 0; border-radius: 0; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#igu4giDXUx7TImir7oDSheH7vsqa1zaU { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.9375rem;width:10.6875rem;top:1.8125rem;left:24.65625rem;overflow:hidden;display:block; }
#H4fmANzQq7APykiMRq6EfhAA90SuTxJ9 { position:absolute;display:block;z-index:15022;height:6rem;width:10.6875rem;top:3.625rem;left:48.595703125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:31.0625rem;height:5.375rem;top:4.125rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:30rem;height:3.6875rem;top:22.875rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { top:11.25rem;left:0rem;width:19.0625rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:47.75rem;height:2.25rem;top:34.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:25.5rem;height:2.6875rem;top:29.1875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:30rem;height:1.6875rem;top:27.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoBobWpzyU2qVdmfMu5euOLnUobB8doi { top:2.5rem;left:19.375rem;width:28.375rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:47.75rem;height:2.375rem;top:2.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7JAZxJpkCPklhZMnsKcTv0RAwNi6CZd { width:47.75rem;height:0.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 { display:block; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lffoaF6WC1EfZmQ3JhCPt4Ab5T4NrfeT { top:0rem;left:0rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv40277LvBCEt3uFHlMOyM9iMPQig1Dd { top:0rem;left:9.9375rem;width:13.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgEW7QhJMcXy6GTWoM4mdZuzoDSIt9zv { top:0rem;left:22.125rem;width:13.6875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLQlKezZEJk0tWZFsOBV7Hgb7UyIDAu { top:0rem;left:34rem;width:13.75rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11.375rem;height:1.4375rem;top:10rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14rem;height:0.125rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D8TNA4OwkrFRr1FaOHmhoPKRmGll9e7A { width:14rem;height:0.125rem;top:12.1875rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAABELzCOWHmTAB71sykpSlbvttTE9w6 { width:11.375rem;height:1.4375rem;top:10rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vy99Tv6JBpSFe9i9RwFFLuiDGplDLRpL { width:14.375rem;height:1.4375rem;top:10rem;left:21.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNxmuPrlogLWeBof3rfb7vgtR9iq5ARn { width:11.375rem;height:1.4375rem;top:10rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6nBRJxf4o9MJr9oqev3dAxbR7qI7IQ { width:14rem;height:0.125rem;top:12.1875rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bteQaOAzg32HbieU12aOdT6IelnMaq57 { width:14rem;height:0.125rem;top:12.1875rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaMbW19n7Eb2zVcKEntsf2filDy5G1GP { display:block; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5L6Ti4idMJlqEWMVEP985tlxMEBN6Q5 { top:0rem;left:0rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhSXqoPLdDSDwFy38XuqOEqQeq6MaxO { top:0rem;left:8.125rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG0xVR6KKx9566U4JvDupAfAITgBzUb4 { width:11.375rem;height:1.4375rem;top:9.9375rem;left:0.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2tOvTbe7fEQmBUf2gF7U9McfI3hknR2 { width:11.375rem;height:1.4375rem;top:9.9375rem;left:12.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R6MTsp1G5JtHEKqNECZTcGnExedSQfD6 { width:14rem;height:0.125rem;top:12.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1LPcmh9D7HCR7nWMAThwoehIPO5siOy { width:14rem;height:0.125rem;top:12.25rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqJyiTXaTbuWZeJ7d4Kly5DhmBVdacO { width:14rem;height:0.125rem;top:12.25rem;left:33.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0x9OX3uOaMPCWpIyiu7pwoS3zP3QTVB { width:11.375rem;height:1.4375rem;top:9.9375rem;left:36.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLs8sTxGpq3a5rvrpyQgffTADECICV4A { top:0rem;left:33.9375rem;width:13.8125rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX6M8rmXR4bTMiA5xm4qyPyqvEoM7W96 { width:14rem;height:0.125rem;top:12.25rem;left:21.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLnhur5K3EFmliIyhzOFd66TNg0Gwcrq { width:11.375rem;height:1.4375rem;top:9.9375rem;left:24.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2nrL0r0KOuywS7MWogkw4b6PFNx1ecf { top:0rem;left:21.75rem;width:14.0625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G { display:block; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLkhvXXyzGOJA5CoRef8yiChb56rSkpM { width:47.75rem;height:2.375rem;top:3.9375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Heh548hl9R5Kr1Gmn3dFqqEsUJOc9J7A { width:47.75rem;height:2rem;top:7.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvvPPed5D9wyERI6UQEt3iWXfbAfpHfO { width:47.75rem;height:0.125rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm { display:block; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtNR3tlXbI8EJ0Z2Rmxfp53v6TT54gvh { top:0rem;left:0.4375rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q195GLLepfHKpsgqvM02d5KRrp6UgmqS { top:0rem;left:16.3125rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW2C1nWPpne9U0ik5PAKTgmx0TUpmxin { top:0rem;left:32.1875rem;width:15rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvQf7TpRabVt0VH1cKk2e96BIxuDklQ { width:14.9375rem;height:5.0625rem;top:16.5rem;left:0.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoRtOHn9yTOpGhvd0OioskdgUKLMTJXp { width:14.9375rem;height:5.0625rem;top:16.5rem;left:16.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cCdXcAIQzENDzQ4Z78Q9tMOlew5Dvrf6 { width:14.9375rem;height:5.0625rem;top:16.5rem;left:32.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZZo15fwZalHQPyk9ksmncJJnIogrJZA { display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { width:47.75rem;height:2.375rem;top:3.9375rem;left:0rem;font-size:1.5rem;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) { #wqim8g19KfPtgpsbe1f85OVfORKTxM8D { display:block; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2ZZOUzp9Ta0lNbyrotQLewnSaa5ZILl { top:0.625rem;left:0rem;width:18.5rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIypP4WfzbuVQiR09SSaOAQJrKRrSiR3 { top:0.625rem;left:12.6875rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwlNuTZTqlLZxUchLSsDKVrK8ZDaTTOB { top:0.625rem;left:28.5625rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs { display:block; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfHTvzpHWfzw0cOOOhUybhvx4skb880b { top:0.625rem;left:0rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG02bFW8UysqKVrVFBbdRfPme5Cy7fml { top:0.625rem;left:12.6875rem;width:19.0625rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEuqbpUhSeee4RXVCPxTaXfuzyPNqNfq { top:0.625rem;left:28.5625rem;width:19.0625rem;height:12.6875rem;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:21.125rem;height:2.375rem;top:13.375rem;left:25.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMbbybiFK5MI5Ln7Z1s6CmcVmBqUqXZ5 { width:4.375rem;height:4.375rem;top:7.5rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:25rem;height:4rem;top:16.3125rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8Tsa20P6hR19F0dNTcZK2itfh0M2Fwg { top:3.125rem;left:0rem;width:28.125rem;height:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luMwI3cO8goQLWFbd141Vbhl20QTHboF { width:47.75rem;height:0.125rem;top:1rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIxDSfrGyPmoh82otrNAiM1URDwzUuo { display:none; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { top:2.3125rem;left:0rem;width:28.4375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFMG7gArLDMwPNW0mvMtVZ7a1BqqMLXi { top:2.25rem;left:17.25rem;width:30.5rem;height:15.8125rem;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.8125rem;left:18.53125rem;width:10.6875rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4fmANzQq7APykiMRq6EfhAA90SuTxJ9 { top:3.625rem;left:37.0625rem;width:10.6875rem;height:6rem;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/151a99c5-9063-4068-8ebd-0a0bfba4af10/FONDOVICTORIA2.png");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:55.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { width:17.4375rem;height:3.5996125rem;top:1.25rem;left:1.25rem;font-size:1.5rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { width:18.75rem;height:1.40625rem;top:14.6621125rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rSW25klX2mztxy5sWBeRusJLaMgIrtgw { width:13.5625rem;height:7.3125rem;top:6.0996125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZSA4w2RJO2Idux3rm3VVrnU0o8G7F6d { width:14.875rem;height:1.40625rem;top:52.417975rem;left:2.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OtnWgWPUGuHd5fpnTohf5VNbnTP8DfVi { width:17.5rem;height:3.4375rem;top:47.730475rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMJIV7Zf1O0yVWwNGPNJ4GX5OcmRpEJK { display:block; }
 }@media only screen and (max-width: 763px) { #Bo7IwkGT3to9wJK5HBpieakKvQmWbSIB { width:20rem;height:1.7246125rem;top:17.3183625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KoBobWpzyU2qVdmfMu5euOLnUobB8doi { width:20rem;height:26.1875rem;top:20.292975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #woeDds7X9LlsHTdeZTPGtaweS33OXyet { display:block; }#woeDds7X9LlsHTdeZTPGtaweS33OXyet > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xayqe8GDrG4tEyIzMAOImG0qgTMw0LL5 { width:20rem;height:1.5rem;top:2.625rem;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:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 { display:block; }#goFVJSwsiN3iTLcJT3V0HKALmUqbTNU1 > .row .container { width:20rem;height:58.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lffoaF6WC1EfZmQ3JhCPt4Ab5T4NrfeT { width:15.625rem;height:10.375rem;top:0.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xv40277LvBCEt3uFHlMOyM9iMPQig1Dd { width:15.625rem;height:10.375rem;top:14.7998046875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgEW7QhJMcXy6GTWoM4mdZuzoDSIt9zv { width:15.625rem;height:10.375rem;top:29.0996125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EpLQlKezZEJk0tWZFsOBV7Hgb7UyIDAu { width:15.625rem;height:10.375rem;top:44.64941875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiZdrvT12VT1oi9Bi1zvx0SvFggmkOVS { width:11rem;height:1.29980625rem;top:12rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tn9dZx08aR8TbknADpEIbEx416rG9JiB { width:14.0625rem;height:0.125rem;top:13.79980625rem;left:2.9375rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #D8TNA4OwkrFRr1FaOHmhoPKRmGll9e7A { width:18.25rem;height:0.125rem;top:27.7246125rem;left:0.875rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oAABELzCOWHmTAB71sykpSlbvttTE9w6 { width:11.375rem;height:1.29980625rem;top:25.8623046875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vy99Tv6JBpSFe9i9RwFFLuiDGplDLRpL { width:18.0625rem;height:1.29980625rem;top:40.7246125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hNxmuPrlogLWeBof3rfb7vgtR9iq5ARn { width:11rem;height:1.29980625rem;top:55.5244140625rem;left:4.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ak6nBRJxf4o9MJr9oqev3dAxbR7qI7IQ { width:14rem;height:0.125rem;top:43.27441875rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #bteQaOAzg32HbieU12aOdT6IelnMaq57 { width:14rem;height:0.125rem;top:57.199225rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GaMbW19n7Eb2zVcKEntsf2filDy5G1GP { display:block; }#GaMbW19n7Eb2zVcKEntsf2filDy5G1GP > .row .container { width:20rem;height:52.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x5L6Ti4idMJlqEWMVEP985tlxMEBN6Q5 { width:15.625rem;height:10.4375rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOhSXqoPLdDSDwFy38XuqOEqQeq6MaxO { width:15.625rem;height:10.375rem;top:15.1162125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XG0xVR6KKx9566U4JvDupAfAITgBzUb4 { width:11.375rem;height:1.29980625rem;top:12.0625rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E2tOvTbe7fEQmBUf2gF7U9McfI3hknR2 { width:11.375rem;height:1.29980625rem;top:26.005859375rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R6MTsp1G5JtHEKqNECZTcGnExedSQfD6 { width:14rem;height:0.125rem;top:13.7412125rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #V1LPcmh9D7HCR7nWMAThwoehIPO5siOy { width:14rem;height:0.125rem;top:27.607425rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #pGqJyiTXaTbuWZeJ7d4Kly5DhmBVdacO { width:14rem;height:0.125rem;top:51.669921875rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #k0x9OX3uOaMPCWpIyiu7pwoS3zP3QTVB { width:11.375rem;height:1.29980625rem;top:50.169921875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLs8sTxGpq3a5rvrpyQgffTADECICV4A { width:13.8125rem;height:9.1875rem;top:40.794921875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kX6M8rmXR4bTMiA5xm4qyPyqvEoM7W96 { width:14rem;height:0.125rem;top:39.732425rem;left:3rem;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #FLnhur5K3EFmliIyhzOFd66TNg0Gwcrq { width:11.375rem;height:1.29980625rem;top:38.044921875rem;left:4.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v2nrL0r0KOuywS7MWogkw4b6PFNx1ecf { width:13.875rem;height:9.125rem;top:28.482421875rem;left:3.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G { display:block; }#bgEE3C9vK8g0PNx0w4h886u7Ok2AAb4G > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLkhvXXyzGOJA5CoRef8yiChb56rSkpM { width:20rem;height:1.5rem;top:2.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Heh548hl9R5Kr1Gmn3dFqqEsUJOc9J7A { width:18.75rem;height:4.72265625rem;top:5.375rem;left:0.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qvvPPed5D9wyERI6UQEt3iWXfbAfpHfO { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm { display:block; }#sCAFpR4FBSeh8LlMRV72fpLhEctBJoIm > .row .container { width:20rem;height:73.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MtNR3tlXbI8EJ0Z2Rmxfp53v6TT54gvh { width:15rem;height:16.5rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q195GLLepfHKpsgqvM02d5KRrp6UgmqS { width:15rem;height:16.5rem;top:25.34765625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qW2C1nWPpne9U0ik5PAKTgmx0TUpmxin { width:15rem;height:16.5rem;top:49.4453125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbvQf7TpRabVt0VH1cKk2e96BIxuDklQ { width:14.9375rem;height:5.09765625rem;top:19rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RoRtOHn9yTOpGhvd0OioskdgUKLMTJXp { width:14.9375rem;height:5.09765625rem;top:43.09765625rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cCdXcAIQzENDzQ4Z78Q9tMOlew5Dvrf6 { width:14.9375rem;height:5.09765625rem;top:67.1953125rem;left:2.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PZZo15fwZalHQPyk9ksmncJJnIogrJZA { display:block; }#PZZo15fwZalHQPyk9ksmncJJnIogrJZA > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdosfTipqId7K3kRxSKsoiyfTx5PpH0Q { width:20rem;height:1.5rem;top:2.625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tlu3CHsqZpIndX35SGESyKKMU5hp0Ptc { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqim8g19KfPtgpsbe1f85OVfORKTxM8D { display:block; }#wqim8g19KfPtgpsbe1f85OVfORKTxM8D > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G2ZZOUzp9Ta0lNbyrotQLewnSaa5ZILl { width:18.5rem;height:12.6875rem;top:1.25rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIypP4WfzbuVQiR09SSaOAQJrKRrSiR3 { width:19.0625rem;height:12.6875rem;top:15.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwlNuTZTqlLZxUchLSsDKVrK8ZDaTTOB { width:19.0625rem;height:12.6875rem;top:29.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs { display:block; }#n9UD1RhLGmgnNWWnfxNrtVbBU4eN48rs > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QfHTvzpHWfzw0cOOOhUybhvx4skb880b { width:19.0625rem;height:12.6875rem;top:1.25rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KG02bFW8UysqKVrVFBbdRfPme5Cy7fml { width:19.0625rem;height:12.6875rem;top:15.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEuqbpUhSeee4RXVCPxTaXfuzyPNqNfq { width:19.0625rem;height:12.6875rem;top:29.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmLxQRsNphf9ICbmfwXg1BTgVuiOUJhp { background-color:rgba(255,255,255,0.75);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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 { width:20rem;height:37.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kpez91P3lUuNPTLJ2pB3aZgx12IfXQK2 { width:10.1875rem;height:1.5rem;top:3.375rem;left:6.25rem;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:2.25rem;left:2.5rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgdlv1rdh99TWJwVvTmax7lwUhVOSrsM { width:20rem;height:3.1484375rem;top:6.75rem;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.75rem;height:25rem;top:3.6875rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #luMwI3cO8goQLWFbd141Vbhl20QTHboF { width:20rem;height:0.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrIxDSfrGyPmoh82otrNAiM1URDwzUuo { top:10.8125rem;left:0.625rem;width:18.75rem;height:25rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #mduGolamDMVup4nemO4tcUDsapywbN8I { display:block; }#mduGolamDMVup4nemO4tcUDsapywbN8I > .row .container { width:20rem;height:24.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i48LyAczzdmVDHyIZpd9LSWhQLklFTd4 { height:10.4375rem;width:18.625rem;top:1.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFMG7gArLDMwPNW0mvMtVZ7a1BqqMLXi { width:20rem;height:10.368852459016rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG { display:block; }#T4MpAbTnvHk3OLLyEL8uL20Lfnu3T1cG > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igu4giDXUx7TImir7oDSheH7vsqa1zaU { width:9.375rem;height:6.0625rem;top:0.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4fmANzQq7APykiMRq6EfhAA90SuTxJ9 { width:10.6875rem;height:6rem;top:0rem;left:9.3125rem;display:block; }
 }