.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:219,219,224;--color-primary-1:137,137,150;--color-primary-2:18,18,45;--color-primary-3:9,9,23;--color-primary-4:3,3,7;--color-secondary-0:245,218,218;--color-secondary-1:220,133,132;--color-secondary-2:185,11,9;--color-secondary-3:93,6,5;--color-secondary-4:28,2,1;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:25,25,25;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@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:rgba(var(--color-tertiary-0),1);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); }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF { background-color:rgba(var(--color-primary-3),1);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container { background-color: transparent; background-image: none; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container > .video-iframe-container { display: none; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row > .video-iframe-container { display: none; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .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); }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container { border-width: 0; border-radius: 0; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;overflow:visible;position:relative;display:block; }#TQf2Ef216D4Z4MRUcTM9wog32c36BEy5 { background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.90625rem;left:54.65625rem;display:block; }
#mxmQoWlqh3CoaTzVnDUF80OUC8hNfl7c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPk9IeiTxhT5TdOdf7P70HCwehiEsihk { 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:2.6875rem;width:9.4375rem;top:1.78125rem;left:1.15625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/17ed0ab3-900a-479c-b658-74d9e7dade84/BANNERLandingi.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;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 { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;overflow:visible;position:relative;display:block; }#CNoM2zHB35AAmli6akD2OKLzUfnlX2T8 { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:300;z-index:15001;line-height:1.2;letter-spacing:0;top:12.4375rem;left:5.3125rem;height:20.6979375rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#Q5XHla9EJ9IndxfUy1wuP1MVtMsystJe { color:rgba(var(--color-tertiary-2),1);display:block;width:22.125rem;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:30.3125rem;left:5.3125rem;height:2.92448125rem;display:block; }
#TRTC8AdB3LItzyEnXru9L4NRNPQ0JpyT { 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:4.8125rem;width:19.9375rem;top:25.5625rem;left:11.1875rem;overflow:hidden;display:block; }
#Tt6pKuRNzTCeF52Tzyhf5zDemMJqrfoA { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:2.9375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:34.5rem;left:5.3125rem;display:block; }
#DDMkl3mxUGIsvraGEeTNh84pEDTxqtCK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container { background-color: transparent; background-image: none; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container > .video-iframe-container { display: none; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row > .video-iframe-container { display: none; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .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); }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container { border-width: 0; border-radius: 0; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container { font-size:0.875rem;font-family:arial;height:51.5625rem;width:75rem;position:relative;display:block; }#dX2br2SxQC2eEfyverSoyrCZyrR6stb8 { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:22.5rem;left:20.1875rem;height:3.8994125rem;font-style:normal;display:block; }
#ZQOyWQmvubsWZd4r5vomiUiyGhXQNg1N { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:26.9375rem;left:20.1875rem;height:2.92448125rem;display:block; }
#IyqIdna7yhRulViKkF5WfHH9xiqy7sTx { color:rgba(var(--color-primary-2),1);display:block;width:10.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:22.5rem;left:39.5625rem;height:3.8994125rem;display:block; }
#ZytxVTQrhRE7hGve6XmTD7h7hamA4BZE { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:26.9375rem;left:39.5625rem;height:2.92448125rem;display:block; }
#JahOBAioeb74RkRIlGUdHcmVNnVuTqy8 { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:34.375rem;left:20.1875rem;height:2.69791875rem;display:block; }
#MEsq87zSlp7sOeT5nreCnkh95H3vKNOD { color:rgba(var(--color-secondary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:43.5rem;left:20.1875rem;height:2.92448125rem;display:block; }
#LwwkiURJts3XXR5QppQhuXpBm8bUr888 { color:rgba(var(--color-secondary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:38.375rem;left:20.1875rem;height:3.8994125rem;display:block; }
#JgSVv3uoLbG2iMhKI5TM0yzTWsJyQqBW { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:34.5625rem;left:39.5625rem;height:5.84911875rem;display:block; }
#zwvTiKy4IwDnTHR809K6haVhlQ1ufhWx { color:rgba(var(--color-primary-2),1);display:block;width:14.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:41.5625rem;left:39.5625rem;height:4.87413125rem;display:block; }
#Fa9x6qTgOZBN2se6OBLixAsgse70qbK1 { box-sizing:content-box;height:16.3125rem;width:17.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:14.625rem;left:18.9375rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;display:block; }
#BrxFoVNMnGxt0dTgycTmMLRRaxvaSSEU { box-sizing:content-box;height:16.3125rem;width:17.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:32.125rem;left:18.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#lx7Q4MxPEgDntFrtkyZBOGHaw5RZspbX { box-sizing:content-box;height:16.3125rem;width:17.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:14.625rem;left:38.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#AL0RQlwq0sSpdMiuTai2fFPzlZp7nTuh { box-sizing:content-box;height:16.3125rem;width:17.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(var(--color-primary-1),1);border-left:0.0625rem solid rgba(var(--color-primary-1),1);border-right:0.0625rem solid rgba(var(--color-primary-1),1);border-bottom:0.0625rem solid rgba(var(--color-primary-1),1);top:32.125rem;left:38.3125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#oK8KlCa7ad5hWJ3C29RXni9fACu0UMD8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:16.125rem;left:20.8125rem; }
#nptxzqAeHROFiAMv8uSU0rbLUmZeywqC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:16.125rem;left:40.25rem; }
#Nf5JVsywWq6let1NO85ydQtok6rhPUkx { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:20.1875rem;display:block; }
#Lt5InK5fTwZWELdkGoMpUtDpOEJfGlTW { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.4375rem;left:39.5625rem;display:block; }
#kS0rtC4NcUwtxV4774eGFF9QkBoJT1iZ { color:rgba(var(--color-secondary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15014;line-height:1.1;letter-spacing:0;top:3.75rem;left:22.75rem;height:7.1494375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AdtBor93QnmRFQdU0JtlW1leQsBl7DvG { position:absolute;display:block;z-index:14998;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:8.125rem;width:28.9375rem;top:4.4375rem;left:23.03125rem;overflow:hidden;display:block; }
#fvhCT1grzgtE4PfBbgRohAfzAH4Aq5O9 { position:absolute;display:block;z-index:15015;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.4375rem;width:16.9375rem;top:38.125rem;left:58.0625rem;overflow:hidden;display:block; }
#OiiDxHfIaWTRgpGQJFFHRocnBWWMw1fq { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:21.3125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#UT70hu2loGftViNJo3NmqTZiuDAFTWeN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/477b7277-828c-4e35-b912-615f9905f810/Post1Fixado25.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; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN.adaptive-delivery-prevent-bg, #UT70hu2loGftViNJo3NmqTZiuDAFTWeN.lazyload, #UT70hu2loGftViNJo3NmqTZiuDAFTWeN.lazyloading { background-image: none; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container { background-color: transparent; background-image: none; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container > .video-iframe-container { display: none; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row > .video-iframe-container { display: none; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .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); }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container { border-width: 0; border-radius: 0; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container { font-size:0.875rem;font-family:arial;height:77.4375rem;width:75rem;position:relative;display:block; }#Zntq525k7E8n8DHwLaL3oDCF88mDiFA1 { color:rgba(var(--color-primary-1),1);display:block;width:12.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:59.375rem;left:7rem;height:2.1125rem;display:block; }
#iZvRol9L0yyHF0s5AdoU0Q1s5qcbXtJT { color:rgba(var(--color-primary-1),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:62.125rem;left:7rem;height:2.92448125rem;display:block; }
#TF1zrsQmXU1TtmHvpUoztvELXpATiTb2 { color:rgba(var(--color-tertiary-2),1);display:block;width:19.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:17.375rem;left:7rem;height:2.1125rem;display:block; }
#LJix5sG8GT6IcNOqGcuBFCaDBu7QCuiK { color:rgba(var(--color-tertiary-2),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:20rem;left:7rem;height:3.89930625rem;display:block; }
#GbHG3l8S2kE9ULSrnREWHyD0dWgZcTMV { color:rgba(var(--color-primary-1),1);display:block;width:12.4375rem;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:31.875rem;left:6.8125rem;height:2.1125rem;display:block; }
#AmUf3PaTJ1OhqeGwEWZlJXH0GBRxAdVF { color:rgba(var(--color-primary-1),1);display:block;width:25.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:34.625rem;left:6.8125rem;height:2.92448125rem;display:block; }
#kGIHJir0QCyRRiNhHArcXQDeW35M6VcD { color:rgba(var(--color-primary-1),1);display:block;width:12.4375rem;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:31.875rem;left:39.5rem;height:2.1125rem;display:block; }
#KDmXvV62ZIIG2us7GFzzOiSfnzIRvLHS { color:rgba(var(--color-primary-1),1);display:block;width:24.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:34.625rem;left:39.5rem;height:2.92448125rem;display:block; }
#QvxmJWb6psUNS0SDtxPg1sP8LCOuHJ2p { color:rgba(var(--color-primary-1),1);display:block;width:12.4375rem;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:45.0625rem;left:6.8125rem;height:2.1125rem;display:block; }
#StcZBK6Rrc2QAAfRGGSmS54xAyuW4NUT { color:rgba(var(--color-primary-1),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:48.4375rem;left:6.8125rem;height:2.92448125rem;display:block; }
#KUnV8OtUGBuGM2LEFgTFflfBKhhiFqKm { color:rgba(var(--color-primary-1),1);display:block;width:16.4375rem;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:45.3125rem;left:39.5rem;height:2.1125rem;display:block; }
#KeRLCbcH1TQGLSE4efCz797peFfTVg3s { color:rgba(var(--color-primary-1),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:48.6875rem;left:39.5rem;height:2.92448125rem;display:block; }
#f5OrlPq44VQNrLzUseVzfoBPyAuD6eqS { background-color:#191941;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:66.3125rem;left:7rem;display:block; }
#b0Exg7kdXCepGnGSorCKw8bbRxIIkmRf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f25HvB4qP26igGIoRZtORS7yhi6FT1Hq { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.9375rem;left:6.9375rem;display:block; }
#tIq70TJMLR91KKTsRmK7HtnwluAbr3el { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WXLBFVfzqlIGslZ24Iu38OppMy6GaP0y { background-color:#191941;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:38.8125rem;left:6.8125rem;display:block; }
#nADkctywd6lAOvoWAtD3KCTkpiDgGxVU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AWIGtAaLTiePTNp6q17owQ92QqQCEePo { background-color:#191941;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:38.8125rem;left:39.5rem;display:block; }
#AzsDp7Tei6r0vHaPvFcPnHLsEccT5DEW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c3gT2lZlO8hfQZKdUD9av47pdSFZUT3l { background-color:#191941;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:53.5625rem;left:6.8125rem;display:block; }
#BRponDHTH6M2BUAOLT7IkwGdNVQLMvRB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x0Mi1HgItb6Cf2HsMCAMMEVludLOzivD { background-color:#191941;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:52.875rem;left:39.5rem;display:block; }
#sZ1saHMLApHH0dgEOQxIUUcd8ktRqps0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v8E5aCAA6FhgkKobsz1W81zL2awfoT1J { color:rgba(var(--color-tertiary-2),1);display:block;width:22.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:17.375rem;left:39.25rem;height:2.1125rem;display:block; }
#ylNzPbWaTMiF2GguS4feX7RWeOD5I78y { color:rgba(var(--color-tertiary-2),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:20rem;left:39.25rem;height:3.89930625rem;display:block; }
#DUNAxLrTTkwAr6tXgoDpTaaT1yrB2pFT { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:9.375rem;border-top-right-radius:9.375rem;border-bottom-left-radius:9.375rem;border-bottom-right-radius:9.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:24.875rem;left:39.25rem;display:block; }
#BL7XicTt8Apl7hMliUZDpuwsIIb4930Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VW9vWbdB7xU1WL47P7MsIdK0QE4uvTGD { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14999;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid #191941;border-left:0.0625rem solid #191941;border-right:0.0625rem solid #191941;border-bottom:0.0625rem solid #191941;top:57.8125rem;left:5.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#iw7telHk8kGyaoKkyKVAv4THlaTkaH2K { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14998;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:16.375rem;left:5.6875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#E0PxVGd24fJNmRhvPUQOiMB6zUBtVsV1 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15015;line-height:1;letter-spacing:0;top:2.5rem;left:22.75rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Aq0hTQTd0ntdAaFmNDgpN7SyQMm5hBXU { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:23.75rem;top:8.625rem;left:25.5625rem;overflow:hidden;display:block; }
#iieRctHQOdgfTh5OpaFl4V7GolJDZNE4 { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14997;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid #191941;border-left:0.0625rem solid #191941;border-right:0.0625rem solid #191941;border-bottom:0.0625rem solid #191941;top:30.3125rem;left:5.5625rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#arApv9GOA57ANKWvu1lCBoCbexM9ESK8 { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14996;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid #191941;border-left:0.0625rem solid #191941;border-right:0.0625rem solid #191941;border-bottom:0.0625rem solid #191941;top:30.3125rem;left:38.25rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#uGGF3BAkma0itS3d4WImtXKbrVxCPcWw { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14995;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid #191941;border-left:0.0625rem solid #191941;border-right:0.0625rem solid #191941;border-bottom:0.0625rem solid #191941;top:44.25rem;left:5.75rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Gu0I6bQdhovgoDiHit4greuvhD0mtcw4 { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14994;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid #191941;border-left:0.0625rem solid #191941;border-right:0.0625rem solid #191941;border-bottom:0.0625rem solid #191941;top:44.25rem;left:38.125rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#MfL6efGggWS5tD7SBs3yPKaernhCE2A4 { box-sizing:content-box;height:12.5rem;width:31.125rem;position:absolute;display:block;z-index:14997;background-color:#0c0c21;background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);top:16.375rem;left:38.1875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#v1nbwXUvzSkK4C7nO6ATSTAEX6X90nPU { position:absolute;display:block;z-index:15016;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.6875rem;width:21.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Ib0F5mZHBUcZzkuu3aClOM5iCGSMilMf { position:absolute;display:block;z-index:15017;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:21.6875rem;width:28.8125rem;top:55.6875rem;left:39.5rem;overflow:hidden;display:block; }
#W3hlJCJHKZT2zNcou0knqDWpPtiBTfhx { color:rgba(var(--color-tertiary-2),1);display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:10.40576171875rem;left:25.59375rem;height:2.1125rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f5f5;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; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container { background-color: transparent; background-image: none; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container > .video-iframe-container { display: none; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row > .video-iframe-container { display: none; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .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); }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container { border-width: 0; border-radius: 0; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container { font-size:0.875rem;font-family:arial;height:46.5625rem;width:75rem;position:relative;display:block; }#LTUisSQ6ul0oHXWVBo6TPST5o2J6ZNE3 { color:rgba(var(--color-secondary-2),1);display:block;width:37.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:2.75rem;left:7.53125rem;height:7.1494375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ElFiM38kJb3kIRpxLVtWRVkIJNc70s2f { position:absolute;display:block;z-index:14999;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:6.5625rem;width:23.625rem;top:4.375rem;left:4.78125rem;overflow:hidden;display:block; }
#TQuAug9zQDxdueFZiTGXBKDgo1vTRZ20 { position:absolute;display:block;z-index:15017;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:27.75rem;width:49.4375rem;top:14.15625rem;left:12.78125rem;display:block; }
#P6kTKXs4Ceu4UfiGHEDVH4T4hLNv9TAE { position:absolute;display:block;z-index:15018;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:11.75rem;width:9.375rem;top:34.8125rem;left:0.96875rem;overflow:hidden;display:block; }
#FloatVQVRb1wHowcrHE88rsw5h484V8l { position:absolute;display:block;z-index:15019;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.1875rem;width:12.5rem;top:0rem;left:56.625rem;overflow:hidden;display:block; }
#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/4f3d0a61-05ee-4199-9ce5-34a15c115b63/OLDCASTLEPRIMEIROSPOSTS1.png");background-position:center !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; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a.adaptive-delivery-prevent-bg, #HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a.lazyload, #HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a.lazyloading { background-image: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container { background-color: transparent; background-image: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container > .video-iframe-container { display: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row > .video-iframe-container { display: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .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); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container { border-width: 0; border-radius: 0; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container { font-size:0.875rem;font-family:arial;height:43.875rem;width:75rem;position:relative;display:block; }#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-form-header {  }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:26rem;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;overflow:hidden;line-height:1.2; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-text { 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:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:26rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-textarea { 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:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);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:26rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .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:rgba(var(--color-primary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-tertiary-1),1);border-right:0.0625rem solid rgba(var(--color-tertiary-1),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-1),1);border-left:0.0625rem solid rgba(var(--color-tertiary-1),1);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:26rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.75rem;overflow:hidden;box-shadow: none; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .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; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-button { border-top-left-radius:5.1875rem;border-top-right-radius:5.1875rem;border-bottom-left-radius:5.1875rem;border-bottom-right-radius:5.1875rem;background-color:rgba(var(--color-secondary-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-right:0;border-bottom:0;border-left: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;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:26rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-1),1);font-family:var(--paragraphs-font-family);font-size:0.75rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .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; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-container:first-of-type{padding-top:0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-container:last-of-type{padding-bottom:0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI  { background-color:rgba(var(--color-primary-3),0.79);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);z-index:15000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:9.24739074707rem;left:6.5rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);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; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI {display:block;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI { background-color:rgba(var(--color-primary-3),0.79);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26rem;height:auto;border-top:0.0625rem solid rgba(var(--color-secondary-1),1);border-left:0.0625rem solid rgba(var(--color-secondary-1),1);border-right:0.0625rem solid rgba(var(--color-secondary-1),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-1),1);z-index:15000;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;position:absolute;top:9.24739074707rem;left:6.5rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #sn8wke2G1R9lsMK9s8dGczEg2qSa5e3D { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #iHOdsx88wyzUvshDvL17SfuHba75xbhh { position:relative;display:block; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #p0CEZm4yzrTNC9NfxrAMbx7m9SCM0OTo { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #slqa3z9551TdoSo1iTfc4u75JBx3im8P { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #xhfWkNPHWiHcda68BgZxdTB774PJUEhB { position:relative;display:block; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #BsR1sZkKNQnCCIrivf94Ck0MH6yur1Zo { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #ciKL9bIkUXdKq9NX0yooefk2ATkkCT9e { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #g9tZrhflbmJNKDnuLn7MFkyy8ZbyLinR { position:relative;display:block; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #Xn01MWd7JAZ3XEWsfDK8XeXLa8TgW0Mn { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #FTkeTWEFSAGo4PP6g3OU94THxEOfEaa4 { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #DsDKvZtwZfbUAh3f1VXLeLo4FfOWS3G3 { position:relative;display:block; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #CQpr9oTZzuVnmT6gmzcX4E4rB0BDXqgo { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #F5g3spdv6ha96yCaVQMlh46eUWESb3VK { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #yxAhuE25dtCszrsH79NKnI1KnS1JnNzV { position:relative;display:block; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #Q6Q7o7S1XJV2H1uMns4UKtG7Mun9tGW2 { position:relative; }
#fAzXSEVR6K1bLddOykXyfA4MSVWrMgG2 { position:relative;display:block; }
#T42CoHctVPCIsnhqggyBCAAGskNgerTd { position:relative;display:block; }
#EdDcpSMEGgUsdUpGuydZLnEs48DUJXvX { position:relative;display:block; }
#sksStN2qX8Vy7h39B0QrVXdAk2BFqTuX { position:relative;display:block; }
#dcnptuOK8DJTMKkdnB8EM1kOOKE454rF { position:relative;display:block; }
#UzIPPvtvocB1Z4Cv3GtggJayJSO42Rni { position:relative;display:block; }
#uf1fwgUzhszboCME98lQSc8VqLqs8nvC { position:relative;display:block; }
#CzZLapQTFSz0n5EzF4T89wbp2tZhefZu { position:relative;display:block; }
#rzdrTNFGpswatAiSrxLyp7zqUWbH31eS { position:relative;display:block; }
#hOt2SK7vqz1ARwMt12Rb3U8NPO5fv9Tc { position:relative;display:block; }
#Z5185wpPKBRWcDr0nofpkCqRbpwxn88b { position:relative;display:block; }
#gi1IOHTZbpNxM5tBoQU5hnIIofnwVVC9 { position:relative;display:block; }
#Has1VhdCiGceoqTefkTgsnhllvvTICAT { position:relative;display:block; }
#iITC58dTAgTi21aEmVCTffb1J3nJFnDz { position:relative;display:block; }
#zRELNSpSBJvw4uDfI1ufCHSmOOZXvWbJ { position:relative;display:block; }
#eA7MgkLDQmULWyd9gXRcP6hzFdJFXaPu { position:relative;display:block; }
#xC1FnXbQXM4BTMidR4oTTVHNUaJ30gcy { position:relative;display:block; }
#IQVLQdiXNiQuv1FwzP7QQ45EHks71kJ2 { position:relative;display:block; }
#ulQvbiE6VTyDJJGql5bQKFJOTB6CQTIh { position:relative;display:block; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #ebHxJQnJcPKuTtcXukN43u0S710eaxqv { position:relative; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #V6R3lBv5Ip7KZC9N1qP7pa99n7TVE3O7 { position:relative; }
#Cfc6A6QhybKlJRQA7kavdKER6dQL3kW9 { color:rgba(var(--color-tertiary-2),1);display:block;width:29.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.9375rem;font-weight:300;z-index:15016;line-height:1;letter-spacing:0;top:4.375rem;left:6.25rem;height:5.8125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container { background-color: transparent; background-image: none; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container > .video-iframe-container { display: none; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row > .video-iframe-container { display: none; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .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); }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container { border-width: 0; border-radius: 0; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container { font-size:0.875rem;font-family:arial;height:9.8125rem;width:75rem;position:relative;display:block; }#taAW4Vz67iPorciUNmHvcdzBFclnqKEa { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5625rem;left:59.6875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#MxZJ7Cv4WizVE8UrNVLehAgqsICp7l3X { color:rgba(var(--color-primary-1),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5rem;left:59.75rem;height:0.8125rem;text-align:right;text-align-last:right;display:block; }
#fCxEM2nulm166VeaUFWL86Lul7qvHVir { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:9.4375rem;top:3.5625rem;left:1.46875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF { display:block; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQf2Ef216D4Z4MRUcTM9wog32c36BEy5 { width:16.0625rem;height:2.4375rem;top:1.875rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxmQoWlqh3CoaTzVnDUF80OUC8hNfl7c { display:block; }
 }@media only screen and (max-width: 763px) { #WPk9IeiTxhT5TdOdf7P70HCwehiEsihk { width:9.4375rem;height:2.6875rem;top:1.75rem;left:0rem;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) { #CNoM2zHB35AAmli6akD2OKLzUfnlX2T8 { width:38.75rem;height:17.1875rem;top:12.4375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5XHla9EJ9IndxfUy1wuP1MVtMsystJe { width:22.125rem;height:2.875rem;top:30.3125rem;left:0rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTC8AdB3LItzyEnXru9L4NRNPQ0JpyT { width:19.9375rem;height:4.8125rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6pKuRNzTCeF52Tzyhf5zDemMJqrfoA { width:18.875rem;height:2.9375rem;top:34.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDMkl3mxUGIsvraGEeTNh84pEDTxqtCK { display:block; }
 }@media only screen and (max-width: 763px) { #mBHifuOid9FKmZbpyQMBm68NOXP0BuKz { display:block; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX2br2SxQC2eEfyverSoyrCZyrR6stb8 { width:10.8125rem;height:3.875rem;top:22.5rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOyWQmvubsWZd4r5vomiUiyGhXQNg1N { width:14.875rem;height:2.875rem;top:26.9375rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyqIdna7yhRulViKkF5WfHH9xiqy7sTx { width:10.8125rem;height:3.875rem;top:22.5rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZytxVTQrhRE7hGve6XmTD7h7hamA4BZE { width:14.875rem;height:2.875rem;top:26.9375rem;left:25.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahOBAioeb74RkRIlGUdHcmVNnVuTqy8 { width:11.8125rem;height:2.6875rem;top:34.375rem;left:6.5625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEsq87zSlp7sOeT5nreCnkh95H3vKNOD { width:14.875rem;height:3.875rem;top:43.5rem;left:6.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwwkiURJts3XXR5QppQhuXpBm8bUr888 { width:11.8125rem;height:3.875rem;top:38.375rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSVv3uoLbG2iMhKI5TM0yzTWsJyQqBW { width:15.0625rem;height:5.8125rem;top:34.5625rem;left:25.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvTiKy4IwDnTHR809K6haVhlQ1ufhWx { width:14.875rem;height:5.8125rem;top:41.5625rem;left:25.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9x6qTgOZBN2se6OBLixAsgse70qbK1 { width:17.75rem;height:16.3125rem;top:14.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrxFoVNMnGxt0dTgycTmMLRRaxvaSSEU { width:17.75rem;height:16.3125rem;top:32.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx7Q4MxPEgDntFrtkyZBOGHaw5RZspbX { width:17.75rem;height:16.3125rem;top:14.625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0RQlwq0sSpdMiuTai2fFPzlZp7nTuh { width:17.75rem;height:16.3125rem;top:32.125rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK8KlCa7ad5hWJ3C29RXni9fACu0UMD8 { width:1.6875rem;height:1.6875rem;top:16.125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nptxzqAeHROFiAMv8uSU0rbLUmZeywqC { width:1.6875rem;height:1.6875rem;top:16.125rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nf5JVsywWq6let1NO85ydQtok6rhPUkx { width:3rem;height:3rem;top:15.4375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt5InK5fTwZWELdkGoMpUtDpOEJfGlTW { width:3rem;height:3rem;top:15.4375rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS0rtC4NcUwtxV4774eGFF9QkBoJT1iZ { width:29.5rem;height:7.125rem;top:3.75rem;left:9.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdtBor93QnmRFQdU0JtlW1leQsBl7DvG { width:28.9375rem;height:8.125rem;top:4.4375rem;left:9.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvhCT1grzgtE4PfBbgRohAfzAH4Aq5O9 { width:16.9375rem;height:13.4375rem;top:38.125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiiDxHfIaWTRgpGQJFFHRocnBWWMw1fq { width:21.3125rem;height:15.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT70hu2loGftViNJo3NmqTZiuDAFTWeN { display:block; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zntq525k7E8n8DHwLaL3oDCF88mDiFA1 { width:12.4375rem;height:2.0625rem;top:59.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvRol9L0yyHF0s5AdoU0Q1s5qcbXtJT { width:26.8125rem;height:2.875rem;top:62.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1zrsQmXU1TtmHvpUoztvELXpATiTb2 { width:19.625rem;height:2.0625rem;top:17.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJix5sG8GT6IcNOqGcuBFCaDBu7QCuiK { width:24.0625rem;height:3.875rem;top:20rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbHG3l8S2kE9ULSrnREWHyD0dWgZcTMV { width:12.4375rem;height:2.0625rem;top:31.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUf3PaTJ1OhqeGwEWZlJXH0GBRxAdVF { width:25.25rem;height:2.875rem;top:34.625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGIHJir0QCyRRiNhHArcXQDeW35M6VcD { width:12.4375rem;height:2.0625rem;top:31.875rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmXvV62ZIIG2us7GFzzOiSfnzIRvLHS { width:24.875rem;height:2.875rem;top:34.625rem;left:22.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvxmJWb6psUNS0SDtxPg1sP8LCOuHJ2p { width:12.4375rem;height:2.0625rem;top:45.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StcZBK6Rrc2QAAfRGGSmS54xAyuW4NUT { width:27.875rem;height:3.875rem;top:48.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUnV8OtUGBuGM2LEFgTFflfBKhhiFqKm { width:16.4375rem;height:2.0625rem;top:45.3125rem;left:25.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRLCbcH1TQGLSE4efCz797peFfTVg3s { width:28.5625rem;height:2.875rem;top:48.6875rem;left:19.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5OrlPq44VQNrLzUseVzfoBPyAuD6eqS { width:15.625rem;height:2.5625rem;top:66.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Exg7kdXCepGnGSorCKw8bbRxIIkmRf { display:block; }
 }@media only screen and (max-width: 763px) { #f25HvB4qP26igGIoRZtORS7yhi6FT1Hq { width:15.625rem;height:2.5625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIq70TJMLR91KKTsRmK7HtnwluAbr3el { display:block; }
 }@media only screen and (max-width: 763px) { #WXLBFVfzqlIGslZ24Iu38OppMy6GaP0y { width:15.625rem;height:2.5625rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nADkctywd6lAOvoWAtD3KCTkpiDgGxVU { display:block; }
 }@media only screen and (max-width: 763px) { #AWIGtAaLTiePTNp6q17owQ92QqQCEePo { width:15.625rem;height:2.5625rem;top:38.8125rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzsDp7Tei6r0vHaPvFcPnHLsEccT5DEW { display:block; }
 }@media only screen and (max-width: 763px) { #c3gT2lZlO8hfQZKdUD9av47pdSFZUT3l { width:15.625rem;height:2.5625rem;top:53.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRponDHTH6M2BUAOLT7IkwGdNVQLMvRB { display:block; }
 }@media only screen and (max-width: 763px) { #x0Mi1HgItb6Cf2HsMCAMMEVludLOzivD { width:15.625rem;height:2.5625rem;top:52.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1saHMLApHH0dgEOQxIUUcd8ktRqps0 { display:block; }
 }@media only screen and (max-width: 763px) { #v8E5aCAA6FhgkKobsz1W81zL2awfoT1J { width:22.25rem;height:2.0625rem;top:17.375rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNzPbWaTMiF2GguS4feX7RWeOD5I78y { width:27.4375rem;height:3.875rem;top:20rem;left:20.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUNAxLrTTkwAr6tXgoDpTaaT1yrB2pFT { width:15.625rem;height:2.5625rem;top:24.875rem;left:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7XicTt8Apl7hMliUZDpuwsIIb4930Q { display:block; }
 }@media only screen and (max-width: 763px) { #VW9vWbdB7xU1WL47P7MsIdK0QE4uvTGD { width:31.125rem;height:12.5rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7telHk8kGyaoKkyKVAv4THlaTkaH2K { width:31.125rem;height:12.5rem;top:16.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0PxVGd24fJNmRhvPUQOiMB6zUBtVsV1 { width:29.5rem;height:6.5rem;top:2.5rem;left:9.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Aq0hTQTd0ntdAaFmNDgpN7SyQMm5hBXU { width:23.75rem;height:5.375rem;top:8.625rem;left:11.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iieRctHQOdgfTh5OpaFl4V7GolJDZNE4 { width:31.125rem;height:12.5rem;top:30.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arApv9GOA57ANKWvu1lCBoCbexM9ESK8 { width:31.125rem;height:12.5rem;top:30.3125rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGF3BAkma0itS3d4WImtXKbrVxCPcWw { width:31.125rem;height:12.5rem;top:44.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu0I6bQdhovgoDiHit4greuvhD0mtcw4 { width:31.125rem;height:12.5rem;top:44.25rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfL6efGggWS5tD7SBs3yPKaernhCE2A4 { width:31.125rem;height:12.5rem;top:16.375rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1nbwXUvzSkK4C7nO6ATSTAEX6X90nPU { width:21.25rem;height:13.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0F5mZHBUcZzkuu3aClOM5iCGSMilMf { width:28.8125rem;height:21.6875rem;top:55.6875rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hlJCJHKZT2zNcou0knqDWpPtiBTfhx { width:23.8125rem;height:2.0625rem;top:10.375rem;left:11.96875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo { display:block; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTUisSQ6ul0oHXWVBo6TPST5o2J6ZNE3 { width:37.5625rem;height:7.125rem;top:2.75rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElFiM38kJb3kIRpxLVtWRVkIJNc70s2f { width:23.625rem;height:6.5625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQuAug9zQDxdueFZiTGXBKDgo1vTRZ20 { width:47.75rem;height:26.802781289507rem;top:14.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kTKXs4Ceu4UfiGHEDVH4T4hLNv9TAE { width:9.375rem;height:11.75rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FloatVQVRb1wHowcrHE88rsw5h484V8l { width:12.5rem;height:13.1875rem;top:0rem;left:32.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a { display:block; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-regular-label { width:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-text { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-textarea { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-select { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-button { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-checkbox-label { width:24.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI  { width:26rem;height:auto;top:9.1875rem;left:0rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .radio-container { width:26rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI {display:block;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI { width:26rem;height:auto;top:9.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #sn8wke2G1R9lsMK9s8dGczEg2qSa5e3D {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #iHOdsx88wyzUvshDvL17SfuHba75xbhh {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #p0CEZm4yzrTNC9NfxrAMbx7m9SCM0OTo {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #slqa3z9551TdoSo1iTfc4u75JBx3im8P {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #xhfWkNPHWiHcda68BgZxdTB774PJUEhB {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #BsR1sZkKNQnCCIrivf94Ck0MH6yur1Zo {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #ciKL9bIkUXdKq9NX0yooefk2ATkkCT9e {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #g9tZrhflbmJNKDnuLn7MFkyy8ZbyLinR {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #Xn01MWd7JAZ3XEWsfDK8XeXLa8TgW0Mn {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #FTkeTWEFSAGo4PP6g3OU94THxEOfEaa4 {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #DsDKvZtwZfbUAh3f1VXLeLo4FfOWS3G3 {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #CQpr9oTZzuVnmT6gmzcX4E4rB0BDXqgo {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #F5g3spdv6ha96yCaVQMlh46eUWESb3VK {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #yxAhuE25dtCszrsH79NKnI1KnS1JnNzV {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #Q6Q7o7S1XJV2H1uMns4UKtG7Mun9tGW2 {  }
 }@media only screen and (max-width: 763px) { #fAzXSEVR6K1bLddOykXyfA4MSVWrMgG2 { display:block; }
 }@media only screen and (max-width: 763px) { #T42CoHctVPCIsnhqggyBCAAGskNgerTd { display:block; }
 }@media only screen and (max-width: 763px) { #EdDcpSMEGgUsdUpGuydZLnEs48DUJXvX { display:block; }
 }@media only screen and (max-width: 763px) { #sksStN2qX8Vy7h39B0QrVXdAk2BFqTuX { display:block; }
 }@media only screen and (max-width: 763px) { #dcnptuOK8DJTMKkdnB8EM1kOOKE454rF { display:block; }
 }@media only screen and (max-width: 763px) { #UzIPPvtvocB1Z4Cv3GtggJayJSO42Rni { display:block; }
 }@media only screen and (max-width: 763px) { #uf1fwgUzhszboCME98lQSc8VqLqs8nvC { display:block; }
 }@media only screen and (max-width: 763px) { #CzZLapQTFSz0n5EzF4T89wbp2tZhefZu { display:block; }
 }@media only screen and (max-width: 763px) { #rzdrTNFGpswatAiSrxLyp7zqUWbH31eS { display:block; }
 }@media only screen and (max-width: 763px) { #hOt2SK7vqz1ARwMt12Rb3U8NPO5fv9Tc { display:block; }
 }@media only screen and (max-width: 763px) { #Z5185wpPKBRWcDr0nofpkCqRbpwxn88b { display:block; }
 }@media only screen and (max-width: 763px) { #gi1IOHTZbpNxM5tBoQU5hnIIofnwVVC9 { display:block; }
 }@media only screen and (max-width: 763px) { #Has1VhdCiGceoqTefkTgsnhllvvTICAT { display:block; }
 }@media only screen and (max-width: 763px) { #iITC58dTAgTi21aEmVCTffb1J3nJFnDz { display:block; }
 }@media only screen and (max-width: 763px) { #zRELNSpSBJvw4uDfI1ufCHSmOOZXvWbJ { display:block; }
 }@media only screen and (max-width: 763px) { #eA7MgkLDQmULWyd9gXRcP6hzFdJFXaPu { display:block; }
 }@media only screen and (max-width: 763px) { #xC1FnXbQXM4BTMidR4oTTVHNUaJ30gcy { display:block; }
 }@media only screen and (max-width: 763px) { #IQVLQdiXNiQuv1FwzP7QQ45EHks71kJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #ulQvbiE6VTyDJJGql5bQKFJOTB6CQTIh { display:block; }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #ebHxJQnJcPKuTtcXukN43u0S710eaxqv {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #V6R3lBv5Ip7KZC9N1qP7pa99n7TVE3O7 {  }
 }@media only screen and (max-width: 763px) { #Cfc6A6QhybKlJRQA7kavdKER6dQL3kW9 { width:29.0625rem;height:3.875rem;top:4.375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I { display:block; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taAW4Vz67iPorciUNmHvcdzBFclnqKEa { width:12.5rem;height:1.625rem;top:3.5625rem;left:35.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxZJ7Cv4WizVE8UrNVLehAgqsICp7l3X { width:12.5rem;height:0.8125rem;top:5.5rem;left:35.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCxEM2nulm166VeaUFWL86Lul7qvHVir { width:9.4375rem;height:2.6875rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF { position:relative;z-index:auto;display:block; }#ytPDXEJzxUkz8AmF7eptmw02IGZfoKWF > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQf2Ef216D4Z4MRUcTM9wog32c36BEy5 { width:16.0625rem;height:2.4375rem;top:4.875rem;left:1.96875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxmQoWlqh3CoaTzVnDUF80OUC8hNfl7c { display:block; }
 }@media only screen and (max-width: 763px) { #WPk9IeiTxhT5TdOdf7P70HCwehiEsihk { width:9.4375rem;height:2.6875rem;top:8.5625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/17ed0ab3-900a-479c-b658-74d9e7dade84/BANNERLandingi.png");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:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CNoM2zHB35AAmli6akD2OKLzUfnlX2T8 { width:13.4375rem;height:5.9985375rem;top:1.8125rem;left:0.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5XHla9EJ9IndxfUy1wuP1MVtMsystJe { width:13.25rem;height:2.923825rem;top:8.5625rem;left:0.90625rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRTC8AdB3LItzyEnXru9L4NRNPQ0JpyT { width:9.75rem;height:2.3125rem;top:4.75rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tt6pKuRNzTCeF52Tzyhf5zDemMJqrfoA { width:11.4375rem;height:2.125rem;top:12.4375rem;left:0.8125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDMkl3mxUGIsvraGEeTNh84pEDTxqtCK { display:block; }
 }@media only screen and (max-width: 763px) { #mBHifuOid9FKmZbpyQMBm68NOXP0BuKz { display:block; }#mBHifuOid9FKmZbpyQMBm68NOXP0BuKz > .row .container { width:20rem;height:75.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dX2br2SxQC2eEfyverSoyrCZyrR6stb8 { width:6.5625rem;height:2.3994125rem;top:16.0185546875rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQOyWQmvubsWZd4r5vomiUiyGhXQNg1N { width:12.375rem;height:3.57421875rem;top:19.125rem;left:3.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IyqIdna7yhRulViKkF5WfHH9xiqy7sTx { width:10.8125rem;height:1.19970625rem;top:31.681640625rem;left:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZytxVTQrhRE7hGve6XmTD7h7hamA4BZE { width:10.9375rem;height:3.57421875rem;top:33.8125rem;left:4rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JahOBAioeb74RkRIlGUdHcmVNnVuTqy8 { width:9.9375rem;height:2.25rem;top:43rem;left:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEsq87zSlp7sOeT5nreCnkh95H3vKNOD { width:11.5625rem;height:4.467775rem;top:49rem;left:4.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwwkiURJts3XXR5QppQhuXpBm8bUr888 { width:7.3125rem;height:2.3994125rem;top:46rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgSVv3uoLbG2iMhKI5TM0yzTWsJyQqBW { width:11.625rem;height:2.3994125rem;top:58.25rem;left:4.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwvTiKy4IwDnTHR809K6haVhlQ1ufhWx { width:11.875rem;height:6.254875rem;top:61.375rem;left:4.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fa9x6qTgOZBN2se6OBLixAsgse70qbK1 { width:14.3125rem;height:13.8125rem;top:10.25rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrxFoVNMnGxt0dTgycTmMLRRaxvaSSEU { width:14.3125rem;height:13.8125rem;top:40.625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lx7Q4MxPEgDntFrtkyZBOGHaw5RZspbX { width:14.3125rem;height:13.8125rem;top:25.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AL0RQlwq0sSpdMiuTai2fFPzlZp7nTuh { width:14.3125rem;height:13.8125rem;top:56.07666015625rem;left:2.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oK8KlCa7ad5hWJ3C29RXni9fACu0UMD8 { display:flex;width:1.6875rem;height:1.6875rem;top:12.40625rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #nptxzqAeHROFiAMv8uSU0rbLUmZeywqC { display:flex;width:1.6875rem;height:1.6875rem;top:27.46875rem;left:4.6875rem; }
 }@media only screen and (max-width: 763px) { #Nf5JVsywWq6let1NO85ydQtok6rhPUkx { width:3rem;height:3rem;top:11.75rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lt5InK5fTwZWELdkGoMpUtDpOEJfGlTW { width:3rem;height:3rem;top:26.8125rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS0rtC4NcUwtxV4774eGFF9QkBoJT1iZ { width:14rem;height:3.57421875rem;top:5rem;left:2.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AdtBor93QnmRFQdU0JtlW1leQsBl7DvG { width:14.6875rem;height:3.8125rem;top:5.5625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvhCT1grzgtE4PfBbgRohAfzAH4Aq5O9 { width:8.1875rem;height:6.4375rem;top:68.75rem;left:11.181818181818rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiiDxHfIaWTRgpGQJFFHRocnBWWMw1fq { width:6.875rem;height:5rem;top:0rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #UT70hu2loGftViNJo3NmqTZiuDAFTWeN { display:block; }#UT70hu2loGftViNJo3NmqTZiuDAFTWeN > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zntq525k7E8n8DHwLaL3oDCF88mDiFA1 { width:7.3125rem;height:1.29980625rem;top:12.75rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZvRol9L0yyHF0s5AdoU0Q1s5qcbXtJT { width:16.625rem;height:3.25rem;top:14.6875rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF1zrsQmXU1TtmHvpUoztvELXpATiTb2 { width:14.625rem;height:1.29980625rem;top:26.8125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJix5sG8GT6IcNOqGcuBFCaDBu7QCuiK { width:16.8125rem;height:4.0625rem;top:28.75rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbHG3l8S2kE9ULSrnREWHyD0dWgZcTMV { width:12.4375rem;height:1.29980625rem;top:40.5rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmUf3PaTJ1OhqeGwEWZlJXH0GBRxAdVF { width:16.625rem;height:3.25rem;top:42.4375rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGIHJir0QCyRRiNhHArcXQDeW35M6VcD { width:12.4375rem;height:1.29980625rem;top:54.375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDmXvV62ZIIG2us7GFzzOiSfnzIRvLHS { width:17.3125rem;height:3.25rem;top:56.3125rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvxmJWb6psUNS0SDtxPg1sP8LCOuHJ2p { width:12.4375rem;height:1.29980625rem;top:67.5rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #StcZBK6Rrc2QAAfRGGSmS54xAyuW4NUT { width:16.8125rem;height:4.0625rem;top:69.4375rem;left:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUnV8OtUGBuGM2LEFgTFflfBKhhiFqKm { width:16.4375rem;height:1.29980625rem;top:81.625rem;left:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeRLCbcH1TQGLSE4efCz797peFfTVg3s { width:16.6875rem;height:4.0625rem;top:83.5625rem;left:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5OrlPq44VQNrLzUseVzfoBPyAuD6eqS { width:15.625rem;height:2.5625rem;top:19.1875rem;left:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0Exg7kdXCepGnGSorCKw8bbRxIIkmRf { display:block; }
 }@media only screen and (max-width: 763px) { #f25HvB4qP26igGIoRZtORS7yhi6FT1Hq { width:15.625rem;height:2.5625rem;top:33.25rem;left:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIq70TJMLR91KKTsRmK7HtnwluAbr3el { display:block; }
 }@media only screen and (max-width: 763px) { #WXLBFVfzqlIGslZ24Iu38OppMy6GaP0y { width:15.625rem;height:2.5625rem;top:46.9375rem;left:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nADkctywd6lAOvoWAtD3KCTkpiDgGxVU { display:block; }
 }@media only screen and (max-width: 763px) { #AWIGtAaLTiePTNp6q17owQ92QqQCEePo { width:15.625rem;height:2.5625rem;top:60.8125rem;left:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzsDp7Tei6r0vHaPvFcPnHLsEccT5DEW { display:block; }
 }@media only screen and (max-width: 763px) { #c3gT2lZlO8hfQZKdUD9av47pdSFZUT3l { width:15.625rem;height:2.5625rem;top:74.75rem;left:1.125rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRponDHTH6M2BUAOLT7IkwGdNVQLMvRB { display:block; }
 }@media only screen and (max-width: 763px) { #x0Mi1HgItb6Cf2HsMCAMMEVludLOzivD { width:15.625rem;height:2.5625rem;top:88.875rem;left:1.375rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sZ1saHMLApHH0dgEOQxIUUcd8ktRqps0 { display:block; }
 }@media only screen and (max-width: 763px) { #v8E5aCAA6FhgkKobsz1W81zL2awfoT1J { width:16.4375rem;height:1.29980625rem;top:96rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylNzPbWaTMiF2GguS4feX7RWeOD5I78y { width:16.625rem;height:4.0625rem;top:97.9375rem;left:1.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUNAxLrTTkwAr6tXgoDpTaaT1yrB2pFT { width:15.625rem;height:2.5625rem;top:102.4375rem;left:1.1875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BL7XicTt8Apl7hMliUZDpuwsIIb4930Q { display:block; }
 }@media only screen and (max-width: 763px) { #VW9vWbdB7xU1WL47P7MsIdK0QE4uvTGD { width:19.875rem;height:12.5rem;top:11.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7telHk8kGyaoKkyKVAv4THlaTkaH2K { width:19.875rem;height:12.5rem;top:25.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0PxVGd24fJNmRhvPUQOiMB6zUBtVsV1 { width:11.75rem;height:3.25rem;top:5.5rem;left:4.125rem;font-size:1.625rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Aq0hTQTd0ntdAaFmNDgpN7SyQMm5hBXU { width:11.125rem;height:2.5625rem;top:8.5185546875rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iieRctHQOdgfTh5OpaFl4V7GolJDZNE4 { width:19.875rem;height:12.5rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #arApv9GOA57ANKWvu1lCBoCbexM9ESK8 { width:19.875rem;height:12.5rem;top:52.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGF3BAkma0itS3d4WImtXKbrVxCPcWw { width:19.875rem;height:12.5rem;top:66.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gu0I6bQdhovgoDiHit4greuvhD0mtcw4 { width:19.875rem;height:12.5rem;top:80.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MfL6efGggWS5tD7SBs3yPKaernhCE2A4 { width:19.875rem;height:12.5rem;top:94.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1nbwXUvzSkK4C7nO6ATSTAEX6X90nPU { width:8.5625rem;height:5.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ib0F5mZHBUcZzkuu3aClOM5iCGSMilMf { width:12.8125rem;height:9.625rem;top:105rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hlJCJHKZT2zNcou0knqDWpPtiBTfhx { width:20rem;height:0.9746125rem;top:9.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo { display:block; }#InvaXQ8pUV0bTaRCfC8u9X3yWXr6Mcwo > .row .container { width:20rem;height:23.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTUisSQ6ul0oHXWVBo6TPST5o2J6ZNE3 { width:17.3125rem;height:3.29980625rem;top:1.8671875rem;left:1.34375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElFiM38kJb3kIRpxLVtWRVkIJNc70s2f { width:11.0625rem;height:3rem;top:2.2294921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQuAug9zQDxdueFZiTGXBKDgo1vTRZ20 { height:11.15613147914rem;width:19.875rem;top:7.10498046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6kTKXs4Ceu4UfiGHEDVH4T4hLNv9TAE { width:3.8125rem;height:4.8125rem;top:18.38525390625rem;left:1.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FloatVQVRb1wHowcrHE88rsw5h484V8l { width:2.1875rem;height:2.3125rem;top:4.2939453125rem;left:16.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a { background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/4f3d0a61-05ee-4199-9ce5-34a15c115b63/OLDCASTLEPRIMEIROSPOSTS1.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;display:block; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a.adaptive-delivery-prevent-bg, #HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a.lazyload, #HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a.lazyloading { background-image: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container { background-color: transparent; background-image: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container > .video-iframe-container { display: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row > .video-iframe-container { display: none; }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .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); }#HwNFnuCZmSRPDBa96BoaKhDIQWGD7b2a > .row .container { width:20rem;height:35.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-regular-label { width:17.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-text { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.0625rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-text {padding-top: 0; padding-bottom: 0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-textarea { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-select { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-select {padding-top: 0; padding-bottom: 0;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-input-button { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.625rem;overflow:hidden;line-height:1.2;height:2.0625rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .widget-checkbox-label { width:16rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI  { width:17.375rem;height:auto;top:7.06298828125rem;left:0rem; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI .radio-container { width:17.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI {display:block;}#fazcae1CMEwZPTvOJBSvtwupKlCtC5AI { width:17.375rem;height:auto;top:7.06298828125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #sn8wke2G1R9lsMK9s8dGczEg2qSa5e3D {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #iHOdsx88wyzUvshDvL17SfuHba75xbhh {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #p0CEZm4yzrTNC9NfxrAMbx7m9SCM0OTo {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #slqa3z9551TdoSo1iTfc4u75JBx3im8P {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #xhfWkNPHWiHcda68BgZxdTB774PJUEhB {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #BsR1sZkKNQnCCIrivf94Ck0MH6yur1Zo {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #ciKL9bIkUXdKq9NX0yooefk2ATkkCT9e {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #g9tZrhflbmJNKDnuLn7MFkyy8ZbyLinR {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #Xn01MWd7JAZ3XEWsfDK8XeXLa8TgW0Mn {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #FTkeTWEFSAGo4PP6g3OU94THxEOfEaa4 {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #DsDKvZtwZfbUAh3f1VXLeLo4FfOWS3G3 {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #CQpr9oTZzuVnmT6gmzcX4E4rB0BDXqgo {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #F5g3spdv6ha96yCaVQMlh46eUWESb3VK {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #yxAhuE25dtCszrsH79NKnI1KnS1JnNzV {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #Q6Q7o7S1XJV2H1uMns4UKtG7Mun9tGW2 {  }
 }@media only screen and (max-width: 763px) { #fAzXSEVR6K1bLddOykXyfA4MSVWrMgG2 { display:block; }
 }@media only screen and (max-width: 763px) { #T42CoHctVPCIsnhqggyBCAAGskNgerTd { display:block; }
 }@media only screen and (max-width: 763px) { #EdDcpSMEGgUsdUpGuydZLnEs48DUJXvX { display:block; }
 }@media only screen and (max-width: 763px) { #sksStN2qX8Vy7h39B0QrVXdAk2BFqTuX { display:block; }
 }@media only screen and (max-width: 763px) { #dcnptuOK8DJTMKkdnB8EM1kOOKE454rF { display:block; }
 }@media only screen and (max-width: 763px) { #UzIPPvtvocB1Z4Cv3GtggJayJSO42Rni { display:block; }
 }@media only screen and (max-width: 763px) { #uf1fwgUzhszboCME98lQSc8VqLqs8nvC { display:block; }
 }@media only screen and (max-width: 763px) { #CzZLapQTFSz0n5EzF4T89wbp2tZhefZu { display:block; }
 }@media only screen and (max-width: 763px) { #rzdrTNFGpswatAiSrxLyp7zqUWbH31eS { display:block; }
 }@media only screen and (max-width: 763px) { #hOt2SK7vqz1ARwMt12Rb3U8NPO5fv9Tc { display:block; }
 }@media only screen and (max-width: 763px) { #Z5185wpPKBRWcDr0nofpkCqRbpwxn88b { display:block; }
 }@media only screen and (max-width: 763px) { #gi1IOHTZbpNxM5tBoQU5hnIIofnwVVC9 { display:block; }
 }@media only screen and (max-width: 763px) { #Has1VhdCiGceoqTefkTgsnhllvvTICAT { display:block; }
 }@media only screen and (max-width: 763px) { #iITC58dTAgTi21aEmVCTffb1J3nJFnDz { display:block; }
 }@media only screen and (max-width: 763px) { #zRELNSpSBJvw4uDfI1ufCHSmOOZXvWbJ { display:block; }
 }@media only screen and (max-width: 763px) { #eA7MgkLDQmULWyd9gXRcP6hzFdJFXaPu { display:block; }
 }@media only screen and (max-width: 763px) { #xC1FnXbQXM4BTMidR4oTTVHNUaJ30gcy { display:block; }
 }@media only screen and (max-width: 763px) { #IQVLQdiXNiQuv1FwzP7QQ45EHks71kJ2 { display:block; }
 }@media only screen and (max-width: 763px) { #ulQvbiE6VTyDJJGql5bQKFJOTB6CQTIh { display:block; }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #ebHxJQnJcPKuTtcXukN43u0S710eaxqv {  }
 }@media only screen and (max-width: 763px) { #fazcae1CMEwZPTvOJBSvtwupKlCtC5AI #V6R3lBv5Ip7KZC9N1qP7pa99n7TVE3O7 {  }
 }@media only screen and (max-width: 763px) { #Cfc6A6QhybKlJRQA7kavdKER6dQL3kW9 { width:19.75rem;height:2.625rem;top:2.8125rem;left:0.125rem;font-size:1.3125rem;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I { display:block; }#a9K1DoeEOZAI9T9VIKCpZg3DaVV8gn3I > .row .container { width:20rem;height:14.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #taAW4Vz67iPorciUNmHvcdzBFclnqKEa { width:12.5rem;height:1.625rem;top:5.875rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MxZJ7Cv4WizVE8UrNVLehAgqsICp7l3X { width:12.5rem;height:0.8125rem;top:8.125rem;left:3.75rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fCxEM2nulm166VeaUFWL86Lul7qvHVir { width:9.4375rem;height:2.6875rem;top:10.1875rem;left:5.25rem;display:block; }
 }