.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:255,214,204;--color-primary-1:255,133,102;--color-primary-2:255,51,0;--color-primary-3:153,31,0;--color-primary-4:69,27,23;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:69,69,69;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-primary-4),0.85);background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:relative;z-index:auto;display:block; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { background-color: transparent; background-image: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { display: none; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { border-width: 0; border-radius: 0; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dh5sDlooniERG5CXJMb8Z25z0u8zNxqQ > .row .container { width:60rem;height:66.25rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#UqhSSrqSTsiWV6lZOCH9d7vb3oIItGpV { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.875rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:10.3125rem;left:0rem;height:9.2998125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ReABEcnJyRgJeFUs6ycZIITo2d5AeTVW { color:rgba(var(--color-tertiary-0),1);display:block;width:41.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15001;line-height:1.8;letter-spacing:0;top:21.375rem;left:9.03125rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r0s9ma0hpSn1bAn5JZdD37IlBU5iXz7g { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(199deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-2),1));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: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-tertiary-4),0.33) ;height:37.4375rem;width:29.375rem;top:29.875rem;left:15.3125rem;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-form-header {  }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:21.5625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:3.4375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-text {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1rem;overflow:hidden;font-family:ubuntu; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:ubuntu;font-size:0.875rem;overflow:hidden; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-select {padding-top: 0; padding-bottom: 0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.0625rem;margin-bottom:0.25rem;margin-left:5.0625rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#f2f9ff;width:11.375rem;height:3.125rem;font-family:ubuntu;overflow:hidden;font-style:normal;line-height:.3; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:ubuntu;font-size:0.875rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:ubuntu;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-0),0.8);vertical-align:top;width:20.125rem;overflow:hidden;font-style:normal; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:ubuntu;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:first-of-type{padding-top:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-container:last-of-type{padding-bottom:0;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X  { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.125rem;left:17.9375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.5625rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X {display:block;}#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X { background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15005;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:32.125rem;left:17.9375rem; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #rUdiQ1hzpDlx3IlFa0lcfizIcHGhEoJM { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #KiexGFyoAh7DN01lTnKruqE2PTmDuVXR { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #sB3JTy6XT1cBxISdorwWdmqDtaiF2P48 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #pCUJ3ytfVEtIAF9oR9giwSoTwaPQQ4Vl { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #nQVHeH3is0Ly168VrL5UFvHZ8yq2AVZF { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #FXsuk1T9OVP99AOP2qRJ2TTrrLSqoQHi { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #XfyW4Vl4GTr7LzU23XdaiwlwvuCmq5cD { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8uIxuc0GvQGyA46E2SHPppXb8a1Lw4V { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #z31AdrZANVzix19zJTMFzEN0f62kRvC1 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #w8XTyhLE95fZk06kLmDQ3IHFrb1u4pWs { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #fgcvSTGeoa9IgsTTTP3ZZ1TP4bgOQ0WT { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ndq1A79G8ScDnb73xdHsaBfZpHZtlEEZ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #ohTsacrGs0meioZPnQaK69Uf7Do0cGbJ { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #iWImVxMQHXra9OxtriMItDp7R6BTZBDN { position:relative;display:block; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #hF2xdBsIwcs6v1sVPh2WotQy6PLlccVF { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #OqsvJ47IulyHi6caTNyH6aRv2x3OZanR { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #peI5h6VOZumHOTyOFQ4grBLK9qMk6a1T { position:relative;z-index:2; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #xhTBXV75mbfXo34MytVdLlhk8c7KrSBX { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #dqhnUQVrDNObppLGO1ZXQ2On50FmOca0 { position:relative; }
#s8LeZRpdnXxyV4SRVLgWXgCOQowDMh3X #zkwc28pGfrTlaFHAXZQ4fSlACJzx0wDI { position:relative; }
#dRX3gfVbbr1EKK5SvlPnGdfyeFOywDq2 { 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:7rem;width:18.875rem;top:1.1875rem;left:0rem;overflow:hidden;display:block; }
#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.adaptive-delivery-prevent-bg, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyload, #sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4.lazyloading { background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { background-color: transparent; background-image: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { display: none; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .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); }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { border-width: 0; border-radius: 0; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sSK6cNJPPkQ6uftbR2fEuWBvrs8Fb9m4 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#HHBALmMpMJGGgKCcMJXfqrXLVN9dudzs { color:rgba(var(--color-primary-4),1);display:block;width:53.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.201171875rem;left:2.96875rem;height:12.34765rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.adaptive-delivery-prevent-bg, #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.lazyload, #i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ.lazyloading { background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { background-color: transparent; background-image: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,254,255,0.7); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(253,254,255,0.7); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { display: none; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .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); }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { border-width: 0; border-radius: 0; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i7gfiTAwQ93tfE3m9RmKvwzRaqiU89sQ > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#SndzQAqclTWgWecDRtW2qG8rfJAvK9px { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.5607643127441rem;left:2.875rem;height:1.912325rem;font-style:normal;display:block; }
#UyXZbE8e9pSDbUxgWutV8MpwQiumi4TO { color:rgba(var(--color-tertiary-0),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:5.3168392181396rem;left:2.875rem;height:9.44825rem;font-style:normal;display:block; }
#SGcQaBymmoyCATZKebQvCFMWPG0NUwHJ { color:rgba(var(--color-primary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:5.3168411254883rem;left:32.40625rem;height:9.44825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lz9o4thoqcqCJcKfTWxzVcwBhs4JrZpR { color:rgba(var(--color-primary-4),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.5590286254883rem;left:32.40625rem;height:1.912325rem;font-style:normal;display:block; }
#ZvFzJthhT5QEPmy3uCHl4hTaeKpD9InX { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0rem;left:30rem;display:block; }
#OAElC4a4WgChEfWCTNTX3dMVhv5NW5G6 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0rem;left:0rem;display:block; }
#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.adaptive-delivery-prevent-bg, #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.lazyload, #dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA.lazyloading { background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { background-color: transparent; background-image: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { display: none; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .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); }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { border-width: 0; border-radius: 0; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dukVDpT6vOqrVfWw5dD6qC0WOx8FpVkA > .row .container { font-size:0.875rem;font-family:arial;height:15.375rem;width:60rem;position:relative;display:block; }#L7pHwENBqQHoudQHbWx3rV9M9OT9ADgs { color:rgba(var(--color-primary-4),1);display:block;width:22.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.7;letter-spacing:0;top:2.6220703125rem;left:2.96875rem;height:1.9121125rem;font-style:normal;display:block; }
#V9NoK4qJuobPHEseFZq3MsHqrFA9FhG9 { color:rgba(var(--color-primary-4),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:1.4;letter-spacing:0;top:5.1640605926514rem;left:2.96875rem;height:9.7993125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aFvLLoZbuApycZ0m3TzMDbbk4PiFWqQg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:5.1649341583252rem;left:32.40625rem;height:9.44825rem;font-style:normal;display:block; }
#PEoJw8ty7TVvlfKe19tyEPwCUUZvvhHK { color:rgba(var(--color-tertiary-0),1);display:block;width:19.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.7;letter-spacing:0;top:2.6189231872559rem;left:32.40625rem;height:1.912325rem;font-style:normal;display:block; }
#XxVVnuEHOPnhdBDhGI1zhJtfETkCngKw { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:30rem;top:0.03038215637207rem;left:0rem;display:block; }
#UvVqpywTC3652ZaRHhqOJopXcx7Cb0kV { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:15.3125rem;width:30rem;top:0.031072616577149rem;left:29.999996185302rem;display:block; }
#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS.adaptive-delivery-prevent-bg, #JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS.lazyload, #JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS.lazyloading { background-image: none; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row .container { background-color: transparent; background-image: none; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row .container > .video-iframe-container { display: none; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row > .video-iframe-container { display: none; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .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); }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row .container { border-width: 0; border-radius: 0; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JOz6AxbyWhAcneXmBXK4fV4dvqvHDySS > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf.adaptive-delivery-prevent-bg, #k6FRTLLi6botroVzllQKcNIFes1ksIgf.lazyload, #k6FRTLLi6botroVzllQKcNIFes1ksIgf.lazyloading { background-image: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { background-color: transparent; background-image: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container > .video-iframe-container { display: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row > .video-iframe-container { display: none; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .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); }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { border-width: 0; border-radius: 0; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k6FRTLLi6botroVzllQKcNIFes1ksIgf > .row .container { font-size:0.875rem;font-family:arial;height:14.125rem;width:60rem;position:relative;display:block; }#TEHEHtmTQouyIBtWg54B4l8008gp0o2a { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:1.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Mx2Tw8wahSCf4O41i3r6nJRG1PRu4Hmx { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:7.8185763359069rem;left:3.9045143127441rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#rrF2gkBUR2CZ0sv84DTXH6shez7gvvhA { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.2005209922791rem;left:18.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnpVWJu3QvrD4y0N8nXPO9MgnyQfCazm { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:7.8185763359069rem;left:15.5625rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#vEliWmFoqaqSq16aT5f8WnAdiaXO0TUT { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.2005209922791rem;left:33.805557250976rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qZiUv1T9AU0Ekuma5NwfmVqGcaUIlpPA { color:rgba(var(--color-tertiary-0),1);display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.8185763359069rem;left:31.875rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#Tvuw3o9qcUQ0JLUAkbTZXOAmZlVk57zr { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:ubuntu;font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:3.2010498046875rem;left:46.25rem;height:5.11865rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8QgALFTVWklGJgl3UfCo4GD6kNmXrv6 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8185787200925rem;left:46.906253814698rem;height:3.375rem;text-align:right;text-align-last:right;display:block; }
#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd.adaptive-delivery-prevent-bg, #BTkBKPv1zdzLwmTrIO1E6wB802llTGXd.lazyload, #BTkBKPv1zdzLwmTrIO1E6wB802llTGXd.lazyloading { background-image: none; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row .container { background-color: transparent; background-image: none; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row .container > .video-iframe-container { display: none; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row > .video-iframe-container { display: none; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .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); }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row .container { border-width: 0; border-radius: 0; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BTkBKPv1zdzLwmTrIO1E6wB802llTGXd > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA.adaptive-delivery-prevent-bg, #Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA.lazyload, #Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA.lazyloading { background-image: none; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row .container { background-color: transparent; background-image: none; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row .container > .video-iframe-container { display: none; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row > .video-iframe-container { display: none; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .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); }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row .container { border-width: 0; border-radius: 0; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wyh5o2efZynwvQ3JL5Fi9rOKfbETvCrA > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#q6aCsBHfniHMqbr1PMAVzDETH8HCJRQl { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.34375rem;left:7.9375rem;height:5.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rTfXyLWf0BKt8LXFJm1bQTBXsiDoGtNl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius: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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:10.895833015442rem;left:21.250003814698rem;display:block; }
#kXMEauCfeETyME5UReLrB3rJrL0gXl9T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0.adaptive-delivery-prevent-bg, #vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0.lazyload, #vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0.lazyloading { background-image: none; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row .container { background-color: transparent; background-image: none; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row .container > .video-iframe-container { display: none; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row > .video-iframe-container { display: none; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .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); }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row .container { border-width: 0; border-radius: 0; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vzenODtXpVKRGMTaxdXIMAb3B2Dk4dE0 > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx.adaptive-delivery-prevent-bg, #zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx.lazyload, #zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx.lazyloading { background-image: none; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row .container { background-color: transparent; background-image: none; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row .container > .video-iframe-container { display: none; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-primary-4),0.85); }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row > .video-iframe-container { display: none; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .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); }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row .container { border-width: 0; border-radius: 0; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmtNHBDFqDiJqTtZarux8RL0gJcrfPHx > .row .container { font-size:0.875rem;font-family:arial;height:8.25rem;width:60rem;position:relative;display:block; }#LN9ktbFpB2tWO0vt706pXXIiTWQ8qd7U { color:rgba(var(--color-tertiary-0),1);display:block;width:44.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:2.9748258590698rem;left:7.9375rem;height:2.7749rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/985a57ee-35c0-4d8b-8e60-2e5833f07bba/fondoagu.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP.adaptive-delivery-prevent-bg, #yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP.lazyload, #yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP.lazyloading { background-image: none; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row .container { background-color: transparent; background-image: none; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row .container > .video-iframe-container { display: none; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0.7); }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row > .video-iframe-container { display: none; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .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); }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row .container { border-width: 0; border-radius: 0; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yb6HMbten2yfFi9exqbvw8Sxk3lmhlQP > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:block; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row .container { background-color: transparent; background-image: none; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row .container > .video-iframe-container { display: none; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row > .video-iframe-container { display: none; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .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); }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row .container { border-width: 0; border-radius: 0; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f1KHnqOWDwL6HEXVfWT5fDBJWW2aNZwI > .row .container { font-size:0.875rem;font-family:arial;height:14.1875rem;width:60rem;position:relative;display:block; }#ndFF6oTfKevKqEvLdpzCGL8fvGzPHWwi { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:1.1875rem;left:1.0625rem;height:1.29980625rem;display:block; }
#OtKIu9Xo2SvRSLIamWK08F7VsJhiXK9b { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4rem;left:1.0625rem;height:1.29980625rem;display:block; }
#XqnhDBFcuKQz19ZLyHGRT3DAm6PVD71x { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:1.1875rem;left:12.6875rem;height:1.29980625rem;display:block; }
#Xl5nuR8fzrfDQlreDMwIsVWw0iLUTCyv { color:rgba(var(--color-tertiary-4),1);display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:4rem;left:12.6875rem;height:1.29980625rem;display:block; }
#KMzJDTL7VLti0b6XRquJP9BV42FOIvJ5 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:6.6875rem;left:1.0625rem;height:1.29980625rem;display:block; }
#QniT4Xnovry79e5rKOTMRnBNIvem2zq9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.6875rem;left:12.6875rem;height:1.29980625rem;display:block; }
#Fv1llSC9i0gJN65AWrePbOGg9L5UNiH0 { color:rgba(var(--color-tertiary-4),1);display:block;width:7.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:1.1875rem;left:26.1875rem;height:1.29980625rem;display:block; }
#hUbux2Zxrk1RrOvKSGAfIt5BFLfFtklO { color:rgba(var(--color-tertiary-4),1);display:block;width:8.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:4rem;left:26.1875rem;height:1.29980625rem;display:block; }
#RrTsL379bCQT9HnFzuTc8BEfvUeDlSmt { color:rgba(var(--color-tertiary-4),1);display:block;width:9.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:6.6875rem;left:26.1875rem;height:1.29980625rem;display:block; }
#W6OSi8cn7MhwSaQhIbqZsCesqx8cIwl4 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:1.25rem;left:37.25rem;height:1.29980625rem;display:block; }
#PWEJhXQWi243TgaALK87yoIB3d69Rwh7 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:4.0625rem;left:37.25rem;height:1.29980625rem;display:block; }
#DT2pFmX1A6gfsGH0tFbk2K6AHupmq7oU { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:6.6875rem;left:37.375rem;height:1.29980625rem;display:block; }
#iDkqLv92CRXyM9KqJ0dcHAE3NIkJ6KGL { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:11.3125rem;left:1.0625rem;height:1.29980625rem;display:block; }
#n2zEicbXafcx4iZaeKWACZqROIJPmN64 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:11.3125rem;left:35.875rem;height:1.29980625rem;display:block; }
#meLk3lPfRxyMDmMTb7Bl48xqvkO3Db0s { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15046;line-height:1.3;letter-spacing:0;top:1.25rem;left:48.5rem;height:1.29980625rem;display:block; }
#ox1RIB91ygB8B9ILkuMgIvLbrFlKniRM { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15047;line-height:1.3;letter-spacing:0;top:4.0625rem;left:48.5rem;height:1.29980625rem;display:block; }
#gWDQbKZMlDaiINffsnzXvpUsJPcCdMhs { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15048;line-height:1.3;letter-spacing:0;top:6.6875rem;left:48.5rem;height:1.29980625rem;display:block; }
