.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:238,246,226;--color-primary-1:198,227,159;--color-primary-2:140,198,63;--color-primary-3:70,99,32;--color-primary-4:21,30,9;--color-secondary-0:231,229,227;--color-secondary-1:176,170,162;--color-secondary-2:96,84,68;--color-secondary-3:48,42,34;--color-secondary-4:14,13,10;--color-tertiary-0:255,255,255;--color-tertiary-1:255,255,255;--color-tertiary-2:255,255,255;--color-tertiary-3:128,128,128;--color-tertiary-4:38,38,38;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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:transparent;background-image:url("https://images.assets-landingi.com/uc/5899f143-d6ff-48e6-b112-ef828e4ef714/examiningbusinessdocuments1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #fafafa; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.79); }#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.79); }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.515625rem;left:2.0625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.25rem;left:0.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { position:absolute;display:block;z-index:15008;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:3.75rem;width:12.6875rem;top:3.43359375rem;left:0.375rem;overflow:hidden;display:block; }
#MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.0625rem;left:0.875rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A8F4I2IOd2lsiix4A7LleCV7M4sSToup { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:0.8740234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n1XvXzU8DvHykD01eSGyAuMUSzllEXu1 { box-sizing:content-box;height:5.5625rem;width:51.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.5625rem;left:0.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:top center !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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO.adaptive-delivery-prevent-bg, #u00iX29KgsrUAMJtsfTu2TTBwzqet6nO.lazyload, #u00iX29KgsrUAMJtsfTu2TTBwzqet6nO.lazyloading { background-image: none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container { border-width: 0; border-radius: 0; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO::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; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;overflow:visible;position:relative;display:none; }#veKsTl86EltrbZrRdWhnRcq9zvLWNpra { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12.515625rem;left:2.0625rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UpGiddONh6HeUDlO9xpxAldOVNNDAQSk { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:34.25rem;left:0.875rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JRkPTU6oCtSKlThnuPSMDwbpph1CFchp { position:absolute;display:block;z-index:15008;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:3.75rem;width:12.6875rem;top:3.43359375rem;left:0.375rem;overflow:hidden;display:block; }
#mqc8TH8erPUNTnK1TnCPM5SwswfbPM3u { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.9375rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:42.0625rem;left:0.875rem;display:block; }
#DoSs0WTryTdh0JpVuQcp5VB8eVAoBzT9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qEDercR1c9XdT4TpmQVqkWd4wPaMXcbB { color:rgba(var(--color-tertiary-0),1);display:block;width:45.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:19.5615234375rem;left:0.8740234375rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T5fOlJTpDVHTvd7T1byPFloQHRlyHsQs { box-sizing:content-box;height:5.5625rem;width:51.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:11.5625rem;left:0.875rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
#arRmHL18WaUoDVkdKPL6paQrohTGT018 { position:relative;display:none; }#arRmHL18WaUoDVkdKPL6paQrohTGT018 { border-width: 0; border-radius: 0; }#arRmHL18WaUoDVkdKPL6paQrohTGT018 > .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; }#arRmHL18WaUoDVkdKPL6paQrohTGT018 > .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:54.4375rem;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; }#Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { color:rgba(var(--color-primary-2),1);display:block;width:70.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.724609375rem;left:2.34375rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TErITDaSERVaVTecTFklfI84cdeGLyrq { color:rgba(var(--color-secondary-2),1);display:block;width:25.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0546875rem;left:6.1875rem;height:1.8684875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LeGXVdLheQ6CghC2abtPkEksUUTt7tIg { color:rgba(var(--color-primary-2),1);display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:8.013671875rem;left:41.8125rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckwrz9090SF7c8uNtZNqi2uHbf1c9RRJ { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:34.125rem;width:31.125rem;top:11.1875rem;left:3.0625rem;display:block; }
#nn11Pk4roiaIBDl654UQn4PRfDayDO7i { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:34.125rem;width:31.125rem;top:11.1875rem;left:40.5625rem;display:block; }
#o3VkJbgVU4OxmlCqrg5c0NIP0SncN5Gt { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:6rem;width:27.125rem;top:20.25rem;left:5.1875rem;display:block; }
#gq7oWhHHFF9GD8HRaXLQOTs2HLMwHy0w { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:20.9375rem;left:6.3125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m9FQtBeLFANWexIcyBqUI0RJSNprO1L1 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:28.1875rem;left:6.3125rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#khmQewhRrBQlfIKcpguUqJyIWQx5eefB { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:6rem;width:27.125rem;top:27.5rem;left:5.1875rem;display:block; }
#IJ8Eov49AGlSy3JyKLiZA8iBeLFkakch { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:8rem;width:27.125rem;top:34.75rem;left:5.1875rem;display:block; }
#KDHOKIBwVQuNsoBlmwmaUUtCEafzqWKH { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.6875rem;left:6.3125rem;height:6.171875rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lniQ8t7yuhb3ATUH99kUOu8m8W8gGx1K { color:rgba(var(--color-secondary-2),1);display:block;width:26.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:13.125rem;left:5.65625rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ioJkKahahrXa6PEt5khuSvedl5MIcpNX { color:rgba(var(--color-primary-2),1);display:block;width:27.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.125rem;left:42.6875rem;height:5.84765625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wAklvX2n9xumvJphwPZ144LrglvXcVOm { color:rgba(var(--color-tertiary-0),1);display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:21.0625rem;left:43.78125rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EKDmJ7BKgKJWJ03PyclhCmwCarwMhfbx { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:4.6875rem;width:27.125rem;top:20.25rem;left:42.6875rem;display:block; }
#zWuDF4Tu2dSIZziDk9E32OXXhS6cNNSE { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.90625rem;left:42.84375rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rcbaUXo9b4sFh0pkE4I5KnMTfNBEJNrN { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:4.6875rem;width:27.125rem;top:26.125rem;left:42.6875rem;display:block; }
#D6t6OGOx9RHHfCrzM9AwiLgmkZ4n9QnS { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:4.6875rem;width:27.125rem;top:32.125rem;left:42.6875rem;display:block; }
#Rn2V0LUhTCH86Rd22LCJgBWkyldv2eou { color:rgba(var(--color-tertiary-0),1);display:block;width:26.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.9375rem;left:42.875rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mWpvxfORS7x6oE25gQQPccW9WzUlb88c { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:38.9140625rem;left:42.625rem;height:3.0859375rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FTL0RQdQNTDKFW1qadJm9QbKUu6BhznR { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:4.6875rem;width:27.125rem;top:38.125rem;left:42.6875rem;display:block; }
#TBEgKUcIAEhHJAsX2hABgKmRVEcoAUD0 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.9375rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:48.9375rem;left:27.96875rem;display:block; }
#aDqTMVRBpBJQqqoF4ZglOrvZMIZ1ch53 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { border-width: 0; border-radius: 0; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { font-size:0.875rem;font-family:arial;height:32.25rem;width:75rem;position:relative;display:none; }#PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { position:absolute;display:block;z-index:15023;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:4.18728125rem;width:4.18728125rem;top:10.372179508209rem;left:60.404733657837rem;overflow:hidden;display:block; }
#TprQeRMVm7QhNp0Sh2J9IToIDgKbN9BP { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14rem;width:23.875rem;top:8.9678826332094rem;left:0.56206703186035rem;display:block; }
#pqsPaXQibMBsw3sACEvmmpo4738OGD8h { position:absolute;display:block;z-index:15021;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:4.31206875rem;width:4.31206875rem;top:10.311415195465rem;left:35.882165908814rem;overflow:hidden;display:block; }
#VZnsaTFumwkzonRrnnCM2gzNw8LCcOCV { position:absolute;display:block;z-index:15018;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:4.9375rem;width:4.9375rem;top:10.311415195465rem;left:10.030382156372rem;overflow:hidden;display:block; }
#yrwV0MxRN3KMJluCiafoXoNRigzdGlzw { color:rgba(var(--color-tertiary-0),1);display:block;width:70.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:2.7365455627441rem;left:2.4055995941162rem;height:3.33105625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uhvqHavB6xiSDdbqdLo2udnN2TwGFuqE { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:16.090496063233rem;left:2.34375rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oUQupxz0DHvU4hP3fiAxQNnKufdFFSzc { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:16.090496063233rem;left:27.343751907349rem;height:4.62890625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OTLntZsCHlcp53q6dy4EnFhFSPxlURuS { color:rgba(var(--color-tertiary-0),1);display:block;width:20.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:16.090496063233rem;left:52.343751907349rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ChiLulFw64Opt2X0J2TBSu5OC5G6tnxT { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.9995625rem;width:23.8748125rem;top:8.9659290313719rem;left:25.562067031861rem;display:block; }
#DqG7RimWyVTcHkNUuMgXCmemoXLyLMTb { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:13.9985rem;width:23.8748125rem;top:8.9670143127444rem;left:50.562067031861rem;display:block; }
#kSfpLTC6TmTpFFns0JDAt7JFPD6Ll1qP { 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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),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.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.936625rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:25.743272781372rem;left:28.030599594116rem;display:block; }
#gp7FbV1qX1uUGcfkDrZvozMLVPa8IBqH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D5STT7UHHqNTdWVlNraoSPvfieiFfcqT { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14rem;width:23.875rem;top:8.9678826332094rem;left:0.56206703186035rem;display:none; }
#IDIz3olvHQfdtPGcXq5mb7DP00TIbyfJ { position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:14rem;width:23.875rem;top:8.9678826332094rem;left:0.56206703186035rem;display:none; }
#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { position:relative;display:block; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { background-color: transparent; background-image: none; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container > .video-iframe-container { display: none; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row > .video-iframe-container { display: none; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .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); }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { border-width: 0; border-radius: 0; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .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; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:32.9375rem;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; }#gQ0CGzsmKuoNcAXRDu4uE9UWt6S7ex39 { color:rgba(var(--color-primary-2),1);display:block;width:30.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0.68684959411619rem;height:19.902375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BeOLfVzqCBS9LpkmpOJ3JcVcTQUEHhKI { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:26.125rem;left:0.6875rem;display:block; }
#bClth6RexT2TSFEO4mXS5AUFsE1xmSuq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P0H8OhVsSsc8CMpl4wwSTZuZIDcSozms { position:absolute;display:block;z-index:15011;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:29.75rem;width:34.25rem;top:1.59375rem;left:37.3125rem;overflow:hidden;display:block; }
#SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO { position:relative;display:none; }#SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO { border-width: 0; border-radius: 0; }#SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO > .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; }#SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO > .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:38.375rem;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; }#TktNPngzdTH9yls2h1Z6UqqH6TZO6xEc { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:block; }
#K9LufTyVBZLJ7cBqem4Zvb3mIlGSz1Bv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aEChu8yxVLAyrywLg130samTPdqwvLuU { color:rgba(var(--color-primary-2),1);display:block;width:26.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.6270837783814rem;left:3.375rem;height:15.6rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mO7Hm0s9Nhy5TXgTpfC5bWgpGyP933Et { color:rgba(var(--color-secondary-2),1);display:block;width:23.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.910417556762rem;left:3.375rem;height:10.15625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#STfTtdvq4Z5d5KAxB3rPAAalphtS0fz1 { position:absolute;display:block;z-index:15011;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:28.5625rem;width:48rem;top:2.1281251907349rem;left:26.998960494995rem;overflow:hidden;display:block; }
#n8WTEGTJpUhlsBcQr9svuTMHWwB2cApR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:29.9375rem;height:3.75rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:32.498962402344rem;left:22.531251907349rem;display:none; }
#XqvGlEyx00c4dNPyey9ilhT7dL17U9eG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:47.4375rem;width:75rem;position:relative;display:block; }#B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { color:rgba(var(--color-tertiary-0),1);display:block;width:57.6248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.1451826095581rem;left:8.6870670318606rem;height:7.7995rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WkGB5CWbr4LDSLBn95cwD0AHRrLTr81G { position:absolute;display:block;z-index:15073;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:25.75rem;width:36.25rem;top:12.625rem;left:38.75rem;display:block; }
#uDbo8mFpLlwvoV0fql1qGTHTpbAZE2k0 { color:rgba(var(--color-secondary-2),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15096;line-height:1.6;letter-spacing:0;top:23.625rem;left:39.6875rem;height:10.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ittAzrQqvIMdsoTdhrMutOoCLP1ddp78 { position:absolute;display:block;z-index:15006;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.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(0,0,0,0.21) ;height:25.75rem;width:36.25rem;top:12.625rem;left:0rem;display:block; }
#UZdHy6mGNGIpZHk7BwUoqkiUCHic2VcQ { color:rgba(var(--color-secondary-2),1);display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:23.625rem;left:1.3125rem;height:12.5986625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yrTnVn0imdmB2f6yqlVpJTGuEodnXBB9 { position:absolute;display:block;z-index:15103;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:11.25rem;border-top-right-radius:11.25rem;border-bottom-left-radius:11.25rem;border-bottom-right-radius:11.25rem;box-shadow: none;height:7.75rem;width:7.625rem;top:14.75rem;left:40.6875rem;overflow:hidden;display:block; }
#FuRTLd6EAm7LKM1KOERUeDiMqk94rcgh { color:rgba(var(--color-secondary-2),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:18.9375rem;left:11.625rem;height:1.2999125rem;font-style:normal;display:block; }
#WsUKp5vwOwuITaKfcbvJkxU7SPvc9vLQ { color:rgba(var(--color-secondary-2),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.3;letter-spacing:0;top:17.3125rem;left:50.75rem;height:1.2999125rem;font-style:normal;display:block; }
#RnGiEQPdhQ3QBNTzbG5XnTbLRbvqZ6yW { color:rgba(var(--color-primary-2),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15089;line-height:1.3;letter-spacing:0;top:17.0625rem;left:11.625rem;height:1.625rem;font-style:normal;display:block; }
#OAOu9op9sFh3iHlSI4URS5qDpAx8XvX7 { color:rgba(var(--color-primary-2),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:15.4375rem;left:50.75rem;height:1.625rem;font-style:normal;display:block; }
#JAZi4wQhNS86C1134iykEdolZNJvOxXc { position:absolute;display:block;z-index:15096;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:13rem;border-top-right-radius:13rem;border-bottom-left-radius:13rem;border-bottom-right-radius:13rem;box-shadow: none;height:8.186875rem;width:7.8125rem;top:14.530165672303rem;left:1.9997844696045rem;overflow:hidden;display:block; }
#ON6t9r8IrAyUJviulhJu58TNUidx00mo { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.5625rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:41.154296875rem;left:29.71875rem;display:block; }
#X0fccVDhd5Dch126q6Lm2KD7bHmAXnRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kf19OS2zSzR7cDa1STFvm2GdDJvLrzk9 { color:rgba(var(--color-secondary-2),1);display:block;width:12.1245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15091;line-height:1.3;letter-spacing:0;top:18.9375rem;left:11.625rem;height:1.2999125rem;font-style:normal;display:none; }
#CcLZekAvpyOTlnO7N20002tcvWlNWlVi { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/18ad5da7-914d-42aa-9970-7f8bb71199e2/farmersfield.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi.adaptive-delivery-prevent-bg, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyload, #CcLZekAvpyOTlnO7N20002tcvWlNWlVi.lazyloading { background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { background-color: transparent; background-image: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.72); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { display: none; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .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); }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { border-width: 0; border-radius: 0; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi::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; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#odUrysAdn55Re73CFHOzGTVvy10vsGp6 { 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-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:24.9375rem;width:40.75rem;top:5.5rem;left:32.5625rem;display:block; }
#BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { color:rgba(var(--color-tertiary-0),1);display:block;width:27rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:7.8125rem;left:3.9375rem;height:13.1608125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fIXOB65B9szgeogv6bweCnh2btXvQQpJ { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.99609375rem;width:13.558625rem;top:23.5625rem;left:3.9375rem;overflow:hidden;display:block; }
#baAer7a946fuAaDzAOhnO5fhCAAzgQdg { position:absolute;display:block;z-index:15043;height:23.6875rem;width:37.4375rem;top:7.875rem;left:34.21875rem;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0.3125rem solid #000000;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; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { background-color: transparent; background-image: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { display: none; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .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); }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { border-width: 0; border-radius: 0; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { font-size:0.875rem;font-family:arial;height:9.0972225rem;width:75rem;position:relative;display:block; }#CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { color:rgba(var(--color-primary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:4.6679725646972rem;left:49.250003814698rem;height:1.2246125rem;font-style:normal;display:block; }
#rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { color:rgba(var(--color-primary-2),1);display:block;width:12.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:4.7304725646972rem;left:32.187503814698rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:rgba(var(--color-primary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15015;line-height:1.4;letter-spacing:0;top:2.3125rem;left:61rem;height:1.05rem;font-style:normal;display:block; }
#VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:4.5625038146972rem;left:30.312503814698rem; }
#IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:4.5625rem;left:47.4375rem; }
#IpxADuMglSSTvLSyxkfNmRArybUtZWdE { position:absolute;display:block;z-index:15033;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:3.49935rem;width:12.436rem;top:3.5915794372559rem;left:1.9357643127441rem;overflow:hidden;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:3.7152786254883rem;left:60.999355316162rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:3.7152786254883rem;left:64.905384063719rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:3.7152786254883rem;left:68.672962188719rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { position:relative;display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { background-color: transparent; background-image: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row > .video-iframe-container { display: none; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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); }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { border-width: 0; border-radius: 0; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .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; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fafafa;background-image:none;font-size:0.875rem;font-family:arial;height:2.5625rem;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; }#DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { color:rgba(var(--color-secondary-2),1);display:block;width:24.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:0.63021087646487rem;left:25.312503814698rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:3.6875rem;top:12.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:35.8125rem;height:;top:34.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3.375rem;left:0rem;width:12.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:14.9375rem;height:3.4375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #A8F4I2IOd2lsiix4A7LleCV7M4sSToup { width:45.1875rem;height:;top:19.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XvXzU8DvHykD01eSGyAuMUSzllEXu1 { top:11.5625rem;left:0rem;width:47.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00iX29KgsrUAMJtsfTu2TTBwzqet6nO { display:none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #veKsTl86EltrbZrRdWhnRcq9zvLWNpra { width:47.75rem;height:3.6875rem;top:12.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGiddONh6HeUDlO9xpxAldOVNNDAQSk { width:35.8125rem;height:;top:34.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRkPTU6oCtSKlThnuPSMDwbpph1CFchp { top:3.375rem;left:0rem;width:12.6875rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqc8TH8erPUNTnK1TnCPM5SwswfbPM3u { width:14.9375rem;height:3.4375rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSs0WTryTdh0JpVuQcp5VB8eVAoBzT9 { display:block; }
 }@media only screen and (max-width: 763px) { #qEDercR1c9XdT4TpmQVqkWd4wPaMXcbB { width:45.1875rem;height:;top:19.5rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fOlJTpDVHTvd7T1byPFloQHRlyHsQs { top:11.5625rem;left:0rem;width:47.75rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRmHL18WaUoDVkdKPL6paQrohTGT018 { display:block; }#arRmHL18WaUoDVkdKPL6paQrohTGT018 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:47.75rem;height:3.3125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErITDaSERVaVTecTFklfI84cdeGLyrq { width:25.125rem;height:1.8125rem;top:8rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGXVdLheQ6CghC2abtPkEksUUTt7tIg { width:28.875rem;height:1.9375rem;top:8rem;left:18.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwrz9090SF7c8uNtZNqi2uHbf1c9RRJ { width:31.125rem;height:34.125rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn11Pk4roiaIBDl654UQn4PRfDayDO7i { width:31.125rem;height:34.125rem;top:11.1875rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3VkJbgVU4OxmlCqrg5c0NIP0SncN5Gt { width:27.125rem;height:6rem;top:20.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7oWhHHFF9GD8HRaXLQOTs2HLMwHy0w { width:24.9375rem;height:4.625rem;top:20.9375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9FQtBeLFANWexIcyBqUI0RJSNprO1L1 { width:24.9375rem;height:4.625rem;top:28.1875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmQewhRrBQlfIKcpguUqJyIWQx5eefB { width:27.125rem;height:6rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8Eov49AGlSy3JyKLiZA8iBeLFkakch { width:27.125rem;height:8rem;top:34.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDHOKIBwVQuNsoBlmwmaUUtCEafzqWKH { width:24.9375rem;height:6.125rem;top:35.6875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lniQ8t7yuhb3ATUH99kUOu8m8W8gGx1K { width:26.1875rem;height:;top:13.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioJkKahahrXa6PEt5khuSvedl5MIcpNX { width:27.125rem;height:5.8125rem;top:13.125rem;left:20.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAklvX2n9xumvJphwPZ144LrglvXcVOm { width:24.9375rem;height:3.0625rem;top:21.0625rem;left:22.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDmJ7BKgKJWJ03PyclhCmwCarwMhfbx { width:27.125rem;height:4.6875rem;top:20.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWuDF4Tu2dSIZziDk9E32OXXhS6cNNSE { width:26.8125rem;height:3.0625rem;top:26.875rem;left:20.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcbaUXo9b4sFh0pkE4I5KnMTfNBEJNrN { width:27.125rem;height:4.6875rem;top:26.125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6t6OGOx9RHHfCrzM9AwiLgmkZ4n9QnS { width:27.125rem;height:4.6875rem;top:32.125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2V0LUhTCH86Rd22LCJgBWkyldv2eou { width:26.8125rem;height:3.0625rem;top:32.9375rem;left:20.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpvxfORS7x6oE25gQQPccW9WzUlb88c { width:27.25rem;height:3.0625rem;top:38.875rem;left:20.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTL0RQdQNTDKFW1qadJm9QbKUu6BhznR { width:27.125rem;height:4.6875rem;top:38.125rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBEgKUcIAEhHJAsX2hABgKmRVEcoAUD0 { width:18.9375rem;height:3.4375rem;top:48.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDqTMVRBpBJQqqoF4ZglOrvZMIZ1ch53 { display:block; }
 }@media only screen and (max-width: 763px) { #ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { display:block; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { top:10.3125rem;left:37.592233657837rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprQeRMVm7QhNp0Sh2J9IToIDgKbN9BP { width:23.875rem;height:14rem;top:8.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsPaXQibMBsw3sACEvmmpo4738OGD8h { top:10.25rem;left:22.194665908814rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnsaTFumwkzonRrnnCM2gzNw8LCcOCV { top:10.25rem;left:5.4678821563721rem;width:4.9375rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrwV0MxRN3KMJluCiafoXoNRigzdGlzw { width:47.75rem;height:3.3125rem;top:2.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhvqHavB6xiSDdbqdLo2udnN2TwGFuqE { width:20.3125rem;height:;top:16.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQupxz0DHvU4hP3fiAxQNnKufdFFSzc { width:20.3125rem;height:;top:16.0625rem;left:11.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLntZsCHlcp53q6dy4EnFhFSPxlURuS { width:20.3125rem;height:;top:16.0625rem;left:27.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChiLulFw64Opt2X0J2TBSu5OC5G6tnxT { width:23.8125rem;height:13.9375rem;top:8.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqG7RimWyVTcHkNUuMgXCmemoXLyLMTb { width:23.8125rem;height:13.9375rem;top:8.9375rem;left:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSfpLTC6TmTpFFns0JDAt7JFPD6Ll1qP { width:18.875rem;height:3.4375rem;top:25.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp7FbV1qX1uUGcfkDrZvozMLVPa8IBqH { display:block; }
 }@media only screen and (max-width: 763px) { #D5STT7UHHqNTdWVlNraoSPvfieiFfcqT { width:23.875rem;height:14rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #IDIz3olvHQfdtPGcXq5mb7DP00TIbyfJ { width:23.875rem;height:14rem;top:8.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { display:block; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ0CGzsmKuoNcAXRDu4uE9UWt6S7ex39 { width:30.1875rem;height:19.875rem;top:3.4375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeOLfVzqCBS9LpkmpOJ3JcVcTQUEHhKI { width:19.375rem;height:3.4375rem;top:26.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bClth6RexT2TSFEO4mXS5AUFsE1xmSuq { display:block; }
 }@media only screen and (max-width: 763px) { #P0H8OhVsSsc8CMpl4wwSTZuZIDcSozms { top:1.5625rem;left:13.5rem;width:34.25rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO { display:block; }#SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TktNPngzdTH9yls2h1Z6UqqH6TZO6xEc { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LufTyVBZLJ7cBqem4Zvb3mIlGSz1Bv { display:block; }
 }@media only screen and (max-width: 763px) { #aEChu8yxVLAyrywLg130samTPdqwvLuU { width:26.375rem;height:15.5625rem;top:1.625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7Hm0s9Nhy5TXgTpfC5bWgpGyP933Et { width:23.9375rem;height:10.125rem;top:17.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfTtdvq4Z5d5KAxB3rPAAalphtS0fz1 { top:2.125rem;left:0rem;width:47.75rem;height:28.413736979167rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WTEGTJpUhlsBcQr9svuTMHWwB2cApR { width:29.9375rem;height:3.75rem;top:32.4375rem;left:8.9062519073488rem;display:none; }
 }@media only screen and (max-width: 763px) { #XqvGlEyx00c4dNPyey9ilhT7dL17U9eG { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:47.75rem;height:7.75rem;top:2.125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkGB5CWbr4LDSLBn95cwD0AHRrLTr81G { width:36.25rem;height:25.6875rem;top:12.625rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDbo8mFpLlwvoV0fql1qGTHTpbAZE2k0 { width:34.6875rem;height:10.75rem;top:23.625rem;left:13.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ittAzrQqvIMdsoTdhrMutOoCLP1ddp78 { width:36.25rem;height:25.6875rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZdHy6mGNGIpZHk7BwUoqkiUCHic2VcQ { width:33.5625rem;height:12.5625rem;top:23.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrTnVn0imdmB2f6yqlVpJTGuEodnXBB9 { top:14.75rem;left:27.0625rem;width:7.5625rem;height:7.68623050157rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRTLd6EAm7LKM1KOERUeDiMqk94rcgh { width:12.0625rem;height:1.25rem;top:18.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsUKp5vwOwuITaKfcbvJkxU7SPvc9vLQ { width:12.0625rem;height:1.25rem;top:17.3125rem;left:35.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnGiEQPdhQ3QBNTzbG5XnTbLRbvqZ6yW { width:12.0625rem;height:1.5625rem;top:17.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAOu9op9sFh3iHlSI4URS5qDpAx8XvX7 { width:12.0625rem;height:1.5625rem;top:15.4375rem;left:35.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAZi4wQhNS86C1134iykEdolZNJvOxXc { top:14.5rem;left:0rem;width:7.8125rem;height:8.186875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6t9r8IrAyUJviulhJu58TNUidx00mo { width:15.5625rem;height:3.4375rem;top:41.125rem;left:16.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fccVDhd5Dch126q6Lm2KD7bHmAXnRi { display:block; }
 }@media only screen and (max-width: 763px) { #kf19OS2zSzR7cDa1STFvm2GdDJvLrzk9 { width:8rem;height:1.25rem;top:17.9375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:40.75rem;height:24.9375rem;top:5.5rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:27rem;height:13.125rem;top:7.8125rem;left:0rem;font-size:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { top:23.5625rem;left:0rem;width:13.5rem;height:3.9788153758217rem;display:block; }
 }@media only screen and (max-width: 763px) { #baAer7a946fuAaDzAOhnO5fhCAAzgQdg { top:7.875rem;left:10.3125rem;width:37.4375rem;height:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { top:4.625rem;left:35.625003814698rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:4.6875rem;left:18.562503814698rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:2.3125rem;left:36rem;width:11.75rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:4.5625rem;left:16.687503814698rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:4.5625rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:3.5625rem;left:0rem;width:12.375rem;height:3.4821852886781rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:3.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:24.375rem;height:1.25rem;top:0.625rem;left:11.687501907349rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/54bd15d8-9780-430c-b640-ee8c079fa989/testecaldelca.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:26.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:16rem;height:3.736325rem;top:4.3720703125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:18.6870625rem;height:4.142575rem;top:16.09375rem;left:0.65538197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:6.3125rem;height:1.875rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:12.999125rem;height:2.5rem;top:21.809896469116rem;left:3.5004342198372rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #A8F4I2IOd2lsiix4A7LleCV7M4sSToup { width:20rem;height:5.60449375rem;top:9.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1XvXzU8DvHykD01eSGyAuMUSzllEXu1 { width:17.9373125rem;height:4.81228125rem;top:3.8357207775116rem;left:1.0308160185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #u00iX29KgsrUAMJtsfTu2TTBwzqet6nO { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/66e78b43-0cb8-4122-8498-8487c1b8edd9/cartoCadelcacartogd.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO.adaptive-delivery-prevent-bg, #u00iX29KgsrUAMJtsfTu2TTBwzqet6nO.lazyload, #u00iX29KgsrUAMJtsfTu2TTBwzqet6nO.lazyloading { background-image: none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container { background-color: transparent; background-image: none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container > .video-iframe-container { display: none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.8); }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row > .video-iframe-container { display: none; }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .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); }#u00iX29KgsrUAMJtsfTu2TTBwzqet6nO > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #veKsTl86EltrbZrRdWhnRcq9zvLWNpra { width:16rem;height:3.73698125rem;top:4.3720703125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpGiddONh6HeUDlO9xpxAldOVNNDAQSk { width:18.6870625rem;height:4.142575rem;top:16.09375rem;left:0.65538197755812rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRkPTU6oCtSKlThnuPSMDwbpph1CFchp { width:6.3125rem;height:1.875rem;top:1.25rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqc8TH8erPUNTnK1TnCPM5SwswfbPM3u { width:12.999125rem;height:2.5rem;top:21.809896469116rem;left:3.5004342198372rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoSs0WTryTdh0JpVuQcp5VB8eVAoBzT9 { display:block; }
 }@media only screen and (max-width: 763px) { #qEDercR1c9XdT4TpmQVqkWd4wPaMXcbB { width:20rem;height:5.60449375rem;top:9.6484375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5fOlJTpDVHTvd7T1byPFloQHRlyHsQs { width:17.9373125rem;height:4.81228125rem;top:3.8357207775116rem;left:1.0308160185814rem;display:block; }
 }@media only screen and (max-width: 763px) { #arRmHL18WaUoDVkdKPL6paQrohTGT018 { display:none; }#arRmHL18WaUoDVkdKPL6paQrohTGT018 > .row .container { width:20rem;height:93.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Gy7NnnSySgkUuclRCzcZAy9JhGJCIoNK { width:13.499375rem;height:3.73698125rem;top:1.0601139068604rem;left:3.2497830986977rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TErITDaSERVaVTecTFklfI84cdeGLyrq { width:19.124375rem;height:1.462675rem;top:5.7964401245117rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LeGXVdLheQ6CghC2abtPkEksUUTt7tIg { width:13.811875rem;height:2.923825rem;top:44.741756439209rem;left:3.0935330986977rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckwrz9090SF7c8uNtZNqi2uHbf1c9RRJ { width:20rem;height:25.8125rem;top:15.691190719604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nn11Pk4roiaIBDl654UQn4PRfDayDO7i { width:19.875rem;height:30.125rem;top:57.105037689209rem;left:0.054253518581391rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3VkJbgVU4OxmlCqrg5c0NIP0SncN5Gt { width:20rem;height:6.1875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gq7oWhHHFF9GD8HRaXLQOTs2HLMwHy0w { width:20rem;height:4.62890625rem;top:17.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9FQtBeLFANWexIcyBqUI0RJSNprO1L1 { width:20rem;height:4.62890625rem;top:25.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #khmQewhRrBQlfIKcpguUqJyIWQx5eefB { width:20rem;height:6rem;top:24.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8Eov49AGlSy3JyKLiZA8iBeLFkakch { width:20rem;height:8rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDHOKIBwVQuNsoBlmwmaUUtCEafzqWKH { width:20rem;height:6.171875rem;top:32.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lniQ8t7yuhb3ATUH99kUOu8m8W8gGx1K { width:20rem;height:6.9043125rem;top:7.8179264068606rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioJkKahahrXa6PEt5khuSvedl5MIcpNX { width:19.3120625rem;height:6.9043125rem;top:48.416884422303rem;left:0.34288197755814rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAklvX2n9xumvJphwPZ144LrglvXcVOm { width:20rem;height:3.0859375rem;top:59.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKDmJ7BKgKJWJ03PyclhCmwCarwMhfbx { width:20rem;height:4.6875rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zWuDF4Tu2dSIZziDk9E32OXXhS6cNNSE { width:20rem;height:4.62890625rem;top:65.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcbaUXo9b4sFh0pkE4I5KnMTfNBEJNrN { width:20rem;height:6.0625rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6t6OGOx9RHHfCrzM9AwiLgmkZ4n9QnS { width:20rem;height:6.3125rem;top:71.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn2V0LUhTCH86Rd22LCJgBWkyldv2eou { width:18.6870625rem;height:4.62890625rem;top:72.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpvxfORS7x6oE25gQQPccW9WzUlb88c { width:20rem;height:4.62890625rem;top:80rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTL0RQdQNTDKFW1qadJm9QbKUu6BhznR { width:20rem;height:6.125rem;top:79.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBEgKUcIAEhHJAsX2hABgKmRVEcoAUD0 { width:13rem;height:2.5rem;top:89.178607940675rem;left:3.4993489384651rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDqTMVRBpBJQqqoF4ZglOrvZMIZ1ch53 { display:block; }
 }@media only screen and (max-width: 763px) { #ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc { display:none; }#ucd6IVW6mBh3iiEVLVAI6GfDM880n4zc > .row .container { width:20rem;height:45.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #PfsUeSKafzkxP60ncrvqcmNHRnNQ7VlK { width:3.4375rem;height:3.4375rem;top:30.692276000976rem;left:8.2812502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #TprQeRMVm7QhNp0Sh2J9IToIDgKbN9BP { width:20rem;height:10.6875rem;top:5.9375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pqsPaXQibMBsw3sACEvmmpo4738OGD8h { width:3.4375rem;height:3.4375rem;top:18.798828601837rem;left:8.5993931889531rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZnsaTFumwkzonRrnnCM2gzNw8LCcOCV { width:3.68706875rem;height:3.68706875rem;top:6.7491321563719rem;left:8.155382454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #yrwV0MxRN3KMJluCiafoXoNRigzdGlzw { width:20rem;height:1.8684875rem;top:2.236328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhvqHavB6xiSDdbqdLo2udnN2TwGFuqE { width:17.061625rem;height:4.142575rem;top:10.936414718628rem;left:1.4691842198372rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUQupxz0DHvU4hP3fiAxQNnKufdFFSzc { width:16.624375rem;height:4.142575rem;top:22.982856750488rem;left:1.6872830986977rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTLntZsCHlcp53q6dy4EnFhFSPxlURuS { width:20rem;height:4.142575rem;top:34.980472564698rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChiLulFw64Opt2X0J2TBSu5OC5G6tnxT { width:20rem;height:13.936625rem;top:49.858948707581rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #DqG7RimWyVTcHkNUuMgXCmemoXLyLMTb { width:20rem;height:13.9375rem;top:105.2341625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSfpLTC6TmTpFFns0JDAt7JFPD6Ll1qP { width:13rem;height:2.5rem;top:41.667753219604rem;left:3.4993489384651rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp7FbV1qX1uUGcfkDrZvozMLVPa8IBqH { display:block; }
 }@media only screen and (max-width: 763px) { #D5STT7UHHqNTdWVlNraoSPvfieiFfcqT { width:20rem;height:10.686875rem;top:17.500000476837rem;left:0rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #IDIz3olvHQfdtPGcXq5mb7DP00TIbyfJ { width:20rem;height:10.686875rem;top:29.318578720092rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI { display:block; }#lBCbsqLR8HzUc9Zu8odWfECLvlmSyniI > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQ0CGzsmKuoNcAXRDu4uE9UWt6S7ex39 { width:19.124375rem;height:10.9668125rem;top:1.3118495941162rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeOLfVzqCBS9LpkmpOJ3JcVcTQUEHhKI { width:14.185125rem;height:2.5rem;top:28.653429031372rem;left:2.9069011807442rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bClth6RexT2TSFEO4mXS5AUFsE1xmSuq { display:block; }
 }@media only screen and (max-width: 763px) { #P0H8OhVsSsc8CMpl4wwSTZuZIDcSozms { width:15.625rem;height:13.5625rem;top:14.1533203125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO { display:none; }#SHc7gz4iiTxfXA85KaucNgM0TPx0wHTO > .row .container { width:20rem;height:35.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TktNPngzdTH9yls2h1Z6UqqH6TZO6xEc { width:20rem;height:2.5rem;top:14.835417270661rem;left:0rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9LufTyVBZLJ7cBqem4Zvb3mIlGSz1Bv { display:block; }
 }@media only screen and (max-width: 763px) { #aEChu8yxVLAyrywLg130samTPdqwvLuU { width:20rem;height:5.3625rem;top:1.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mO7Hm0s9Nhy5TXgTpfC5bWgpGyP933Et { width:16.6875rem;height:6.5rem;top:7.0854167938231rem;left:1.6562501192093rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STfTtdvq4Z5d5KAxB3rPAAalphtS0fz1 { width:20rem;height:11.901041666667rem;top:18.338542461395rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n8WTEGTJpUhlsBcQr9svuTMHWwB2cApR { width:20rem;height:2.5rem;top:31.587500572204rem;left:-0.03125rem;font-size:0.8125rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XqvGlEyx00c4dNPyey9ilhT7dL17U9eG { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1kNTgHcJEAlq0opbkWUrwoXx2XTH3GS { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkGB5CWbr4LDSLBn95cwD0AHRrLTr81G { width:20rem;height:25.6875rem;top:35.25rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #uDbo8mFpLlwvoV0fql1qGTHTpbAZE2k0 { width:18.0620625rem;height:11.1953125rem;top:48.052303314209rem;left:0.96788197755812rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ittAzrQqvIMdsoTdhrMutOoCLP1ddp78 { width:20rem;height:25.686875rem;top:8.1662311553956rem;left:0rem;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #UZdHy6mGNGIpZHk7BwUoqkiUCHic2VcQ { width:19.124375rem;height:11.19530625rem;top:21.551650047302rem;left:0.43619793653488rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#605444;display:block; }
 }@media only screen and (max-width: 763px) { #yrTnVn0imdmB2f6yqlVpJTGuEodnXBB9 { width:7.561875rem;height:7.6855625rem;top:35.936416625976rem;left:6.2185333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuRTLd6EAm7LKM1KOERUeDiMqk94rcgh { width:8.0620625rem;height:1.2999125rem;top:19.169923782349rem;left:5.9678824543953rem;text-align:left;text-align-last:left;font-size:1rem;color:#605444;display:block; }
 }@media only screen and (max-width: 763px) { #WsUKp5vwOwuITaKfcbvJkxU7SPvc9vLQ { width:7.4370625rem;height:1.2999125rem;top:45.568578720093rem;left:6.280382454395rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnGiEQPdhQ3QBNTzbG5XnTbLRbvqZ6yW { width:12.0625rem;height:0;top:50.989768637085rem;left:7.9375rem;text-align:left;text-align-last:left;font-size:1.125rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #OAOu9op9sFh3iHlSI4URS5qDpAx8XvX7 { width:7.1245625rem;height:1.462675rem;top:44.105905532837rem;left:6.436632454395rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAZi4wQhNS86C1134iykEdolZNJvOxXc { width:7.8125rem;height:8.186875rem;top:8.7695317268369rem;left:6.0937502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #ON6t9r8IrAyUJviulhJu58TNUidx00mo { width:13rem;height:2.5rem;top:62.237418174744rem;left:3.4993489384651rem;font-size:0.9375rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0fccVDhd5Dch126q6Lm2KD7bHmAXnRi { display:block; }
 }@media only screen and (max-width: 763px) { #kf19OS2zSzR7cDa1STFvm2GdDJvLrzk9 { width:9.874125rem;height:1.54296875rem;top:17.696398735046rem;left:5.0618494153022rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#8cc63f;z-index:15092;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CcLZekAvpyOTlnO7N20002tcvWlNWlVi { display:block; }#CcLZekAvpyOTlnO7N20002tcvWlNWlVi > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #odUrysAdn55Re73CFHOzGTVvy10vsGp6 { width:20rem;height:39.9375rem;top:12.5rem;left:0rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #BII9eqkRf8AQsbNtAgb3uk954aaQ8zZl { width:20rem;height:7.3125rem;top:3.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIXOB65B9szgeogv6bweCnh2btXvQQpJ { width:6.6875rem;height:1.9375rem;top:0.69921875rem;left:6.65625rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #baAer7a946fuAaDzAOhnO5fhCAAzgQdg { width:20rem;height:23.6875rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:9.7480625rem;height:1.3997375rem;top:10.8125rem;left:5.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:11.3720625rem;height:1.3997375rem;top:8rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { width:20rem;height:1.3125rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { width:1.5625rem;height:1.5625rem;top:7.875rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:10.75rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:12.371125rem;height:3.4775375rem;top:3.8125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:13.875rem;left:14.8125rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK { display:flex;width:3.125rem;height:3.125rem;top:13.875rem;left:8.4375rem; }
#VbCZAwB4e7RVBbSsVe9D40sgMoKy5HOK > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { display:flex;width:3.125rem;height:3.125rem;top:13.8125rem;left:2.0625rem; }
#pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no { display:block; }#JFJVUX8UTFZ8AvSIM8T8rcowpQtI06no > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:auto;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }