.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:236,249,224;--color-primary-1:197,238,163;--color-primary-2:159,227,102;--color-primary-3:114,148,84;--color-primary-4:95,208,0;--color-secondary-0:255,241,213;--color-secondary-1:254,213,130;--color-secondary-2:253,185,46;--color-secondary-3:255,164,0;--color-secondary-4:51,37,9;--color-tertiary-0:255,255,255;--color-tertiary-1:128,128,128;--color-tertiary-2:104,101,102;--color-tertiary-3:96,96,96;--color-tertiary-4:0,0,0;--headlines-font-family:"MONTSERRAT BOLD";--paragraphs-font-family:"MONTSERRAT BOLD"; }@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); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container { background-color: transparent; background-image: none; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container > .video-iframe-container { display: none; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row > .video-iframe-container { display: none; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .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); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container { border-width: 0; border-radius: 0; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container { font-size:0.875rem;font-family:arial;height:5.6875rem;width:75rem;position:relative;display:block; }#RrvBmNcIhTZqEG7ZyEfafpwBaevm4DT6 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:14.3125rem;top:1.25rem;left:4.2498226165771rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d81b294-4237-42d5-92b6-d4d5fffbb1f9/WhatsAppImage20231206at103028.jpeg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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(23,23,23,0.5); }#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(23,23,23,0.5); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#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:"open sans";height:34.625rem;width:75rem;overflow:visible;position:relative;display:block; }#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-form-header {  }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.625rem;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; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #adadae;border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid #adadae;border-bottom:0.0625rem solid #adadae;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:20.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #adadae;border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid #adadae;border-bottom:0.0625rem solid #adadae;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:20.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .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; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-button { 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-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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.25rem;font-weight:bold;color:#143314;width:20.625rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN [class*="-text"]:-moz-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN [class*="-text"]::-moz-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN [class*="-text"]:-ms-input-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN [class*="-text"]::-webkit-input-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .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; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-container:first-of-type{padding-top:0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-container:last-of-type{padding-bottom:0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:8.0625rem;left:47.562501907349rem; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.5rem;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;text-align:center;text-align-last:center; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN {display:block;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:8.0625rem;left:47.562501907349rem; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #nspADuAwZbrqcVdk6EuIRqE4nWpbP6z5 { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #D3eOeDx8sx1Qz9mF2aHx7kITbhKlPg46 { position:relative;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #wfXnOACR8I2zNtGNKVKealz6WSuLcHXr { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GMI1NZcfSU39nbZSTHyux32ZMNJUkbyF { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #vf7vCskVJfeoq3WX5TIuGQ0dJeCfEFE1 { position:relative;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #bPbb7dBwaGVxIkL2AJkfuy4cLhtV9FEW { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #p1KSbfCMvVtISyqk7He0PKIugTLtVz7H { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #KVbh6CMpTh3U2mITOhTFs1LrmvTxwr6P { position:relative;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #I98T0DqUL1KiTfObCPnCuxJSVV1VmEtc { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GP895hnMgpi5WwZ4RdfrPzCTTtEhCKyv { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #nDrdhllq1PcnSpco2PJrU3kii7t5KpEb { position:relative;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GlklO8yTKWri011RLrRW86Vn4dg18Wxn { position:relative; }
#KqXJBhT7mJTbSxsw3B113OGZLPpOk6Hd { position:relative;display:block; }
#H0k0ZiyyQMLLXAzu7TVPBITsnvV47MNF { position:relative;display:block; }
#MNh34Ud7xWXmr5d8TKkHi4FMxXsHebKy { position:relative;display:block; }
#adP91NzUH31X7XwyHXmcHwpGHGflqrOd { position:relative;display:block; }
#s6PTONBWpsf56F0T5ywhJI7QSEF9TFPI { position:relative;display:block; }
#KHdKHTWl6b2E2XKsx7mHC2SE4lnKpWeL { position:relative;display:block; }
#MiWtSDATUx5clHyXkbUVQKmrO1ce0uK6 { position:relative;display:block; }
#ROTq2XWroxt4c3CSA16viiHATMvQoi4T { position:relative;display:block; }
#EkCnmThX4WD9Tzso1kVcTH0rKschPZyP { position:relative;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #X6EPkkEqglw1G0TP0PJwcp39axdRbtZh { position:relative; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #wHdA60HG9L1FdBCT1EJTIpwQ7GRHoLB4 { position:relative; }
#a8GNNok8vFydIL7yKBzNNx5kPDmSxDDe { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:24.625rem;width:23rem;top:6.375rem;left:47.625rem;display:block; }
#wVHZiTCnCU8JMenG5ZbN7FTTgdXL6Aww { position:absolute;display:block;z-index:14999;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:23rem;top:1.8125rem;left:47.625rem;display:block; }
#HxbliDJ2pZL42dLCOqwieUC1tAB1KpcC { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0618125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.2;letter-spacing:0;top:2.8125rem;left:48.5625rem;height:4.2rem;text-align:center;text-align-last:center;display:block; }
#TmmeBRkeySPa362lHN5ZDNXtlRivSgiT { position:absolute;display:block;z-index:14997;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:17rem;top:17rem;left:8.875rem;display:block; }
#cck8CL5EoOqEtFT6RKL2pigeS7HXk9MW { color:rgba(var(--color-secondary-2),1);display:block;width:30.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.4375rem;left:6.1492195129394rem;height:13.975rem;text-align:left;text-align-last:left;display:none; }
#fJ0kd6LyfKxKSTx16uqqHkeLgdTmh38F { position:absolute;display:block;z-index:14998;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:18.125rem;top:14.0625rem;left:8.875rem;display:block; }
#xMR75uPecL1FxyQdIaH8V0w3bqnTFo7g { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:31rem;top:10.25rem;left:8.8125rem;display:block; }
#hQJIUBvnXVRuGoyAx7JrVsSXz2TyZTMy { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:36.8125rem;top:16rem;left:5.6875rem;display:none; }
#Jz3dpBagNt5lkrrECeIZlSx3KxMdGINn { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:36.8125rem;top:16rem;left:5.6875rem;display:none; }
#oTCD316TBZRxdDTEpXGSHyB62IQeqO9C { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:36.8125rem;top:16rem;left:5.6875rem;display:none; }
#GiKE2NwMZFBtwsLviVL7oISTX8z3L2Ow { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:36.8125rem;top:16rem;left:5.6875rem;display:none; }
#LOxAZMHP2r4ycNCeGxMINGzBgxzhhe2X { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:36.8125rem;top:16rem;left:5.6875rem;display:none; }
#qto4T5AfpcZwKOrEb3ChTratIaa0oXcm { color:rgba(var(--color-secondary-2),1);display:block;width:32.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.1875rem;left:9.625rem;height:8.425rem;text-align:left;text-align-last:left;overflow:hidden;display:block; }#qto4T5AfpcZwKOrEb3ChTratIaa0oXcm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qto4T5AfpcZwKOrEb3ChTratIaa0oXcm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/48dc7a85-6057-4407-87e8-d3aab8d0d653/RIGRANTEC.png); }
#gMBLS5xgH0mZpQhWOxbE6Rz1QUE4te7h { position:absolute;display:block;z-index:14998;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:32rem;top:20.125rem;left:8.875rem;display:block; }
#Eh88Mlx0dw5oG31FtUscHR1IIWlJoZp4 { color:#143314;display:block;width:29.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:9.98095703125rem;left:9.71875rem;height:3.4125rem;font-style:normal;display:block; }
#wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S { position:relative;display:none; }#wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S { border-width: 0; border-radius: 0; }#wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Me6R3VvTHXHS7OdHWtJfm66An2nBTlWa { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:6.25rem;width:23rem;top:7.0625rem;left:48rem;display:none; }
#MNw1HD4KqrbvA8KoMg7oE3Mir7Vr85p9 { color:rgba(var(--color-tertiary-0),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.625rem;left:48.9375rem;height:5.11816875rem;text-align:center;text-align-last:center;display:none; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-form-header {  }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:20.625rem;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; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #adadae;border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid #adadae;border-bottom:0.0625rem solid #adadae;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:20.625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-text {padding-top: 0; padding-bottom: 0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #adadae;border-left:0.1875rem solid rgba(var(--color-primary-3),1);border-right:0.0625rem solid #adadae;border-bottom:0.0625rem solid #adadae;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:20.625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:montserrat; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:dosis;font-size:0.875rem;overflow:hidden; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-select {padding-top: 0; padding-bottom: 0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .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; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-button { 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-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:20.625rem;height:3.4375rem;font-family:montserrat;overflow:hidden; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]:-moz-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]::-moz-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]:-ms-input-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]::-webkit-input-placeholder { color:#6d6a6a;font-family:montserrat;font-size:0.9375rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .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:dosis;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:19.25rem;overflow:hidden;font-style:normal; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .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; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .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:dosis;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-container:first-of-type{padding-top:0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-container:last-of-type{padding-bottom:0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:13.125rem;left:47.9375rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.625rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:1.5rem;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;text-align:center;text-align-last:center; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR {display:block;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;position:absolute;top:13.125rem;left:47.9375rem;display:none; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #HaCSemaOQ6SPtCmz7xMid6agmTmIJV7G { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #XAkha7NW95LVfFgVKDcI0U0b9VPlK4eX { position:relative;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #wC4hsDTqhXzO2d5gpfhXkJx9V96eWT3T { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #r7ANlM80LNCtiN5r2guFPN04rqrGQoW2 { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #RO0rxEByL9GvMVb2rzQA1cXLuqglqOIm { position:relative;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #w6ffNN67gCxkEXSOo84Xk25vBSmp93rO { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #R6xbqsIApXCKiETXUUaPFcxkzsAKhP3x { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #XbFLFvmM1nUMcOtbKGZLAUaTpmUvnDsQ { position:relative;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #Teq95zQd6H6KZBL82pAE3Imoy86E9U6U { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #Fda7vsTA1ethvJE6pbwIZbMAJWwIJ9aJ { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #hm8mxyQfeAoz70GnAlPGVZTCnamzvGu4 { position:relative;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #phP3yU9J3yWuAOdO1US95Ow8vVTOyMTE { position:relative; }
#fgO7X9Wu6eZ1hbMLKkkn4hKfgtHF0cCF { position:relative;display:block; }
#oMew9nEe4JvQieQ7Bxx7NHAOSun7Zbys { position:relative;display:block; }
#gqzc2Al7TDI9M44FJiE6yhQ3onb6Hco8 { position:relative;display:block; }
#xeA45raxWOr0SHrc0U4gg1l0lhKGVDO3 { position:relative;display:block; }
#Bq1iKamilK7QhxBuExCPflyMCMzBNI1w { position:relative;display:block; }
#C0b2PtXECDRKZqIKRTGC7MR7HIkaokPW { position:relative;display:block; }
#t3V3Tfp6TTDJ4dq6AdDOoFJGaWHiVC4y { position:relative;display:block; }
#Hsvkx99zii1O4i0SvuQp3lgcfOnxOPNo { position:relative;display:block; }
#NkTp6oRFSV9Pf7S5xV8NJzyTDmhl2RsD { position:relative;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #tyggUweFymaK5ZrbqlbZiH51bo2q6nTT { position:relative; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #pyR5cVIiCVMg3WOT2wE6vpF2oSe7MauA { position:relative; }
#obOi8yNe6TnQ8HqTfPZKvZQosZTLZaIy { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;height:22.0625rem;width:23rem;top:11.625rem;left:48rem;display:none; }
#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS { position:relative;display:block; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS { background-color: transparent; background-image: none; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row .container > .video-iframe-container { display: none; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row > .video-iframe-container { display: none; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .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); }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS { border-width: 0; border-radius: 0; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wx8H99Gf8rrdORslzaAeCXXCMf1Gvvx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4994659423828rem;left:-0.00071144104003906rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht { position:relative;display:block; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht { background-color: transparent; background-image: none; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row .container > .video-iframe-container { display: none; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row > .video-iframe-container { display: none; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .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); }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht { border-width: 0; border-radius: 0; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZqU2b2TlHcOTCl6HNGeHica2OFkqOxvP { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0.9375rem;height:3.8984375rem;text-align:center;text-align-last:center;display:block; }
#iZAuUifCn09gHIy71Gho3pJwRV2b88H6 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:18.6875rem;width:17.1875rem;top:2.25rem;left:0.75rem;display:block; }
#rivMmSyxrbHddfiQtfxv1DosIi03nqAG { color:#fafafa;display:block;width:15.8744375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:8.3105354309081rem;left:1.4364337921143rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#rivMmSyxrbHddfiQtfxv1DosIi03nqAG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rivMmSyxrbHddfiQtfxv1DosIi03nqAG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
#KQAkguzHK65oIpmNqxncuT0rwpwi58SK { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.5rem;height:2.5989625rem;text-align:center;text-align-last:center;display:block; }
#lJK5yUFaJTxti0ECuJu8vzLXKmV6o1uQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:16.5rem;width:17.1875rem;top:2.2496490478516rem;left:19.562320709229rem;display:block; }
#scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.8125rem;left:20.625rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
#ReHKAcPCZgVJ508Dm5VUQ8Eq6QpLGQoA { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:20.25rem;width:17.1875rem;top:2.25rem;left:38.25rem;display:block; }
#lcOyU7APJNJaZpz48TxRn67ePoAmvvZK { color:rgba(var(--color-tertiary-0),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:8.0625rem;left:39.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#lcOyU7APJNJaZpz48TxRn67ePoAmvvZK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lcOyU7APJNJaZpz48TxRn67ePoAmvvZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
#lCPopfSurkgU6DUI4E2SRg8hVNClLXf5 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4rem;left:38.25rem;height:2.59895625rem;text-align:center;text-align-last:center;display:block; }
#kszIGgugbDyK0EnXdNesAeNVDLPnxAVv { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.875rem;width:17.1875rem;top:2.25rem;left:57.0625rem;display:block; }
#cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:7.5625rem;left:58rem;height:;text-align:left;text-align-last:left;font-style:normal;overflow:hidden;display:block; }#cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
#eqLEL9B1skUH0qgbySNVfixSbtEMRMUk { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:4.125rem;left:57.125rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#O6AZ7O5AXfDZZTVioS4AJ5SGCKwsAz7Q { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:37.2607421875rem;left:39.5625rem;display:none; }
#oUgvRiJHHm300H1wgps3FUZyRrIl7MsG { box-sizing:content-box;color:#5d92ff;font-size:0.5625rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:38.8857421875rem;left:39.5625rem;display:none; }
#DCl73hvBoGVFD8TTtS7Vb6cST6R2ISc0 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32.3857421875rem;left:39.5625rem;display:none; }
#qErkRXqiQKsh1pFJxhmEkdVFoJ7vQuuJ { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7489375rem;height:2.56125625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:16.25rem;left:3.5rem;display:block; }
#OgN7oRGiuDL5szzSck3P361QGPiRVm4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bn5yz1cg9428tlJUIqWoV0LTJOvI6lib { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7480625rem;height:2.56036875rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:14.43714427948rem;left:22.249645233154rem;display:block; }
#W36kurmeoFrtC1OQEwChxs6XyZOb9wl9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rMftKXqURgH6v6TW7ziZf5sdC8IT2Gem { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7480625rem;height:2.55948125rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:17.686434745789rem;left:41.00053024292rem;display:block; }
#AHmO9zx80qZqI3oiZBFvz8kLVuOmtF9X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lXpUkhlOFB6THX2AhKUL4npfqaEbJG7O { background-color:rgba(var(--color-secondary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.7480625rem;height:2.55859375rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:15.184659004211rem;left:59.749641418457rem;display:block; }
#AMAIKs2IK9TTuKE7D43FxcvUG16ex5x4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM { position:relative;display:block; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM { background-color: transparent; background-image: none; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row .container > .video-iframe-container { display: none; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row > .video-iframe-container { display: none; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .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); }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM { border-width: 0; border-radius: 0; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MdETEGdHZgbSMsx8hS67xZENsnmkdGx9 { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:1.0928630828857rem;left:14.81178855896rem;height:2.6875rem;text-align:center;text-align-last:center;display:block; }
#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container { background-color: transparent; background-image: none; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container > .video-iframe-container { display: none; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row > .video-iframe-container { display: none; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .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); }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container { border-width: 0; border-radius: 0; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container { font-size:0.875rem;font-family:arial;height:32.4375rem;width:75rem;position:relative;display:block; }#HkRhTorHfsHc4UfbE5vvsGBrPB24rBlB { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:27rem;width:18.9375rem;top:1.9375rem;left:7.1875rem;display:block; }
#UkX9le5EafthTBTTKuWqNdScEAEAp3sV { color:rgba(var(--color-tertiary-1),1);display:block;width:17.125rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:10.25rem;left:8.3125rem;height:17.09375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PS4VRppKceWaT8Vy8EfvGPWiBMSJN1pw { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.75rem;left:13.875rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rE72lPBbDLABeLM7C19gOFcvJeZtAseC { color:#585757;display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:6.9375rem;left:13.875rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TtDoeXREE8fFtVT0L7dgPiGPuu1EoVqW { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/340bdfb2-e641-4ad0-a8f6-06952aeffbaa/diegocadore16539342114564.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:4.0625rem;left:8.25rem;display:block; }#TtDoeXREE8fFtVT0L7dgPiGPuu1EoVqW.adaptive-delivery-prevent-bg, #TtDoeXREE8fFtVT0L7dgPiGPuu1EoVqW.lazyload, #TtDoeXREE8fFtVT0L7dgPiGPuu1EoVqW.lazyloading { background-image: none; }
#D2QXXKdJGemTXHEyrTZFUvUTVJPPrs11 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:4.75rem;left:34.375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kwLeqXN7BZT6OZFiEc97tszq9x2EKQTL { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:6.9375rem;left:34.375rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#M2MJwQKDgctWIoNgTiO694NWpqBAUNtW { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:26.9375rem;width:20.8125rem;top:1.9375rem;left:27.75rem;display:block; }
#ZLKvs8UJyALU2behHsFrbViUL0k5A4mU { color:rgba(var(--color-tertiary-1),1);display:block;width:18.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:10.25rem;left:29.1875rem;height:15.1944375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k2OAnfoSA9TrugIWtJP3aICzcTpHwzLP { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/554f2ce0-ce79-4566-b27e-ed090b04127d/whatsappimage20220613at0916569852826023.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:4.0625rem;left:28.75rem;display:block; }#k2OAnfoSA9TrugIWtJP3aICzcTpHwzLP.adaptive-delivery-prevent-bg, #k2OAnfoSA9TrugIWtJP3aICzcTpHwzLP.lazyload, #k2OAnfoSA9TrugIWtJP3aICzcTpHwzLP.lazyloading { background-image: none; }
#Ho6p77ykBIVJ6s7gE9Fo3AuWDTyhGvUl { color:rgba(var(--color-tertiary-3),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:5.6875rem;left:58.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kBNs3gqyr3MwWobU1HCxZyhDyHxhkPMA { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:27.0625rem;width:18.9375rem;top:1.75rem;left:52.0625rem;display:block; }
#WIA88gcamR5dv6aZ8Vkih3AZ6UqyD1My { color:rgba(var(--color-tertiary-1),1);display:block;width:17.1875rem;position:absolute;font-family:ubuntu;font-size:1.1875rem;font-weight:300;z-index:15021;line-height:1.6;letter-spacing:0;top:10.25rem;left:52.875rem;height:13.295125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SHB3SxIbiTdVGtgv8KUhNtd1b7Fd0bwn { position:absolute;display:block;z-index:15022;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/512a927b-24a7-4f40-99d6-c7aca3e50ef6/depoi2ivan16758579025865.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: 0rem 0rem 1.25rem rgba(var(--color-tertiary-4),0.2) ;height:4.5625rem;width:4.5625rem;top:3.875rem;left:53.0625rem;display:block; }#SHB3SxIbiTdVGtgv8KUhNtd1b7Fd0bwn.adaptive-delivery-prevent-bg, #SHB3SxIbiTdVGtgv8KUhNtd1b7Fd0bwn.lazyload, #SHB3SxIbiTdVGtgv8KUhNtd1b7Fd0bwn.lazyloading { background-image: none; }
#CuLQI93MDJfp4gbL6iNZACVvo2LCVLi5 { color:rgba(var(--color-tertiary-2),1);display:block;width:11.25rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:4.75rem;left:58.3125rem;height:1.05625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/UWqI34MQ/cta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg.adaptive-delivery-prevent-bg, #Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg.lazyload, #Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg.lazyloading { background-image: none; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container { background-color: transparent; background-image: none; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.36); }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container > .video-iframe-container { display: none; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.36); }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row > .video-iframe-container { display: none; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .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); }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container { border-width: 0; border-radius: 0; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container { font-size:0.875rem;font-family:arial;height:29.1875rem;width:75rem;position:relative;display:block; }#RhgZeJhHMIpXnzd7oPgWwQ9v9TknzRUf { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.4375rem;height:6.3368rem;text-align:left;text-align-last:left;display:block; }
#BoUJGdwMnsJemFm109ALsTdfc15WXDDT { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.88671875rem;left:3.4375rem;height:1.70625rem;text-align:left;text-align-last:left;display:block; }
#GVZZmLPlTGvPLbbFzxJgLJmKXFtXlPo0 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#008d3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#008d3a' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.5625rem 0.5625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:4rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.1875rem;left:3.4375rem;display:block; }
#O1w0eU82svk13ldHbllvM396TTyaGeTl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o1FhXRRvBuTK4PgrKWT9hM3tsgTVclsO { color:rgba(var(--color-tertiary-4),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.6875rem;left:43.75rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP { position:relative;display:none; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP { border-width: 0; border-radius: 0; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#p9TePnwHfN1ofPz4Zg4SlA7sL7g8Po68 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#008d3a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='#008d3a' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-4),1), #008d3a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.5625rem 0.5625rem 0.5625rem rgba(var(--color-tertiary-4),0.5) ;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:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26rem;height:4rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:16.1875rem;left:3.4375rem;display:none; }
#n15P8u0xwtMvycd8UtlJ0zaJcr7BSB5l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNvZfH3I1dbXqhVKb3Ie8XaaTnlK9uxo { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:12.88671875rem;left:3.4375rem;height:1.70605625rem;text-align:left;text-align-last:left;display:none; }
#tWTlvrtRulWCR7EvD7Tz7lCAGMEdLKdm { color:rgba(var(--color-tertiary-0),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5rem;left:3.4375rem;height:6.3359375rem;text-align:left;text-align-last:left;display:none; }
#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB { position:relative;display:block; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB { background-color: transparent; background-image: none; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row .container > .video-iframe-container { display: none; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row > .video-iframe-container { display: none; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .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); }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB { border-width: 0; border-radius: 0; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#LiAslDDZPrzvP3HMNOWAswichCLNx5RO { color:rgba(var(--color-tertiary-4),1);display:block;width:45.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.853515625rem;left:14.8125rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO { position:relative;display:block; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO { background-color: transparent; background-image: none; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row .container > .video-iframe-container { display: none; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row > .video-iframe-container { display: none; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .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); }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO { border-width: 0; border-radius: 0; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AWl3BFMPtC2V0JNT0LlsmZGSX0ATdqxe { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.75rem;left:7.8125rem;overflow:hidden;display:block; }
#NciEbWeXqCfuoggTPWIiel3vVgIZy5mZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.75rem;left:32.8125rem;overflow:hidden;display:block; }
#ryBG5NVkR0pXmZLJ1PK5GJ4uBxaf2q5T { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:1.75rem;left:57.8125rem;overflow:hidden;display:block; }
#fF5GmDTIISZQdoW91U4DreNT55miToVk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:11.875rem;left:0.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#zh47phxdvWbzoZItamM7Cp8b7EnTURpg { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.875rem;left:25.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#tLFZZFZKNdleeKkTx6knsayeIe2NnnWh { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:50.5625rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#UFyqVOx6p9SWgbpsBKQCAJOETuO12rq5 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.4482421875rem;left:0.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#lUokbOFigk5L96EcGCatayRGTn6aH5dl { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.44921875rem;left:25.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#mz7CBOKNuZiKA8otmOAHAwItZs3qRkmb { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:14.447265625rem;left:50.53125rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT { 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; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container { background-color: transparent; background-image: none; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container > .video-iframe-container { display: none; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row > .video-iframe-container { display: none; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .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); }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container { border-width: 0; border-radius: 0; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#PhPJ6KTNJgGCbJtREMTcx2kzTuegHyIq { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:1.2912454605102rem;left:20.531684875488rem;height:3.16875rem;text-align:center;text-align-last:center;display:block; }
#MG8metfihxuZvPTXJrKnT7OJrDQ6qMTp { color:rgba(var(--color-tertiary-0),1);display:block;width:50.061875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.4937191009521rem;left:12.468536376953rem;height:17.54164375rem;text-align:center;text-align-last:center;display:block; }
#Ibeloy0lC1lMkO77Elat5snMTcc3qcus { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.1875rem;width:49.6875rem;top:24.185114329681rem;left:12.65625rem;overflow:hidden;display:block; }
#iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK { 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:none; }#iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK > .row .container { border-width: 0; border-radius: 0; }#iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:none; }#WAc0MCf0hTnLQ70Rqd3RuzEhMVzomkbA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:47.4375rem;top:4.4796009063721rem;left:-8.5622825622556rem;overflow:hidden;display:block; }
#brzcmikCdAbMwTFFNKwlUoEu8sGI1mn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:34.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8747863769531rem;left:40.374355316162rem;height:23.40275rem;text-align:left;text-align-last:left;display:block; }
#R2TTfd5O0ILTafACTvF3JqE2XzU7oDkJ { color:rgba(var(--color-tertiary-4),1);display:block;width:33.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.5616321563721rem;left:40.374355316162rem;height:3.16731875rem;text-align:left;text-align-last:left;display:block; }
#cRFbeZhSboqACaUcca9iVDCJshWcggmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !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; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container { background-color: transparent; background-image: none; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container > .video-iframe-container { display: none; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row > .video-iframe-container { display: none; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .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); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container { border-width: 0; border-radius: 0; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;position:relative;display:block; }#UVqxUpurK2gakyV20Ub5CSwwCTEV5A1l { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:10.5625rem;top:3.8125rem;left:2.125rem;overflow:hidden;display:block; }
#HEBeFfFoz8hF7VX6btHcIHrVzEM7Kxdp { color:rgba(var(--color-tertiary-4),1);display:block;width:16.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:36.3125rem;height:1.95rem;text-align:left;text-align-last:left;display:block; }
#hyuGXQk3azmdesbFF4xlmsF99Rp903IM { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.8;letter-spacing:0;top:5rem;left:38.5rem;height:4.0486125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TiDFUvxed0ym856sXLbPs7mvkfcT22cv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:7.5rem;left:36.3125rem; }
#OVQJpmVgLgK21OsNga84Dhi5vMBENr49 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:5.4375rem;left:36.4375rem; }
#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC { background-color: transparent; background-image: none; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row .container > .video-iframe-container { display: none; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row > .video-iframe-container { display: none; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .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); }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC { border-width: 0; border-radius: 0; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#IcIBnnW4mnaZKHr1B2ZOqGTsmAelINhK { box-sizing:content-box;color:#5d92ff;font-size:3.75rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.375rem;left:68.375rem; }
#IcIBnnW4mnaZKHr1B2ZOqGTsmAelINhK > img { max-width: 100%;max-height:100%; width:4.3125rem; height:4.3125rem; }#apDQ8pTaZFVVfzxlION3UsJbCTsN90HQ { background-color:transparent;background-image: -webkit-linear-gradient(192deg, #25d366, #0bac47);background-image: -moz-linear-gradient(192deg, #25d366, #0bac47);background-image: -ms-linear-gradient(192deg, #25d366, #0bac47);background-image: -o-linear-gradient(192deg, #25d366, #0bac47);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#0bac47' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#25d366', endColorstr='#0bac47' );";background-image: linear-gradient(192deg, #25d366, #0bac47);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.0625rem;height:1.31214375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:0.0625rem;left:65.9375rem;display:block; }
#uK5E7whpmTfTbstb5TfUVA9owUIB5wqp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ie7TkuqTpbGrTa0FLunF7cpV98O6Skth { display:block; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrvBmNcIhTZqEG7ZyEfafpwBaevm4DT6 { width:14.3125rem;height:2.9375rem;top:1.25rem;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) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN  { width:20.625rem;height:auto;top:8.0625rem;left:24.625rem; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN {display:block;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN { width:20.625rem;height:auto;top:8.0625rem;left:24.625rem; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #nspADuAwZbrqcVdk6EuIRqE4nWpbP6z5 {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #D3eOeDx8sx1Qz9mF2aHx7kITbhKlPg46 { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #wfXnOACR8I2zNtGNKVKealz6WSuLcHXr {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GMI1NZcfSU39nbZSTHyux32ZMNJUkbyF {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #vf7vCskVJfeoq3WX5TIuGQ0dJeCfEFE1 { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #bPbb7dBwaGVxIkL2AJkfuy4cLhtV9FEW {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #p1KSbfCMvVtISyqk7He0PKIugTLtVz7H {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #KVbh6CMpTh3U2mITOhTFs1LrmvTxwr6P { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #I98T0DqUL1KiTfObCPnCuxJSVV1VmEtc {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GP895hnMgpi5WwZ4RdfrPzCTTtEhCKyv {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #nDrdhllq1PcnSpco2PJrU3kii7t5KpEb { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GlklO8yTKWri011RLrRW86Vn4dg18Wxn {  }
 }@media only screen and (max-width: 763px) { #KqXJBhT7mJTbSxsw3B113OGZLPpOk6Hd { display:block; }
 }@media only screen and (max-width: 763px) { #H0k0ZiyyQMLLXAzu7TVPBITsnvV47MNF { display:block; }
 }@media only screen and (max-width: 763px) { #MNh34Ud7xWXmr5d8TKkHi4FMxXsHebKy { display:block; }
 }@media only screen and (max-width: 763px) { #adP91NzUH31X7XwyHXmcHwpGHGflqrOd { display:block; }
 }@media only screen and (max-width: 763px) { #s6PTONBWpsf56F0T5ywhJI7QSEF9TFPI { display:block; }
 }@media only screen and (max-width: 763px) { #KHdKHTWl6b2E2XKsx7mHC2SE4lnKpWeL { display:block; }
 }@media only screen and (max-width: 763px) { #MiWtSDATUx5clHyXkbUVQKmrO1ce0uK6 { display:block; }
 }@media only screen and (max-width: 763px) { #ROTq2XWroxt4c3CSA16viiHATMvQoi4T { display:block; }
 }@media only screen and (max-width: 763px) { #EkCnmThX4WD9Tzso1kVcTH0rKschPZyP { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #X6EPkkEqglw1G0TP0PJwcp39axdRbtZh {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #wHdA60HG9L1FdBCT1EJTIpwQ7GRHoLB4 {  }
 }@media only screen and (max-width: 763px) { #a8GNNok8vFydIL7yKBzNNx5kPDmSxDDe { width:22.9375rem;height:24.5625rem;top:6.375rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVHZiTCnCU8JMenG5ZbN7FTTgdXL6Aww { width:22.9375rem;height:6.25rem;top:1.8125rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxbliDJ2pZL42dLCOqwieUC1tAB1KpcC { width:21rem;height:4.1875rem;top:2.8125rem;left:26.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmmeBRkeySPa362lHN5ZDNXtlRivSgiT { width:16.9375rem;height:2.5625rem;top:17rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cck8CL5EoOqEtFT6RKL2pigeS7HXk9MW { width:20rem;height:13.375rem;top:12.75rem;left:0rem;font-size:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fJ0kd6LyfKxKSTx16uqqHkeLgdTmh38F { width:18.125rem;height:2.5625rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMR75uPecL1FxyQdIaH8V0w3bqnTFo7g { width:30.9375rem;height:2.9375rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQJIUBvnXVRuGoyAx7JrVsSXz2TyZTMy { width:36.8125rem;height:3rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jz3dpBagNt5lkrrECeIZlSx3KxMdGINn { width:36.8125rem;height:3rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTCD316TBZRxdDTEpXGSHyB62IQeqO9C { width:36.8125rem;height:3rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GiKE2NwMZFBtwsLviVL7oISTX8z3L2Ow { width:36.8125rem;height:3rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #LOxAZMHP2r4ycNCeGxMINGzBgxzhhe2X { width:36.8125rem;height:3rem;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #qto4T5AfpcZwKOrEb3ChTratIaa0oXcm { width:32.3125rem;height:8.375rem;top:14.1875rem;left:0rem;font-size:1.6875rem;display:block; }#qto4T5AfpcZwKOrEb3ChTratIaa0oXcm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/48dc7a85-6057-4407-87e8-d3aab8d0d653/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #gMBLS5xgH0mZpQhWOxbE6Rz1QUE4te7h { width:31.9375rem;height:2.5625rem;top:20.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh88Mlx0dw5oG31FtUscHR1IIWlJoZp4 { width:29.1875rem;height:3.375rem;top:9.9375rem;left:0rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S { display:none; }#wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Me6R3VvTHXHS7OdHWtJfm66An2nBTlWa { width:23rem;height:6.25rem;top:7.0625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MNw1HD4KqrbvA8KoMg7oE3Mir7Vr85p9 { width:20rem;height:2.875rem;top:2.0625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-regular-label { width:20.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-text { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-text {padding-top: 0; padding-bottom: 0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-textarea { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-select { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-select {padding-top: 0; padding-bottom: 0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-button { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-checkbox-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR  { width:20.625rem;height:auto;top:13.125rem;left:24.625rem; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .radio-container { width:20.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR {display:block;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR { width:20.625rem;height:auto;top:13.125rem;left:24.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #HaCSemaOQ6SPtCmz7xMid6agmTmIJV7G {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #XAkha7NW95LVfFgVKDcI0U0b9VPlK4eX { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #wC4hsDTqhXzO2d5gpfhXkJx9V96eWT3T {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #r7ANlM80LNCtiN5r2guFPN04rqrGQoW2 {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #RO0rxEByL9GvMVb2rzQA1cXLuqglqOIm { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #w6ffNN67gCxkEXSOo84Xk25vBSmp93rO {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #R6xbqsIApXCKiETXUUaPFcxkzsAKhP3x {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #XbFLFvmM1nUMcOtbKGZLAUaTpmUvnDsQ { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #Teq95zQd6H6KZBL82pAE3Imoy86E9U6U {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #Fda7vsTA1ethvJE6pbwIZbMAJWwIJ9aJ {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #hm8mxyQfeAoz70GnAlPGVZTCnamzvGu4 { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #phP3yU9J3yWuAOdO1US95Ow8vVTOyMTE {  }
 }@media only screen and (max-width: 763px) { #fgO7X9Wu6eZ1hbMLKkkn4hKfgtHF0cCF { display:block; }
 }@media only screen and (max-width: 763px) { #oMew9nEe4JvQieQ7Bxx7NHAOSun7Zbys { display:block; }
 }@media only screen and (max-width: 763px) { #gqzc2Al7TDI9M44FJiE6yhQ3onb6Hco8 { display:block; }
 }@media only screen and (max-width: 763px) { #xeA45raxWOr0SHrc0U4gg1l0lhKGVDO3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bq1iKamilK7QhxBuExCPflyMCMzBNI1w { display:block; }
 }@media only screen and (max-width: 763px) { #C0b2PtXECDRKZqIKRTGC7MR7HIkaokPW { display:block; }
 }@media only screen and (max-width: 763px) { #t3V3Tfp6TTDJ4dq6AdDOoFJGaWHiVC4y { display:block; }
 }@media only screen and (max-width: 763px) { #Hsvkx99zii1O4i0SvuQp3lgcfOnxOPNo { display:block; }
 }@media only screen and (max-width: 763px) { #NkTp6oRFSV9Pf7S5xV8NJzyTDmhl2RsD { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #tyggUweFymaK5ZrbqlbZiH51bo2q6nTT {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #pyR5cVIiCVMg3WOT2wE6vpF2oSe7MauA {  }
 }@media only screen and (max-width: 763px) { #obOi8yNe6TnQ8HqTfPZKvZQosZTLZaIy { width:23rem;height:22.0625rem;top:11.625rem;left:24.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DH3l5lDK3ADyCb86750CHcKTm9Vu22eS { display:block; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx8H99Gf8rrdORslzaAeCXXCMf1Gvvx5 { width:47.75rem;height:3.125rem;top:1.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxRmnkrliwTqKEGHpXGDBds1UL8WXbht { display:block; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqU2b2TlHcOTCl6HNGeHica2OFkqOxvP { width:16.9375rem;height:3.875rem;top:3.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAuUifCn09gHIy71Gho3pJwRV2b88H6 { width:17.1875rem;height:18.6875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivMmSyxrbHddfiQtfxv1DosIi03nqAG { width:15.8125rem;height:6.5625rem;top:8.25rem;left:0rem;font-size:0.9375rem;display:block; }#rivMmSyxrbHddfiQtfxv1DosIi03nqAG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #KQAkguzHK65oIpmNqxncuT0rwpwi58SK { width:17.1875rem;height:2.5625rem;top:4.125rem;left:6.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJK5yUFaJTxti0ECuJu8vzLXKmV6o1uQ { width:17.1875rem;height:16.5rem;top:2.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ { width:15.1875rem;height:;top:7.8125rem;left:8.6875rem;font-size:0.9375rem;display:block; }#scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #ReHKAcPCZgVJ508Dm5VUQ8Eq6QpLGQoA { width:17.1875rem;height:20.25rem;top:2.25rem;left:18.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOyU7APJNJaZpz48TxRn67ePoAmvvZK { width:15.75rem;height:;top:8.0625rem;left:20.0625rem;font-size:0.9375rem;display:block; }#lcOyU7APJNJaZpz48TxRn67ePoAmvvZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #lCPopfSurkgU6DUI4E2SRg8hVNClLXf5 { width:17.1875rem;height:2.5625rem;top:4rem;left:18.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kszIGgugbDyK0EnXdNesAeNVDLPnxAVv { width:17.1875rem;height:17.875rem;top:2.25rem;left:30.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF { width:15.3125rem;height:;top:7.5625rem;left:32.4375rem;font-size:1.0625rem;display:block; }#cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #eqLEL9B1skUH0qgbySNVfixSbtEMRMUk { width:16.6875rem;height:1.25rem;top:4.125rem;left:31rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6AZ7O5AXfDZZTVioS4AJ5SGCKwsAz7Q { width:0.875rem;height:0.875rem;top:37.25rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUgvRiJHHm300H1wgps3FUZyRrIl7MsG { width:0.875rem;height:0.875rem;top:38.875rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DCl73hvBoGVFD8TTtS7Vb6cST6R2ISc0 { width:0.9375rem;height:0.9375rem;top:32.375rem;left:23.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qErkRXqiQKsh1pFJxhmEkdVFoJ7vQuuJ { width:11.6875rem;height:2.5rem;top:16.25rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgN7oRGiuDL5szzSck3P361QGPiRVm4I { display:block; }
 }@media only screen and (max-width: 763px) { #Bn5yz1cg9428tlJUIqWoV0LTJOvI6lib { width:11.6875rem;height:2.5rem;top:14.375rem;left:12.030895233154rem;display:block; }
 }@media only screen and (max-width: 763px) { #W36kurmeoFrtC1OQEwChxs6XyZOb9wl9 { display:block; }
 }@media only screen and (max-width: 763px) { #rMftKXqURgH6v6TW7ziZf5sdC8IT2Gem { width:11.6875rem;height:2.5rem;top:17.625rem;left:23.96928024292rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHmO9zx80qZqI3oiZBFvz8kLVuOmtF9X { display:block; }
 }@media only screen and (max-width: 763px) { #lXpUkhlOFB6THX2AhKUL4npfqaEbJG7O { width:11.6875rem;height:2.5rem;top:15.125rem;left:35.905891418457rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMAIKs2IK9TTuKE7D43FxcvUG16ex5x4 { display:block; }
 }@media only screen and (max-width: 763px) { #ofeJTSA2po9dE6QZyViynk9BbwvfHBdM { display:block; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdETEGdHZgbSMsx8hS67xZENsnmkdGx9 { width:45.375rem;height:2.6875rem;top:1.0625rem;left:1.1865234375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla { display:block; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkRhTorHfsHc4UfbE5vvsGBrPB24rBlB { width:18.875rem;height:26.9375rem;top:1.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkX9le5EafthTBTTKuWqNdScEAEAp3sV { width:17.0625rem;height:17.0625rem;top:10.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS4VRppKceWaT8Vy8EfvGPWiBMSJN1pw { width:11.25rem;height:1.5625rem;top:4.75rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rE72lPBbDLABeLM7C19gOFcvJeZtAseC { width:11.25rem;height:1rem;top:6.9375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtDoeXREE8fFtVT0L7dgPiGPuu1EoVqW { width:4.5rem;height:4.5rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2QXXKdJGemTXHEyrTZFUvUTVJPPrs11 { width:13rem;height:1.5625rem;top:4.75rem;left:20.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwLeqXN7BZT6OZFiEc97tszq9x2EKQTL { width:11.25rem;height:1rem;top:6.9375rem;left:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2MJwQKDgctWIoNgTiO694NWpqBAUNtW { width:20.75rem;height:26.875rem;top:1.9375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLKvs8UJyALU2behHsFrbViUL0k5A4mU { width:18.125rem;height:15.1875rem;top:10.25rem;left:15.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OAnfoSA9TrugIWtJP3aICzcTpHwzLP { width:4.5rem;height:4.5rem;top:4.0625rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6p77ykBIVJ6s7gE9Fo3AuWDTyhGvUl { width:11.25rem;height:1.5625rem;top:5.6875rem;left:36.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBNs3gqyr3MwWobU1HCxZyhDyHxhkPMA { width:18.875rem;height:27rem;top:1.75rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIA88gcamR5dv6aZ8Vkih3AZ6UqyD1My { width:17.1875rem;height:13.25rem;top:10.25rem;left:30.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHB3SxIbiTdVGtgv8KUhNtd1b7Fd0bwn { width:4.5rem;height:4.5rem;top:3.875rem;left:39.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuLQI93MDJfp4gbL6iNZACVvo2LCVLi5 { width:11.25rem;height:1rem;top:4.75rem;left:36.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg { display:block; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RhgZeJhHMIpXnzd7oPgWwQ9v9TknzRUf { width:45.375rem;height:6.3125rem;top:5.5rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoUJGdwMnsJemFm109ALsTdfc15WXDDT { width:45.3125rem;height:;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVZZmLPlTGvPLbbFzxJgLJmKXFtXlPo0 { width:26rem;height:4rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1w0eU82svk13ldHbllvM396TTyaGeTl { display:block; }
 }@media only screen and (max-width: 763px) { #o1FhXRRvBuTK4PgrKWT9hM3tsgTVclsO { width:6.9375rem;height:1.1875rem;top:14.6875rem;left:30.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP { display:none; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #p9TePnwHfN1ofPz4Zg4SlA7sL7g8Po68 { width:26rem;height:4rem;top:16.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #n15P8u0xwtMvycd8UtlJ0zaJcr7BSB5l { display:block; }
 }@media only screen and (max-width: 763px) { #DNvZfH3I1dbXqhVKb3Ie8XaaTnlK9uxo { width:45.3125rem;height:;top:12.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #tWTlvrtRulWCR7EvD7Tz7lCAGMEdLKdm { width:45.375rem;height:6.3125rem;top:5.5rem;left:0rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MTrL19bhR5P3ZAKwchfWV9FtonMcILmB { display:block; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiAslDDZPrzvP3HMNOWAswichCLNx5RO { width:45.375rem;height:3.125rem;top:1.8125rem;left:1.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO { display:block; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWl3BFMPtC2V0JNT0LlsmZGSX0ATdqxe { width:9.375rem;height:9.375rem;top:1.75rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NciEbWeXqCfuoggTPWIiel3vVgIZy5mZ { width:9.375rem;height:9.375rem;top:1.75rem;left:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBG5NVkR0pXmZLJ1PK5GJ4uBxaf2q5T { width:9.375rem;height:9.375rem;top:1.75rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF5GmDTIISZQdoW91U4DreNT55miToVk { width:23.875rem;height:1.9375rem;top:11.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh47phxdvWbzoZItamM7Cp8b7EnTURpg { width:23.875rem;height:1.9375rem;top:11.875rem;left:7.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFZZFZKNdleeKkTx6knsayeIe2NnnWh { width:23.875rem;height:1.9375rem;top:11.875rem;left:23.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyqVOx6p9SWgbpsBKQCAJOETuO12rq5 { width:23.9375rem;height:2.4375rem;top:14.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUokbOFigk5L96EcGCatayRGTn6aH5dl { width:23.9375rem;height:2.4375rem;top:14.4375rem;left:7.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7CBOKNuZiKA8otmOAHAwItZs3qRkmb { width:23.9375rem;height:2.4375rem;top:14.4375rem;left:23.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT { display:block; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhPJ6KTNJgGCbJtREMTcx2kzTuegHyIq { width:33.875rem;height:3.125rem;top:1.25rem;left:6.9066848754881rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MG8metfihxuZvPTXJrKnT7OJrDQ6qMTp { width:47.75rem;height:17.5rem;top:5.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ibeloy0lC1lMkO77Elat5snMTcc3qcus { width:47.75rem;height:24.205345911949rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK { display:block; }#iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WAc0MCf0hTnLQ70Rqd3RuzEhMVzomkbA { width:47.4375rem;height:22.812710393904rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brzcmikCdAbMwTFFNKwlUoEu8sGI1mn3 { width:34.5625rem;height:23.375rem;top:8.8125rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2TTfd5O0ILTafACTvF3JqE2XzU7oDkJ { width:33.875rem;height:3.125rem;top:4.5rem;left:13.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRFbeZhSboqACaUcca9iVDCJshWcggmH { display:block; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVqxUpurK2gakyV20Ub5CSwwCTEV5A1l { width:10.5rem;height:5.1569053973289rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEBeFfFoz8hF7VX6btHcIHrVzEM7Kxdp { width:16.6875rem;height:1.9375rem;top:2.9375rem;left:22.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyuGXQk3azmdesbFF4xlmsF99Rp903IM { width:18.125rem;height:4rem;top:5rem;left:24.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiDFUvxed0ym856sXLbPs7mvkfcT22cv { width:1.25rem;height:1.25rem;top:7.5rem;left:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVQJpmVgLgK21OsNga84Dhi5vMBENr49 { width:1.25rem;height:1.25rem;top:5.4375rem;left:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC { display:block; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcIBnnW4mnaZKHr1B2ZOqGTsmAelINhK { width:4.25rem;height:4.25rem;top:1.375rem;left:43.5rem;display:block; }
#IcIBnnW4mnaZKHr1B2ZOqGTsmAelINhK > img { max-width: 100%;max-height:100%; width:4.25rem; height:4.25rem; } }@media only screen and (max-width: 763px) { #apDQ8pTaZFVVfzxlION3UsJbCTsN90HQ { width:9.0625rem;height:1.25rem;top:0.0625rem;left:38.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uK5E7whpmTfTbstb5TfUVA9owUIB5wqp { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ie7TkuqTpbGrTa0FLunF7cpV98O6Skth { position:relative;z-index:auto;background-color:rgba(0,0,0,0);background-image:none;display:block; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container { background-color: transparent; background-image: none; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container > .video-iframe-container { display: none; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row > .video-iframe-container { display: none; }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .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); }#ie7TkuqTpbGrTa0FLunF7cpV98O6Skth > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RrvBmNcIhTZqEG7ZyEfafpwBaevm4DT6 { width:15rem;height:3.1875rem;top:0.9375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d81b294-4237-42d5-92b6-d4d5fffbb1f9/WhatsAppImage20231206at103028.jpeg");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.61); }#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.61); }#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:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN  { width:17.5rem;height:auto;top:12rem;left:0rem; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN {display:block;}#xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN { width:17.5rem;height:auto;top:12rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #nspADuAwZbrqcVdk6EuIRqE4nWpbP6z5 {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #D3eOeDx8sx1Qz9mF2aHx7kITbhKlPg46 { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #wfXnOACR8I2zNtGNKVKealz6WSuLcHXr {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GMI1NZcfSU39nbZSTHyux32ZMNJUkbyF {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #vf7vCskVJfeoq3WX5TIuGQ0dJeCfEFE1 { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #bPbb7dBwaGVxIkL2AJkfuy4cLhtV9FEW {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #p1KSbfCMvVtISyqk7He0PKIugTLtVz7H {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #KVbh6CMpTh3U2mITOhTFs1LrmvTxwr6P { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #I98T0DqUL1KiTfObCPnCuxJSVV1VmEtc {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GP895hnMgpi5WwZ4RdfrPzCTTtEhCKyv {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #nDrdhllq1PcnSpco2PJrU3kii7t5KpEb { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #GlklO8yTKWri011RLrRW86Vn4dg18Wxn {  }
 }@media only screen and (max-width: 763px) { #KqXJBhT7mJTbSxsw3B113OGZLPpOk6Hd { display:block; }
 }@media only screen and (max-width: 763px) { #H0k0ZiyyQMLLXAzu7TVPBITsnvV47MNF { display:block; }
 }@media only screen and (max-width: 763px) { #MNh34Ud7xWXmr5d8TKkHi4FMxXsHebKy { display:block; }
 }@media only screen and (max-width: 763px) { #adP91NzUH31X7XwyHXmcHwpGHGflqrOd { display:block; }
 }@media only screen and (max-width: 763px) { #s6PTONBWpsf56F0T5ywhJI7QSEF9TFPI { display:block; }
 }@media only screen and (max-width: 763px) { #KHdKHTWl6b2E2XKsx7mHC2SE4lnKpWeL { display:block; }
 }@media only screen and (max-width: 763px) { #MiWtSDATUx5clHyXkbUVQKmrO1ce0uK6 { display:block; }
 }@media only screen and (max-width: 763px) { #ROTq2XWroxt4c3CSA16viiHATMvQoi4T { display:block; }
 }@media only screen and (max-width: 763px) { #EkCnmThX4WD9Tzso1kVcTH0rKschPZyP { display:block; }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #X6EPkkEqglw1G0TP0PJwcp39axdRbtZh {  }
 }@media only screen and (max-width: 763px) { #xMKvlt5Lt1IsQNC2QMFQvOTb8ye8PLAN #wHdA60HG9L1FdBCT1EJTIpwQ7GRHoLB4 {  }
 }@media only screen and (max-width: 763px) { #a8GNNok8vFydIL7yKBzNNx5kPDmSxDDe { width:20rem;height:24.6875rem;top:9.5625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wVHZiTCnCU8JMenG5ZbN7FTTgdXL6Aww { width:20rem;height:6.25rem;top:5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HxbliDJ2pZL42dLCOqwieUC1tAB1KpcC { width:20rem;height:0;top:5.5625rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmmeBRkeySPa362lHN5ZDNXtlRivSgiT { width:16.625rem;height:15.8125rem;top:2.0498046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cck8CL5EoOqEtFT6RKL2pigeS7HXk9MW { width:20rem;height:0;top:3.375rem;left:0.25rem;font-size:2.0625rem;text-align:left;text-align-last:left;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #fJ0kd6LyfKxKSTx16uqqHkeLgdTmh38F { width:20rem;height:3rem;top:30.28418125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xMR75uPecL1FxyQdIaH8V0w3bqnTFo7g { width:11.9375rem;height:2.5rem;top:1.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQJIUBvnXVRuGoyAx7JrVsSXz2TyZTMy { width:11.625rem;height:2.125rem;top:4.375rem;left:1.5rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #Jz3dpBagNt5lkrrECeIZlSx3KxMdGINn { width:14rem;height:2.125rem;top:7.0625rem;left:1.5rem;z-index:15001;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #oTCD316TBZRxdDTEpXGSHyB62IQeqO9C { width:12.9375rem;height:2.125rem;top:9.625rem;left:1.5rem;z-index:15002;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #GiKE2NwMZFBtwsLviVL7oISTX8z3L2Ow { width:16.0625rem;height:2.125rem;top:12.25rem;left:1.5rem;z-index:14996;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LOxAZMHP2r4ycNCeGxMINGzBgxzhhe2X { width:11.875rem;height:1.9375rem;top:14.68701171875rem;left:1.4990234375rem;z-index:14997;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #qto4T5AfpcZwKOrEb3ChTratIaa0oXcm { width:17.0614375rem;height:9.3984375rem;top:7.1315693259238rem;left:1.4683948159218rem;font-size:1.6875rem;text-align:left;text-align-last:left;display:block; }#qto4T5AfpcZwKOrEb3ChTratIaa0oXcm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/48dc7a85-6057-4407-87e8-d3aab8d0d653/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #gMBLS5xgH0mZpQhWOxbE6Rz1QUE4te7h { width:20rem;height:2.5625rem;top:20.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Eh88Mlx0dw5oG31FtUscHR1IIWlJoZp4 { width:11.0625rem;height:5.19921875rem;top:1.625rem;left:1.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S { display:block; }#wm8g4sXgIzwb1w0Ld0mhxZAI4UpFhA8S > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Me6R3VvTHXHS7OdHWtJfm66An2nBTlWa { width:20rem;height:6.25rem;top:1.1875rem;left:0rem;z-index:15003;background-color:#4c954c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #MNw1HD4KqrbvA8KoMg7oE3Mir7Vr85p9 { width:20rem;height:3.2998rem;top:2.6606903076172rem;left:0rem;font-size:1.5rem;z-index:15006;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-regular-label { width:17.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-text { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #729454;border-left:0.1875rem solid #729454;border-right:0.0625rem solid #729454;border-bottom:0.0625rem solid #729454;text-align:center;text-align-last:center; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-text {padding-top: 0; padding-bottom: 0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-textarea { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #729454;border-left:0.1875rem solid #729454;border-right:0.0625rem solid #729454;border-bottom:0.0625rem solid #729454;text-align:center;text-align-last:center; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-select { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-select {padding-top: 0; padding-bottom: 0;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.31) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.17);color:#143314;background-color:#ffa400;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #d18700;border-left:0.125rem solid #d18700;border-right:0.125rem solid #d18700;border-bottom:0.125rem solid #d18700; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center;color:rgba(0,0,0,0.65);font-size:0.875rem;font-weight:700;font-style:normal; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center;color:rgba(0,0,0,0.65);font-size:0.875rem;font-weight:700;font-style:normal; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center;color:rgba(0,0,0,0.65);font-size:0.875rem;font-weight:700;font-style:normal; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center;color:rgba(0,0,0,0.65);font-size:0.875rem;font-weight:700;font-style:normal; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .widget-checkbox-label { width:15.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR  { width:17.125rem;height:auto;top:7.4375rem;left:0.1875rem;z-index:15004; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR .radio-container { width:17.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR {display:block;}#FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR { width:17.125rem;height:auto;top:7.4375rem;left:0.1875rem;z-index:15004; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #HaCSemaOQ6SPtCmz7xMid6agmTmIJV7G {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #XAkha7NW95LVfFgVKDcI0U0b9VPlK4eX { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #wC4hsDTqhXzO2d5gpfhXkJx9V96eWT3T {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #r7ANlM80LNCtiN5r2guFPN04rqrGQoW2 {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #RO0rxEByL9GvMVb2rzQA1cXLuqglqOIm { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #w6ffNN67gCxkEXSOo84Xk25vBSmp93rO {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #R6xbqsIApXCKiETXUUaPFcxkzsAKhP3x {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #XbFLFvmM1nUMcOtbKGZLAUaTpmUvnDsQ { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #Teq95zQd6H6KZBL82pAE3Imoy86E9U6U {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #Fda7vsTA1ethvJE6pbwIZbMAJWwIJ9aJ {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #hm8mxyQfeAoz70GnAlPGVZTCnamzvGu4 { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #phP3yU9J3yWuAOdO1US95Ow8vVTOyMTE {  }
 }@media only screen and (max-width: 763px) { #fgO7X9Wu6eZ1hbMLKkkn4hKfgtHF0cCF { display:block; }
 }@media only screen and (max-width: 763px) { #oMew9nEe4JvQieQ7Bxx7NHAOSun7Zbys { display:block; }
 }@media only screen and (max-width: 763px) { #gqzc2Al7TDI9M44FJiE6yhQ3onb6Hco8 { display:block; }
 }@media only screen and (max-width: 763px) { #xeA45raxWOr0SHrc0U4gg1l0lhKGVDO3 { display:block; }
 }@media only screen and (max-width: 763px) { #Bq1iKamilK7QhxBuExCPflyMCMzBNI1w { display:block; }
 }@media only screen and (max-width: 763px) { #C0b2PtXECDRKZqIKRTGC7MR7HIkaokPW { display:block; }
 }@media only screen and (max-width: 763px) { #t3V3Tfp6TTDJ4dq6AdDOoFJGaWHiVC4y { display:block; }
 }@media only screen and (max-width: 763px) { #Hsvkx99zii1O4i0SvuQp3lgcfOnxOPNo { display:block; }
 }@media only screen and (max-width: 763px) { #NkTp6oRFSV9Pf7S5xV8NJzyTDmhl2RsD { display:block; }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #tyggUweFymaK5ZrbqlbZiH51bo2q6nTT {  }
 }@media only screen and (max-width: 763px) { #FEypbPKNrVtSaVNh0q7gx2tXrdqBAEHR #pyR5cVIiCVMg3WOT2wE6vpF2oSe7MauA {  }
 }@media only screen and (max-width: 763px) { #obOi8yNe6TnQ8HqTfPZKvZQosZTLZaIy { width:19.75rem;height:23.75rem;top:6.5029296875rem;left:0rem;z-index:14999;border-top:0.125rem solid #fdb92e;border-left:0.125rem solid #fdb92e;border-right:0.125rem solid #fdb92e;border-bottom:0.125rem solid #fdb92e;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #DH3l5lDK3ADyCb86750CHcKTm9Vu22eS { display:block; }#DH3l5lDK3ADyCb86750CHcKTm9Vu22eS > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wx8H99Gf8rrdORslzaAeCXXCMf1Gvvx5 { width:20rem;height:2.4375rem;top:1.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxRmnkrliwTqKEGHpXGDBds1UL8WXbht { display:block; }#WxRmnkrliwTqKEGHpXGDBds1UL8WXbht > .row .container { width:20rem;height:85.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZqU2b2TlHcOTCl6HNGeHica2OFkqOxvP { width:14.375rem;height:4.38720625rem;top:2.9375rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZAuUifCn09gHIy71Gho3pJwRV2b88H6 { width:17.1875rem;height:23.625rem;top:1.1248224973679rem;left:1.4373224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #rivMmSyxrbHddfiQtfxv1DosIi03nqAG { width:15.5625rem;height:10.5rem;top:8.5rem;left:2.3125rem;font-size:1.0625rem;display:block; }#rivMmSyxrbHddfiQtfxv1DosIi03nqAG li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #KQAkguzHK65oIpmNqxncuT0rwpwi58SK { width:17rem;height:2.9248rem;top:27.875rem;left:1.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJK5yUFaJTxti0ECuJu8vzLXKmV6o1uQ { width:17.1875rem;height:17rem;top:25.9375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ { width:14.75rem;height:5.40625rem;top:31.75rem;left:2.3125rem;font-size:1.0625rem;display:block; }#scTlUbJ1aUkRHbrVkwTO3KRKUBhsHxCQ li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #ReHKAcPCZgVJ508Dm5VUQ8Eq6QpLGQoA { width:17.1875rem;height:20.5rem;top:43.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcOyU7APJNJaZpz48TxRn67ePoAmvvZK { width:15.8744375rem;height:9.21875rem;top:49.6875rem;left:2.25rem;font-size:1.0625rem;display:block; }#lcOyU7APJNJaZpz48TxRn67ePoAmvvZK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #lCPopfSurkgU6DUI4E2SRg8hVNClLXf5 { width:14.6875rem;height:2.92480625rem;top:45.625rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kszIGgugbDyK0EnXdNesAeNVDLPnxAVv { width:17.1875rem;height:18.3125rem;top:65.625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF { width:15.4998125rem;height:7.3125rem;top:70.9375rem;left:2.3125rem;font-size:1.0625rem;display:block; }#cZGJ1X7pW6O2THiAwmosaAZdb4TMFAMF li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/193ebd49-81da-4a5a-9d60-7ef8c63476dd/RIGRANTEC.png); }
 }@media only screen and (max-width: 763px) { #eqLEL9B1skUH0qgbySNVfixSbtEMRMUk { width:15.1873125rem;height:1.4624rem;top:68rem;left:2.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6AZ7O5AXfDZZTVioS4AJ5SGCKwsAz7Q { display:flex;width:1.1875rem;height:1.1875rem;top:141.3125rem;left:2.6875rem;z-index:15028;display:none; }
 }@media only screen and (max-width: 763px) { #oUgvRiJHHm300H1wgps3FUZyRrIl7MsG { display:flex;width:1.1875rem;height:1.1875rem;top:160.75rem;left:2.6875rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #DCl73hvBoGVFD8TTtS7Vb6cST6R2ISc0 { display:flex;width:1.1875rem;height:1.1875rem;top:135.5625rem;left:2.5625rem;z-index:15026;display:none; }
 }@media only screen and (max-width: 763px) { #qErkRXqiQKsh1pFJxhmEkdVFoJ7vQuuJ { width:11.6868125rem;height:2.5rem;top:20.744853973389rem;left:4.1548295617104rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgN7oRGiuDL5szzSck3P361QGPiRVm4I { display:block; }
 }@media only screen and (max-width: 763px) { #Bn5yz1cg9428tlJUIqWoV0LTJOvI6lib { width:11.6868125rem;height:2.5rem;top:38.6875rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W36kurmeoFrtC1OQEwChxs6XyZOb9wl9 { display:block; }
 }@media only screen and (max-width: 763px) { #rMftKXqURgH6v6TW7ziZf5sdC8IT2Gem { width:11.6868125rem;height:2.5rem;top:60.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHmO9zx80qZqI3oiZBFvz8kLVuOmtF9X { display:block; }
 }@media only screen and (max-width: 763px) { #lXpUkhlOFB6THX2AhKUL4npfqaEbJG7O { width:11.6868125rem;height:2.5rem;top:79.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMAIKs2IK9TTuKE7D43FxcvUG16ex5x4 { display:block; }
 }@media only screen and (max-width: 763px) { #ofeJTSA2po9dE6QZyViynk9BbwvfHBdM { display:block; }#ofeJTSA2po9dE6QZyViynk9BbwvfHBdM > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MdETEGdHZgbSMsx8hS67xZENsnmkdGx9 { width:20rem;height:4.5rem;top:1.4985790252686rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla { display:block; }#DJv0pIDsCrRH0Bi5uI8nRKXUwsQTUMla > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HkRhTorHfsHc4UfbE5vvsGBrPB24rBlB { width:18.9375rem;height:24.4375rem;top:1.1875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UkX9le5EafthTBTTKuWqNdScEAEAp3sV { width:16.3125rem;height:13.597625rem;top:9.5rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS4VRppKceWaT8Vy8EfvGPWiBMSJN1pw { width:10.25rem;height:1.625rem;top:3.1875rem;left:6.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rE72lPBbDLABeLM7C19gOFcvJeZtAseC { width:11.125rem;height:1.29980625rem;top:4.75rem;left:6.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TtDoeXREE8fFtVT0L7dgPiGPuu1EoVqW { width:4.5625rem;height:4.5625rem;top:2.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2QXXKdJGemTXHEyrTZFUvUTVJPPrs11 { width:13.1875rem;height:1.625rem;top:30.125rem;left:5.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kwLeqXN7BZT6OZFiEc97tszq9x2EKQTL { width:13.8125rem;height:1.29980625rem;top:31.9375rem;left:5.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #M2MJwQKDgctWIoNgTiO694NWpqBAUNtW { width:18.9375rem;height:24.875rem;top:27.3125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLKvs8UJyALU2behHsFrbViUL0k5A4mU { width:16.5rem;height:13.597625rem;top:35.625rem;left:1.75rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2OAnfoSA9TrugIWtJP3aICzcTpHwzLP { width:4.5625rem;height:4.5625rem;top:29.375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ho6p77ykBIVJ6s7gE9Fo3AuWDTyhGvUl { width:12.75rem;height:1.625rem;top:55.0625rem;left:6rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kBNs3gqyr3MwWobU1HCxZyhDyHxhkPMA { width:18.9375rem;height:20.625rem;top:53.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIA88gcamR5dv6aZ8Vkih3AZ6UqyD1My { width:16.3743125rem;height:11.8979375rem;top:60.25rem;left:1.5625rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHB3SxIbiTdVGtgv8KUhNtd1b7Fd0bwn { width:4.5625rem;height:4.5625rem;top:54.0625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuLQI93MDJfp4gbL6iNZACVvo2LCVLi5 { width:11.25rem;height:2.5996125rem;top:56.625rem;left:5.9375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg { background-color:transparent;background-image:url("https://images.assets-landingi.com/UWqI34MQ/cta.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg.adaptive-delivery-prevent-bg, #Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg.lazyload, #Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg.lazyloading { background-image: none; }#Z14Tp56AmGgNNAeF3Cqd1FbTLEkK23tg > .row .container { width:20rem;height:41.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RhgZeJhHMIpXnzd7oPgWwQ9v9TknzRUf { width:16.3125rem;height:9.421875rem;top:2.625rem;left:1.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoUJGdwMnsJemFm109ALsTdfc15WXDDT { width:13.4375rem;height:2.923825rem;top:12.5625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVZZmLPlTGvPLbbFzxJgLJmKXFtXlPo0 { width:17.25rem;height:2.875rem;top:16.625rem;left:0.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O1w0eU82svk13ldHbllvM396TTyaGeTl { display:block; }
 }@media only screen and (max-width: 763px) { #o1FhXRRvBuTK4PgrKWT9hM3tsgTVclsO { width:6.9375rem;height:1.21875rem;top:39.375003814698rem;left:6.4995661377906rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP { display:block; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP { background-color: transparent; background-image: none; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.6); }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container > .video-iframe-container { display: none; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row > .video-iframe-container { display: none; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .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.6); }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container { width:20rem;height:23.75rem;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/aca2d3db-4f72-43b4-b919-e3cc4438253e/tractorsprayspesticidescornfieldssunset.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container.adaptive-delivery-prevent-bg, #QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container.lazyload, #QnQLtXbVUuCQOEhX95auPTKFqgcTk3QP > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #p9TePnwHfN1ofPz4Zg4SlA7sL7g8Po68 { width:17.25rem;height:2.875rem;top:17.625rem;left:1.375rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #n15P8u0xwtMvycd8UtlJ0zaJcr7BSB5l { display:block; }
 }@media only screen and (max-width: 763px) { #DNvZfH3I1dbXqhVKb3Ie8XaaTnlK9uxo { width:13.4375rem;height:2.92480625rem;top:12.875rem;left:1.84375rem;font-size:1.125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #tWTlvrtRulWCR7EvD7Tz7lCAGMEdLKdm { width:16.3125rem;height:9.423825rem;top:2.5rem;left:1.84375rem;font-size:1.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MTrL19bhR5P3ZAKwchfWV9FtonMcILmB { display:block; }#MTrL19bhR5P3ZAKwchfWV9FtonMcILmB > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LiAslDDZPrzvP3HMNOWAswichCLNx5RO { width:20rem;height:2.4375rem;top:1.53125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO { display:block; }#sFgvrmpHyPVxcAJFHC6zO2kbP6ov8pTO > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AWl3BFMPtC2V0JNT0LlsmZGSX0ATdqxe { width:7.4375rem;height:7.4375rem;top:0.625rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NciEbWeXqCfuoggTPWIiel3vVgIZy5mZ { width:7.5625rem;height:7.5625rem;top:15.57421875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryBG5NVkR0pXmZLJ1PK5GJ4uBxaf2q5T { width:7.5625rem;height:7.5625rem;top:31.8671875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fF5GmDTIISZQdoW91U4DreNT55miToVk { width:20rem;height:1.94970625rem;top:8.6875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh47phxdvWbzoZItamM7Cp8b7EnTURpg { width:20rem;height:1.94970625rem;top:23.76171875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLFZZFZKNdleeKkTx6knsayeIe2NnnWh { width:20rem;height:1.94970625rem;top:40.0546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFyqVOx6p9SWgbpsBKQCAJOETuO12rq5 { width:20rem;height:2.4375rem;top:11.26171875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUokbOFigk5L96EcGCatayRGTn6aH5dl { width:20rem;height:3.65625rem;top:26.3359375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mz7CBOKNuZiKA8otmOAHAwItZs3qRkmb { width:20rem;height:2.4375rem;top:42.62890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT { display:block; }#dRkXLWg6fXz5XuAucz9BHlsSKZnFchnT > .row .container { width:20rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PhPJ6KTNJgGCbJtREMTcx2kzTuegHyIq { width:20rem;height:2.5996125rem;top:11.876085281372rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MG8metfihxuZvPTXJrKnT7OJrDQ6qMTp { width:19.437125rem;height:26.8125rem;top:15.281427383423rem;left:0.56285506486893rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ibeloy0lC1lMkO77Elat5snMTcc3qcus { width:20rem;height:10rem;top:0.96354293823244rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK { display:none; }#iAeLacg6MKwIwld4qS3Lo6dCJ8Swy0CK > .row .container { width:20rem;height:44.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WAc0MCf0hTnLQ70Rqd3RuzEhMVzomkbA { width:20rem;height:9.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #brzcmikCdAbMwTFFNKwlUoEu8sGI1mn3 { width:19.5625rem;height:29.2447875rem;top:14.77734375rem;left:0.21875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R2TTfd5O0ILTafACTvF3JqE2XzU7oDkJ { width:20rem;height:2.5996125rem;top:11.552734375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cRFbeZhSboqACaUcca9iVDCJshWcggmH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fdb92e, #729454);background-image: -moz-linear-gradient(180deg, #fdb92e, #729454);background-image: -ms-linear-gradient(180deg, #fdb92e, #729454);background-image: -o-linear-gradient(180deg, #fdb92e, #729454);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb92e', endColorstr='#729454' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb92e', endColorstr='#729454' );";background-image: linear-gradient(180deg, #fdb92e, #729454);background-size:auto !important;display:block; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container { background-color: transparent; background-image: none; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container > .video-iframe-container { display: none; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row > .video-iframe-container { display: none; }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .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); }#cRFbeZhSboqACaUcca9iVDCJshWcggmH > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UVqxUpurK2gakyV20Ub5CSwwCTEV5A1l { width:10.5rem;height:5.125rem;top:1.5625rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEBeFfFoz8hF7VX6btHcIHrVzEM7Kxdp { width:16.75rem;height:1.70605625rem;top:6.91796875rem;left:1.625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyuGXQk3azmdesbFF4xlmsF99Rp903IM { width:8.125rem;height:3.375rem;top:9.3616847991944rem;left:6.6246448159219rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TiDFUvxed0ym856sXLbPs7mvkfcT22cv { display:flex;width:1.25rem;height:1.25rem;top:11.42844581604rem;left:4.7496448159218rem; }
 }@media only screen and (max-width: 763px) { #OVQJpmVgLgK21OsNga84Dhi5vMBENr49 { display:flex;width:1.25rem;height:1.25rem;top:9.2480487823488rem;left:4.7496448159218rem; }
 }@media only screen and (max-width: 763px) { #MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#MhKQFdqdmMRqi7PzCgHlIabCyDPD0enC > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcIBnnW4mnaZKHr1B2ZOqGTsmAelINhK { width:4.125rem;height:4.125rem;top:0.31006015624996rem;left:15.12256015625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.16));display:block; }
#IcIBnnW4mnaZKHr1B2ZOqGTsmAelINhK > img { max-width: 100%;max-height:100%; width:4.125rem; height:4.125rem; } }@media only screen and (max-width: 763px) { #apDQ8pTaZFVVfzxlION3UsJbCTsN90HQ { width:8.8743125rem;height:0.99964375rem;top:1.2775192260743rem;left:10.490944445133rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uK5E7whpmTfTbstb5TfUVA9owUIB5wqp { display:block; }
 }