.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:225,226,225;--color-primary-1:154,158,156;--color-primary-2:53,61,56;--color-primary-3:27,31,28;--color-primary-4:8,9,8;--color-secondary-0:225,231,228;--color-secondary-1:155,174,166;--color-secondary-2:54,92,77;--color-secondary-3:27,46,39;--color-secondary-4:8,14,12;--color-tertiary-0:255,255,255;--color-tertiary-1:248,246,242;--color-tertiary-2:231,226,211;--color-tertiary-3:116,113,106;--color-tertiary-4:23,23,21;--headlines-font-family:"raleway";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#e7e0d3;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:37.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#F4yEVRfrPHOGmsutO2S0x38D45C5au3f { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:53.9375rem;top:12.125rem;left:10.53125rem;overflow:hidden;display:block; }
#sPcdDZz8Tg1u4onnn1GFzmQQH5dAhKVA { color:rgba(var(--color-tertiary-2),1);display:block;width:35.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:20.69921875rem;left:19.9375rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QPvhSElT4R2izGn5rtDH7peM4kknTqNk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f588a651-aa9e-4ae2-a491-b297ae6db36f/AVRABGS11920x113521.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk.adaptive-delivery-prevent-bg, #QPvhSElT4R2izGn5rtDH7peM4kknTqNk.lazyload, #QPvhSElT4R2izGn5rtDH7peM4kknTqNk.lazyloading { background-image: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container { background-color: transparent; background-image: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container > .video-iframe-container { display: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row > .video-iframe-container { display: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .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); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container { border-width: 0; border-radius: 0; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#FyeCcluBtHAmA6PCWo700iN6VvRVTzev { color:rgba(var(--color-primary-2),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:12.125rem;left:2.21875rem;height:22.75rem;display:block; }
#IQvh3rfybkdd3QBXWz2goi23KHmkF5au { color:rgba(var(--color-primary-2),1);display:block;width:37.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.75rem;left:2.84375rem;height:0;display:none; }
#DOfX6PZByKofUllkkHFD76NLoT3kUTBn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container { background-color: transparent; background-image: none; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container > .video-iframe-container { display: none; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row > .video-iframe-container { display: none; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .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); }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container { border-width: 0; border-radius: 0; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#pzHbB3UTqtTrn73ZtMQMDHTQhecyv8kl { color:rgba(var(--color-secondary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.96875rem;height:3.4121125rem;display:block; }
#f2yrzpmkKsw6mr4Q7gIPXOkxmNUWRB4y { color:rgba(var(--color-primary-2),1);display:block;width:26.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.96875rem;height:8.125rem;display:block; }
#w1Ru6TQEmQkyZwRoQNyps7WzI8WTMGDG { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.5rem;width:19.875rem;top:1.53125rem;left:45.25rem;overflow:hidden;display:block; }
#yyVTRWlirnJUDyxxQft20CmMHbpTORCc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#35594b;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; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container { background-color: transparent; background-image: none; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container > .video-iframe-container { display: none; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row > .video-iframe-container { display: none; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .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); }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container { border-width: 0; border-radius: 0; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:75rem;position:relative;display:block; }#zUuJG9msJv9lBE8f967bZomJGoyOqmBh { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.0625rem;left:1.96875rem;height:3.4121125rem;display:block; }
#SoG9ohnciwBZwm7OtzJwHMHT3x9g3Rmy { color:rgba(var(--color-tertiary-2),1);display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:10.25rem;left:1.96875rem;height:9.75rem;display:block; }
#fPuEWBoVsmZTaF6CuKBSDlXpp6yeUufe { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.25rem;width:22.3125rem;top:4.625rem;left:43.90625rem;overflow:hidden;display:block; }
#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/c54fb356-e56b-49ec-9a80-6650485842d3/AVRALOGOAVRATRANSPARENCIA390x15002.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN.adaptive-delivery-prevent-bg, #o92T9DE6donz5ms6XWCLBL0Ocptxp1AN.lazyload, #o92T9DE6donz5ms6XWCLBL0Ocptxp1AN.lazyloading { background-image: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container { background-color: transparent; background-image: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container > .video-iframe-container { display: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row > .video-iframe-container { display: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .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); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container { border-width: 0; border-radius: 0; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#Cm4CB2wDZwIqQ40IDdWhFDut0ItEyhl0 { color:#353d38;display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:2.03125rem;height:3.8999rem;display:block; }
#WntAXcrwkZCpq2eqCRbGPmA7Fc4aT2fT { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:55.625rem;top:1.07421875rem;left:27.5625rem;overflow:hidden;display:block; }
#MGF1NK1FlxXEtOXJl1WCsMSoewy7kJbm { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:18.5rem;left:2.0625rem;height:3.25rem;display:block; }
#TM5q5hxbKyTlg1bFuyPeTp0EwGaNFWph { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:15.3125rem;left:2.0625rem;height:2.11230625rem;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; }
#mSzcipT2QMzpGOI3tupzPOU1ha6TUnTL { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:28rem;left:2.0625rem;height:3.25rem;display:block; }
#sp1nr9Ktzrek2aws9Nv4LAeQen5In6cN { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.8125rem;left:2.0625rem;height:2.11230625rem;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; }
#WLXxv2hIXMndvIzXItvm1NbSPhxH1un2 { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:37.375rem;left:2.0625rem;height:3.25rem;display:block; }
#v19JpvcAN8widk01GHBKcFaqPHTpl4Ob { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:34.1875rem;left:2.0625rem;height:2.11230625rem;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; }
#y1ntnuQCV7ron9ICqoomp6K3JTONyX0y { color:rgba(var(--color-primary-2),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.375rem;left:37.5rem;height:3.25rem;display:block; }
#zaE0v5s4hApQnhC1EGmyHmeBGCSwONJl { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:34.1875rem;left:37.5rem;height:2.11230625rem;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; }
#BQk4wMix0ccrngB9XLQgLO54g98RgTTW { color:rgba(var(--color-primary-2),1);display:block;width:16.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:28.0625rem;left:37.5rem;height:3.25rem;display:block; }
#U6MVErQS0iLOb0SX39M9nwJITUF0fZak { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:24.875rem;left:37.5rem;height:2.11230625rem;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; }
#a8O8tNnKDbw0AhZsC26SFKfIRNlXNnms { color:rgba(var(--color-primary-2),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.5625rem;left:37.5rem;height:3.25rem;display:block; }
#q4mLLeWric64asyg1zkV84G7cdB7DqsW { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:15.375rem;left:37.5rem;height:2.11230625rem;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; }
#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#353d38;background-image:url("https://images.assets-landingi.com/uc/a4c4e767-5379-4d61-8b14-604e61b1b903/LOGOAVRATRANSPARENCIA390x1500.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo.adaptive-delivery-prevent-bg, #iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo.lazyload, #iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo.lazyloading { background-image: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container { background-color: transparent; background-image: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container > .video-iframe-container { display: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row > .video-iframe-container { display: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .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); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container { border-width: 0; border-radius: 0; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container { font-size:0.875rem;font-family:arial;height:45rem;width:75rem;position:relative;display:block; }#f1VvzZ9dcK3d5Uu1CsPIO4tcnkgHgOv1 { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.75rem;left:2.71875rem;height:3.8999rem;display:block; }
#rvbngzF5bF7RHXGW2dBEmkFpzTONkZNz { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:1.875rem;top:8.64892578125rem;left:33.943359375rem;overflow:hidden;display:block; }
#UhisanJ7N6lcFgT8nwS4rk9IVGZxtH1n { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:31.375rem;width:45.375rem;top:13.28125rem;left:-19.595746202098rem;overflow:hidden;display:block; }
#yHEk8KORITILpRCin5bpvgLdpA56VKFE { color:rgba(var(--color-tertiary-2),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:10.5rem;left:37.5rem;height:1.3808625rem;display:block; }
#Gnil4k2kPESTbf2pdE8dioHMR4kevzER { color:rgba(var(--color-tertiary-2),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:15.125rem;left:37.5rem;height:2.76171875rem;display:block; }
#tduZceItSUKenTRv5J4v0qqcaLh9Z9Id { color:rgba(var(--color-tertiary-2),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.875rem;left:37.5rem;height:2.76171875rem;display:block; }
#V3BMobXgPboFDXX9qUh81796OKmIE3JZ { color:rgba(var(--color-tertiary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:28.375rem;left:37.5rem;height:2.76171875rem;display:block; }
#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:url("https://images.assets-landingi.com/uc/923e6b1c-d880-45f6-ba80-eb833e803462/BGSECAODIFERENCIAL1920x10802.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA.adaptive-delivery-prevent-bg, #wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA.lazyload, #wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA.lazyloading { background-image: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container { background-color: transparent; background-image: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container > .video-iframe-container { display: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row > .video-iframe-container { display: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .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); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container { border-width: 0; border-radius: 0; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:block; }#T0RZ2kdEUgvBPr1O5hdKDTW0eufs2c6b { color:rgba(var(--color-primary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.8125rem;left:48.1875rem;height:16.084rem;text-align:right;text-align-last:right;display:block; }
#fRCAVLfCePlfxpqelHLWapormSg7JnKx { color:rgba(var(--color-primary-2),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:8rem;left:55rem;height:3.98095625rem;text-align:right;text-align-last:right;display:block; }
#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#010604;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; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { background-color: transparent; background-image: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container > .video-iframe-container { display: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row > .video-iframe-container { display: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .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); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { border-width: 0; border-radius: 0; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#ytVFH09BmvtzDWVzJGds6OcUTrme4VDH { position:absolute;display:block;z-index:15002;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:16.5625rem;width:75rem;top:0rem;left:25.009765625rem;overflow:hidden;display:block; }
#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);background-color:#f4f8fa;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; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container { background-color: transparent; background-image: none; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container > .video-iframe-container { display: none; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row > .video-iframe-container { display: none; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .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); }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container { border-width: 0; border-radius: 0; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#qvz7obmKQeN3JPJBTzZWiTQw8rTnxaE7 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:18.75rem;top:6.625rem;left:0rem;overflow:hidden;display:block; }
#TL2MKtnT3zlJF4rTOitKuvxkI512sL5q { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.724609375rem;left:51.5rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f8fa;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; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container { background-color: transparent; background-image: none; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container > .video-iframe-container { display: none; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row > .video-iframe-container { display: none; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .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); }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container { border-width: 0; border-radius: 0; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container { font-size:0.875rem;font-family:arial;height:17.625rem;width:75rem;position:relative;display:block; }#p6tzXlvcrbmmvcM3JmmGc3IQmvIS5PAa { color:rgba(var(--color-tertiary-3),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.25rem;left:25.75rem;height:0.9746125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4yEVRfrPHOGmsutO2S0x38D45C5au3f { top:12.125rem;left:0rem;width:47.75rem;height:4.6477404403244rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcdDZz8Tg1u4onnn1GFzmQQH5dAhKVA { top:20.6875rem;left:6.3125rem;width:35.125rem;height:2.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPvhSElT4R2izGn5rtDH7peM4kknTqNk { display:block; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyeCcluBtHAmA6PCWo700iN6VvRVTzev { top:12.125rem;left:0rem;width:37.75rem;height:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQvh3rfybkdd3QBXWz2goi23KHmkF5au { top:25.5rem;left:0rem;width:20rem;height:20.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOfX6PZByKofUllkkHFD76NLoT3kUTBn { display:block; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzHbB3UTqtTrn73ZtMQMDHTQhecyv8kl { top:5.0625rem;left:0rem;width:20rem;height:3.375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2yrzpmkKsw6mr4Q7gIPXOkxmNUWRB4y { top:10.25rem;left:0rem;width:26.25rem;height:8.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Ru6TQEmQkyZwRoQNyps7WzI8WTMGDG { top:1.5rem;left:24.8125rem;width:19.875rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVTRWlirnJUDyxxQft20CmMHbpTORCc { display:block; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUuJG9msJv9lBE8f967bZomJGoyOqmBh { top:5.0625rem;left:0rem;width:20rem;height:;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoG9ohnciwBZwm7OtzJwHMHT3x9g3Rmy { top:10.25rem;left:0rem;width:25.625rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPuEWBoVsmZTaF6CuKBSDlXpp6yeUufe { top:4.625rem;left:23.0625rem;width:22.3125rem;height:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #o92T9DE6donz5ms6XWCLBL0Ocptxp1AN { display:block; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm4CB2wDZwIqQ40IDdWhFDut0ItEyhl0 { top:3.125rem;left:0rem;width:20rem;height:3.875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WntAXcrwkZCpq2eqCRbGPmA7Fc4aT2fT { top:1.0625rem;left:0rem;width:47.75rem;height:11.588764044944rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGF1NK1FlxXEtOXJl1WCsMSoewy7kJbm { top:18.5rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5q5hxbKyTlg1bFuyPeTp0EwGaNFWph { top:15.3125rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSzcipT2QMzpGOI3tupzPOU1ha6TUnTL { top:28rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp1nr9Ktzrek2aws9Nv4LAeQen5In6cN { top:24.8125rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLXxv2hIXMndvIzXItvm1NbSPhxH1un2 { top:37.375rem;left:0rem;width:19.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v19JpvcAN8widk01GHBKcFaqPHTpl4Ob { top:34.1875rem;left:0rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ntnuQCV7ron9ICqoomp6K3JTONyX0y { top:37.375rem;left:23.875rem;width:23.875rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaE0v5s4hApQnhC1EGmyHmeBGCSwONJl { top:34.1875rem;left:23.875rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQk4wMix0ccrngB9XLQgLO54g98RgTTW { top:28.0625rem;left:23.875rem;width:16.8125rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6MVErQS0iLOb0SX39M9nwJITUF0fZak { top:24.875rem;left:23.875rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8O8tNnKDbw0AhZsC26SFKfIRNlXNnms { top:18.5625rem;left:23.875rem;width:19.4375rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4mLLeWric64asyg1zkV84G7cdB7DqsW { top:15.375rem;left:23.875rem;width:20rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo { display:block; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1VvzZ9dcK3d5Uu1CsPIO4tcnkgHgOv1 { top:4.75rem;left:0rem;width:20rem;height:3.875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvbngzF5bF7RHXGW2dBEmkFpzTONkZNz { top:8.625rem;left:22rem;width:1.875rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhisanJ7N6lcFgT8nwS4rk9IVGZxtH1n { top:13.25rem;left:0rem;width:45.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHEk8KORITILpRCin5bpvgLdpA56VKFE { top:10.5rem;left:23.875rem;width:13.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnil4k2kPESTbf2pdE8dioHMR4kevzER { top:15.125rem;left:23.875rem;width:11.0625rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tduZceItSUKenTRv5J4v0qqcaLh9Z9Id { top:21.875rem;left:23.875rem;width:11.9375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3BMobXgPboFDXX9qUh81796OKmIE3JZ { top:28.375rem;left:23.875rem;width:19.375rem;height:2.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA { display:block; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RZ2kdEUgvBPr1O5hdKDTW0eufs2c6b { top:18.8125rem;left:20.9375rem;width:26.8125rem;height:16.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRCAVLfCePlfxpqelHLWapormSg7JnKx { top:8rem;left:27.75rem;width:20rem;height:;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI { display:block; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytVFH09BmvtzDWVzJGds6OcUTrme4VDH { top:0rem;left:0rem;width:47.75rem;height:10.544791666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG { display:block; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvz7obmKQeN3JPJBTzZWiTQw8rTnxaE7 { top:6.625rem;left:0rem;width:18.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2MKtnT3zlJF4rTOitKuvxkI512sL5q { top:8.6875rem;left:24.25rem;width:23.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF { display:block; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tzXlvcrbmmvcM3JmmGc3IQmvIS5PAa { top:5.25rem;left:12.125rem;width:23.5rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/527c25bd-9eb0-4b02-85a1-386e0fe5de0d/bannerprincipalteste.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4yEVRfrPHOGmsutO2S0x38D45C5au3f { width:20rem;height:1.9462875rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPcdDZz8Tg1u4onnn1GFzmQQH5dAhKVA { width:20rem;height:1.54345625rem;top:10.5703125rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QPvhSElT4R2izGn5rtDH7peM4kknTqNk { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5ffbf452-4a64-4653-becf-8192ae5ac499/AVRABGS1320x440.png");background-position:top right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk.adaptive-delivery-prevent-bg, #QPvhSElT4R2izGn5rtDH7peM4kknTqNk.lazyload, #QPvhSElT4R2izGn5rtDH7peM4kknTqNk.lazyloading { background-image: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container { background-color: transparent; background-image: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container > .video-iframe-container { display: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row > .video-iframe-container { display: none; }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .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); }#QPvhSElT4R2izGn5rtDH7peM4kknTqNk > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyeCcluBtHAmA6PCWo700iN6VvRVTzev { width:20rem;height:0;top:2.6875rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #IQvh3rfybkdd3QBXWz2goi23KHmkF5au { width:20rem;height:20.4609375rem;top:2.54345703125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOfX6PZByKofUllkkHFD76NLoT3kUTBn { display:block; }#DOfX6PZByKofUllkkHFD76NLoT3kUTBn > .row .container { width:20rem;height:28.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pzHbB3UTqtTrn73ZtMQMDHTQhecyv8kl { width:20rem;height:2.92480625rem;top:1.25rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f2yrzpmkKsw6mr4Q7gIPXOkxmNUWRB4y { width:20rem;height:6.09375rem;top:5.6748046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1Ru6TQEmQkyZwRoQNyps7WzI8WTMGDG { width:11.5rem;height:13rem;top:13.2998046875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyVTRWlirnJUDyxxQft20CmMHbpTORCc { display:block; }#yyVTRWlirnJUDyxxQft20CmMHbpTORCc > .row .container { width:20rem;height:29.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zUuJG9msJv9lBE8f967bZomJGoyOqmBh { width:20rem;height:2.92480625rem;top:2.5rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SoG9ohnciwBZwm7OtzJwHMHT3x9g3Rmy { width:20rem;height:7.3125rem;top:7.6748046875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPuEWBoVsmZTaF6CuKBSDlXpp6yeUufe { width:12.3125rem;height:13.9375rem;top:15.8125rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o92T9DE6donz5ms6XWCLBL0Ocptxp1AN { background-color:rgba(var(--color-tertiary-2),1);background-image:none;display:block; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container { background-color: transparent; background-image: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container > .video-iframe-container { display: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row > .video-iframe-container { display: none; }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .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); }#o92T9DE6donz5ms6XWCLBL0Ocptxp1AN > .row .container { width:20rem;height:61.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cm4CB2wDZwIqQ40IDdWhFDut0ItEyhl0 { width:8.5rem;height:2.5996125rem;top:1.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WntAXcrwkZCpq2eqCRbGPmA7Fc4aT2fT { width:20rem;height:7.375rem;top:52.724609375rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MGF1NK1FlxXEtOXJl1WCsMSoewy7kJbm { width:19.4375rem;height:2.5996125rem;top:17.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM5q5hxbKyTlg1bFuyPeTp0EwGaNFWph { width:20rem;height:1.7871125rem;top:7.537109375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSzcipT2QMzpGOI3tupzPOU1ha6TUnTL { width:19.4375rem;height:2.5996125rem;top:24.4990234375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sp1nr9Ktzrek2aws9Nv4LAeQen5In6cN { width:20rem;height:1.7871125rem;top:21.76171875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLXxv2hIXMndvIzXItvm1NbSPhxH1un2 { width:19.4375rem;height:2.5996125rem;top:31.91796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v19JpvcAN8widk01GHBKcFaqPHTpl4Ob { width:20rem;height:1.7871125rem;top:29.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1ntnuQCV7ron9ICqoomp6K3JTONyX0y { width:20rem;height:2.5996125rem;top:46.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaE0v5s4hApQnhC1EGmyHmeBGCSwONJl { width:20rem;height:1.7871125rem;top:44.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQk4wMix0ccrngB9XLQgLO54g98RgTTW { width:16.8125rem;height:2.5996125rem;top:39.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6MVErQS0iLOb0SX39M9nwJITUF0fZak { width:20rem;height:1.7871125rem;top:37rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8O8tNnKDbw0AhZsC26SFKfIRNlXNnms { width:19rem;height:2.5996125rem;top:9.923828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4mLLeWric64asyg1zkV84G7cdB7DqsW { width:20rem;height:1.7871125rem;top:14.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo { background-color:#353d38;background-image:none;display:block; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container { background-color: transparent; background-image: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container > .video-iframe-container { display: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row > .video-iframe-container { display: none; }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .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); }#iJ67dT8wVSCZrCCSZANeIng5V2Up5lxo > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f1VvzZ9dcK3d5Uu1CsPIO4tcnkgHgOv1 { width:20rem;height:2.5996125rem;top:2.0791015625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvbngzF5bF7RHXGW2dBEmkFpzTONkZNz { width:2.0625rem;height:26.0625rem;top:5.8037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhisanJ7N6lcFgT8nwS4rk9IVGZxtH1n { width:20rem;height:13.829125rem;top:34.169921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHEk8KORITILpRCin5bpvgLdpA56VKFE { width:13.9375rem;height:1.21875rem;top:7.8037109375rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gnil4k2kPESTbf2pdE8dioHMR4kevzER { width:9.4375rem;height:2.4375rem;top:13.6279296875rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tduZceItSUKenTRv5J4v0qqcaLh9Z9Id { width:10.5625rem;height:2.4375rem;top:20.6337890625rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3BMobXgPboFDXX9qUh81796OKmIE3JZ { width:17.3125rem;height:2.4375rem;top:27.8955078125rem;left:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/620a3fd2-cf46-4395-992b-ba27feeac234/AVRABGSECAODIFERENCIAL320x345.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA.adaptive-delivery-prevent-bg, #wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA.lazyload, #wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA.lazyloading { background-image: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container { background-color: transparent; background-image: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container > .video-iframe-container { display: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row > .video-iframe-container { display: none; }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .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); }#wnyze4hSA5kXfQ8y6ar6WoWXoG2b4zXA > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T0RZ2kdEUgvBPr1O5hdKDTW0eufs2c6b { width:20rem;height:10.96875rem;top:5.287109375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRCAVLfCePlfxpqelHLWapormSg7JnKx { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI { background-color:rgba(var(--color-secondary-3),1);background-image:url("https://images.assets-landingi.com/uc/baa1d0fe-6446-4cf7-8c9d-8b0399be8998/BANNERFINAL1920x450px2.webp");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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI.adaptive-delivery-prevent-bg, #ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI.lazyload, #ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI.lazyloading { background-image: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { background-color: transparent; background-image: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container > .video-iframe-container { display: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row > .video-iframe-container { display: none; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .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); }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { border-width: 0; border-radius: 0; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZB3gv8tPXEDVSvFQ6QzbNM64vagBfagI > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytVFH09BmvtzDWVzJGds6OcUTrme4VDH { width:20rem;height:4.6875rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG { display:block; }#cVRvpTTL86XFLhv83r9LZFHsXb9GHuBG > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qvz7obmKQeN3JPJBTzZWiTQw8rTnxaE7 { width:9.3125rem;height:2.6875rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2MKtnT3zlJF4rTOitKuvxkI512sL5q { width:9.125rem;height:1.94921875rem;top:2.556640625rem;left:10.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF { display:block; }#Lpa4iCoSwV8E3eSPH2RPw9fv13rEhsZF > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6tzXlvcrbmmvcM3JmmGc3IQmvIS5PAa { width:20rem;height:0.8125rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }