.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:230,230,230;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--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:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#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/315b9a21-0c00-4399-b8d5-8c24dbc24dc8/femalefarmerstandinginwheatfieldandusingmo20210826230303utc.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; }#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(var(--color-tertiary-4),0.9); }#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(var(--color-tertiary-4),0.9); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:40.75rem;width:75rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:rgba(var(--color-tertiary-0),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.3125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:10.589409828186rem;left:4.1243495941162rem;height:11.9238125rem;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.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:24.348091125488rem;left:4.1243495941162rem;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:4.375rem;width:14.436875rem;top:3.7426218986511rem;left:3.8118495941162rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.310764312744rem;left:4.1243495941162rem;display:block; }
#B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ScHEGo51TkOzD0J2bZQpVTTK9lP75DT6 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8125rem;width:28.3745625rem;top:11.960938453674rem;left:43.811853408814rem;overflow:hidden;display:block; }
#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { background-color: transparent; background-image: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { display: none; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .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); }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { border-width: 0; border-radius: 0; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#HFynqPMZZiZtSw5JaE5x2VaLERJ4e9ui { background-color:#8cc63f;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:#ffffff;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:2.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.4375rem;height:6.5rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:2.25rem;left:13.28125rem;display:none; }
#uI0cLNhK3yQgyPxqugfipAeusasoDXHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QmqDhAmqUPHsbJeX2dWG6S2U2UWoORov { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8cc63f;border-left:0.0625rem solid #8cc63f;border-right:0.0625rem solid #8cc63f;border-bottom:0.0625rem solid #8cc63f;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:#8cc63f;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.64583375rem;height:3.14583375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.854166507721rem;left:5.78125rem;display:block; }
#HtKv7NqwThvnbg5UtmsRIO7TPD898a4W { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBIabdHnOtZrxVZpBbloTi1S3EbfqMoc { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8cc63f;border-left:0.0625rem solid #8cc63f;border-right:0.0625rem solid #8cc63f;border-bottom:0.0625rem solid #8cc63f;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:#8cc63f;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.89583375rem;height:3.14583375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:11.875rem;left:50.4375rem;display:block; }
#pQC1rF7UebE2m56c0NpSqsLkAAzAdVhr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xqEoONcNUhpL3mptmzZo3yvHw4mRmpKT { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #8cc63f;border-left:0.0625rem solid #8cc63f;border-right:0.0625rem solid #8cc63f;border-bottom:0.0625rem solid #8cc63f;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:#8cc63f;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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.38020875rem;height:3.13020875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.25rem;left:28.8125rem;display:block; }
#h6WXrACyMHARpc2yieL5wipXLG4Gain5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pzaguUzd5SAB9bHr33FGXzbbfC3KZtW6 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.375rem;width:11.25rem;top:17.0625rem;left:0rem;overflow:hidden;display:block; }
#XCmlcQHto3ESdLsL4ndm3OKCKTzT0nUZ { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.25rem;top:17rem;left:12rem;overflow:hidden;display:block; }
#PL8iGW284xnS6DA58M3zMzuefqITfB75 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:11.25rem;top:17.0625rem;left:23.9375rem;overflow:hidden;display:block; }
#AK5sxexLOkRSN9TZLsJqpTMxcE1KcJmc { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:17.125rem;left:63.75rem;overflow:hidden;display:block; }
#hQQTJxpGKGMbrmWg7Qq9LAPUzFqgQ1hx { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:17.125rem;left:51.75rem;overflow:hidden;display:block; }
#TWgGwxGvAK5xwKoXWSI6du3gDKqmpyAD { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:17.125rem;left:39.75rem;overflow:hidden;display:block; }
#iPVacT9acyrvza1q0bf4ksNeTxMy5q4S { position:absolute;display:block;z-index:15024;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:34.0625rem;left:38.125rem;overflow:hidden;display:block; }
#aQWnxuVzU0EUGIvZzOVHeUdvAan4L4hQ { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:34.0625rem;left:26.125rem;overflow:hidden;display:block; }
#sPov6HJIeABTfcAIVsVDT83DmFH9h5HQ { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:34.0625rem;left:49.6875rem;overflow:hidden;display:block; }
#yi2Qf7oQ2IFM1pd5amya7vRDNZ6uUrDs { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:43.5625rem;left:26.0625rem;overflow:hidden;display:block; }
#HtTpua6F1FbnIoSr3dM3kOyf61OvTbhN { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:43.5625rem;left:49.6875rem;overflow:hidden;display:block; }
#C1TzUaHFnTmuRUVu7hWhhxJR6DWOpRwL { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:43.5625rem;left:38.0625rem;overflow:hidden;display:block; }
#T3UAvm296LQwPZv8bWePNR9UdhLSPBhB { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:43.3125rem;left:14.125rem;overflow:hidden;display:block; }
#t58NTisF4zUx6Ui5H6mHeBcqF3WtAZUV { background-color:#8cc63f;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:#ffffff;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.4375rem;height:4.125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:4.1875rem;left:14.28125rem;display:block; }
#rOgieLA9JPuUhq2HZKK8LKodKhMMkIeg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nqgZBMxCFTKfZvJ9PtM6fAi4sTVpUNtN { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15031;text-align:center;text-align-last:center;top:23.158638000488rem;left:1.9997844696045rem;display:block; }
#mScASNotOz1LlTA1xLgouv92nOtkzoWT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dXqx8H3vP6VTskAWfm6KNVQtJyJcmXF1 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15032;text-align:center;text-align-last:center;top:23.158638000488rem;left:13.978952407837rem;display:block; }
#TnqqSFTLuysPuem7SiIiOQJ7JaERqK9C { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#euH3Rpik167N3aAvpXzRA6Rqm710QLo5 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15033;text-align:center;text-align-last:center;top:23.158638000488rem;left:25.936418533325rem;display:block; }
#t1pdW8E9TIH9EzSLdclcwosL9nSTvr8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtFqZ8CTThTFdAyqQDftgohmfNUo9Tf8 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:23.158638000488rem;left:41.749132156372rem;display:block; }
#ZwsP0JOORHMp8Tu7typZoIO2M9Bdzdq2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lUzWcMdBTzMw9ATa9DRlXTCP6gNisTWb { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:11.25rem;top:34.0625rem;left:14.125rem;overflow:hidden;display:block; }
#pcZkVNOkfJDXmrz2Ah6OdUQP3kRnozpT { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:23.158638000488rem;left:53.759767532349rem;display:block; }
#Tqvgvv4ZxcIHnXMZ95CulCD6nR1lmVDk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izDZRqlSev8mo4x6xIQO170vL4bXHvus { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:23.158638000488rem;left:65.7497882843rem;display:block; }
#kCBJPa7STFAK2PuplxwZk0FUpDVcFfgQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vZZCcfS8mN2bLZmHb8UzgyHNUiTuJOO6 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:40.0625rem;left:16.25rem;display:block; }
#CEg5H93C8exNRS7DJ4nayJanSr1SbQfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKFSrktL0T8NswhRka6EAM4nPlfs43D3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:40.0625rem;left:28.1875rem;display:block; }
#ZdUlo8zJtJDz0tJJgPPl5BhW1LTBzkhI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cv1vT0StxuJxcerKMhhTpzJOywG4GHyl { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:40.0625rem;left:40.125rem;display:block; }
#Bc1iNUPwQeBb9ozN1MoWaaXHJhF4vT3y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xeyot8E0VLTtR1f0hW3volrw1fqkahHZ { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:49.1875rem;left:16.125rem;display:block; }
#ZvZ4E7HrivbSWQyFf63FBwql25If7o3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MOAppNco4WXysbJbfz7e5q2WFpVAftPk { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:40.1875rem;left:51.8125rem;display:block; }
#ds8av5tRofd1lrUnU6SwezhnWhu3iniq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DlENVHXLrdWQS6StaT3XTXVTMlO4kuEn { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:49.4375rem;left:28.125rem;display:block; }
#lBLPIw8FVhmUmfgVbVWPw3CsB3JqxprP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WulxUKZTqJveMQ3BnoUW5nTQD0ePPL8s { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:49.5rem;left:40.25rem;display:block; }
#PIP7vV1z7sHVgSGs2hllbcE8hLlNvwQa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZotCRt07KUruh9d92mJ6vaUal1atk6zU { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.125rem 0.3125rem rgba(var(--color-secondary-4),0.3) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.249375rem;height:2.24935rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:49.5rem;left:51.8125rem;display:block; }
#htcNe16GSFm6yT7lPRmqeQQarJbeP8QO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG { 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; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container { background-color: transparent; background-image: none; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container > .video-iframe-container { display: none; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row > .video-iframe-container { display: none; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .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); }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container { border-width: 0; border-radius: 0; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container { font-size:0.875rem;font-family:arial;height:57.875rem;width:75rem;position:relative;display:block; }#WtBGtlOHlJQX7yogwEVo71cFNWeitHBo { background-color:#ffffff;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:#8cc63f;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:22.3730625rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:51.873915672303rem;left:26.312936782837rem;display:block; }
#GuEwzAbHakOHeEiAB6kAJcLMJOzJnK9w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UgB04mq3KPCVAzHpk1aemumniA56MiC3 { color:rgba(var(--color-tertiary-0),1);display:block;width:14.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:18.4375rem;left:5.375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#paaJtGThrHDmfsWEXbIk11bJNTpe464F { 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-primary-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.621125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:70.49853515625rem;left:26.1884765625rem;display:none; }
#AOJkZdkGEhPiHiEcxNSLXRLxBE579TNG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zRBRronoG2vaEb3s9IdPvtwwqMIIE39E { position:absolute;display:block;z-index:15008;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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.1875rem;width:19.3125rem;top:11.124130249024rem;left:2.8743495941162rem;display:block; }
#ci2wUlbu8WwhaTrgXOc6A7bKBXN6ang4 { background-color:#ffffff;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:#8cc63f;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:48.4375rem;height:4.0625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:3.951416015625rem;left:13.873291015625rem;display:none; }
#HfmbmXGp1B3wpl8VX6CtRshoQWg5c9lX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xxG2e52ahELvzTBshTnT8M8cDfl3zNuB { background-color:#ffffff;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:#8cc63f;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:2.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:46.6875rem;height:4.0625rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:3.6875rem;left:14.3427734375rem;display:block; }
#gmhdS24KA5doZEVJQAI8OBVbfRQ1o4Hz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GcwT4Hen1RTDWZ2Sca8LKCcxWf7Hhtra { position:absolute;display:block;z-index:15011;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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.1875rem;width:19.3125rem;top:11.3125rem;left:27.875rem;display:block; }
#OTuwqytVuT3mwLqJZkdIQ0WCNcdhRsUX { color:rgba(var(--color-tertiary-0),1);display:block;width:14.56175rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:18.625rem;left:30.375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TvUO6CqhoxI27zwdpJkNvbDGNssUsfUx { position:absolute;display:block;z-index:15014;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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.5625rem;width:28rem;top:33.437072753906rem;left:7.5000019073488rem;display:block; }
#oBw2RDCekk2dG4AwegLZkNVrpQdON1Rr { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:39.6875rem;left:9.5625rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BScRWh4Czo5Uncn4Wq6mmvHGpri7JyAx { position:absolute;display:block;z-index:15017;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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:16.1870625rem;width:19.3120625rem;top:11.311849832535rem;left:52.702913284302rem;display:block; }
#KDadanXxXo8JTgp6VqOioUh6ATLKJpoB { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:18.624132871627rem;left:53.437501907349rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BTDxHJblQfxyMk6sXby9NS2eZU1dwgut { color:rgba(var(--color-tertiary-0),1);display:block;width:24.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.2;letter-spacing:0;top:39.875rem;left:41.5rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S1rmMvn7OH6ykSi6GXgb0ELD74srxI2c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12.64431476593rem;left:10.000001907349rem; }
#mEKN2e7zOx9XxFHOtT1mkcJr0c4OSqLS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:12.64431476593rem;left:35.000001907349rem; }
#iXs2KPurRlRBMEWfOidMfOG1sLo0RhUV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:12.64431476593rem;left:60.000001907349rem; }
#UT6TeL6GGfm85u3o03h0RgWQuFoT96m8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:34.125rem;left:51.1875rem; }
#S83Tash0m667XIFDteggqbzuIecdnez8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5rem;width:5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:34.124352216721rem;left:19.137372970581rem; }
#iZ849S88gAFFV1Mp6rmeyfQfGtDSq2FS { position:absolute;display:block;z-index:15015;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.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.561625rem;width:27.999125rem;top:33.434246063233rem;left:39.703775405884rem;display:block; }
#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71767661-93f8-498e-aa67-c72e8fc78b53/11carinha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.adaptive-delivery-prevent-bg, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyload, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyloading { background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.85); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { border-width: 0; border-radius: 0; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::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; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { color:rgba(var(--color-tertiary-0),1);display:block;width:44.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15040;line-height:1.2;letter-spacing:0;top:3.2486972808838rem;left:1.8120670318604rem;height:14.4010625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#taVSJDobQFNhnmoZcEdPZKi38XlxGyFo { color:rgba(var(--color-tertiary-0),1);display:block;width:34.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:19.9375rem;left:1.8125rem;height:12.67575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DSdqxSGrG5ZWMRJ6UPWrlOzTnys2TU9F { 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:26.5625rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.436199188233rem;left:1.8120670318604rem;display:block; }
#hWJsRh8Od11FzCzzGxvte96iEDn0dUsv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NdEIMfHMZHQ4gyIQleaq8y42gv8J8yWV { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9373125rem;width:20.1248125rem;top:14.8125rem;left:48rem;overflow:hidden;display:block; }
#BOMpnmmZmsJce9WRPPhKRmE9R7JRxAVD { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:17.5rem;top:22.4375rem;left:40.4375rem;overflow:hidden;display:block; }
#OtLU8Si6T45bRf9uurhsxNh6J5c1NTTF { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3745625rem;width:18.311625rem;top:6.875rem;left:54.875rem;overflow:hidden;display:block; }
#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { position:relative;display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { background-color: transparent; background-image: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row > .video-iframe-container { display: none; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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); }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { border-width: 0; border-radius: 0; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .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:30.3125rem;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; }#uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { color:rgba(var(--color-primary-2),1);display:block;width:29.9375rem;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:5.203857421875rem;left:2.872314453125rem;height:19.9001875rem;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; }
#OvIJV0xiMR1ocOIew483PBaRsPocEPMg { 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:25.18675rem;width:33.62425rem;top:3.623046875rem;left:38.9990234375rem;overflow:hidden;display:block; }
#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:6.9375rem;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:3.41796875rem;left:49.25rem;height:1.225rem;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:3.48046875rem;left:32.1875rem;height:1.225rem;font-style:normal;display:block; }
#XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { color:rgba(var(--color-primary-2),1);display:block;width:11.0623125rem;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:1.1106796264649rem;left:61.005861282349rem;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:3.3125rem;left:30.3125rem; }
#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:3.3125rem;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:2.3408203125rem;left:1.935546875rem;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:2.466365814209rem;left:64.436853408812rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > 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:2.466365814209rem;left:68.8747882843rem; }
#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.3rem;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:39.6875rem;height:;top:10.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:35.4375rem;height:;top:24.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { top:3.6875rem;left:0rem;width:14.375rem;height:4.3562491882765rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:15.625rem;height:3.4375rem;top:33.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4dGzIL38QbnQVyIbWxin2boHt5HWpmu { display:block; }
 }@media only screen and (max-width: 763px) { #ScHEGo51TkOzD0J2bZQpVTTK9lP75DT6 { top:11.9375rem;left:19.4375rem;width:28.3125rem;height:22.76260316789rem;display:block; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFynqPMZZiZtSw5JaE5x2VaLERJ4e9ui { width:46.75rem;height:6.5rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uI0cLNhK3yQgyPxqugfipAeusasoDXHS { display:block; }
 }@media only screen and (max-width: 763px) { #QmqDhAmqUPHsbJeX2dWG6S2U2UWoORov { width:23.625rem;height:3.125rem;top:11.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtKv7NqwThvnbg5UtmsRIO7TPD898a4W { display:block; }
 }@media only screen and (max-width: 763px) { #gBIabdHnOtZrxVZpBbloTi1S3EbfqMoc { width:13.875rem;height:3.125rem;top:11.875rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQC1rF7UebE2m56c0NpSqsLkAAzAdVhr { display:block; }
 }@media only screen and (max-width: 763px) { #xqEoONcNUhpL3mptmzZo3yvHw4mRmpKT { width:17.375rem;height:3.125rem;top:29.25rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6WXrACyMHARpc2yieL5wipXLG4Gain5 { display:block; }
 }@media only screen and (max-width: 763px) { #pzaguUzd5SAB9bHr33FGXzbbfC3KZtW6 { top:17.0625rem;left:0rem;width:11.25rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmlcQHto3ESdLsL4ndm3OKCKTzT0nUZ { top:17rem;left:0rem;width:11.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8iGW284xnS6DA58M3zMzuefqITfB75 { top:17.0625rem;left:10.3125rem;width:11.25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5sxexLOkRSN9TZLsJqpTMxcE1KcJmc { top:17.125rem;left:36.5rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQTJxpGKGMbrmWg7Qq9LAPUzFqgQ1hx { top:17.125rem;left:36.5rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgGwxGvAK5xwKoXWSI6du3gDKqmpyAD { top:17.125rem;left:26.125rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVacT9acyrvza1q0bf4ksNeTxMy5q4S { top:34.0625rem;left:24.5rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQWnxuVzU0EUGIvZzOVHeUdvAan4L4hQ { top:34.0625rem;left:12.5rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPov6HJIeABTfcAIVsVDT83DmFH9h5HQ { top:34.0625rem;left:36.0625rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi2Qf7oQ2IFM1pd5amya7vRDNZ6uUrDs { top:43.5625rem;left:12.4375rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTpua6F1FbnIoSr3dM3kOyf61OvTbhN { top:43.5625rem;left:36.0625rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TzUaHFnTmuRUVu7hWhhxJR6DWOpRwL { top:43.5625rem;left:24.4375rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UAvm296LQwPZv8bWePNR9UdhLSPBhB { top:43.3125rem;left:0.5rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58NTisF4zUx6Ui5H6mHeBcqF3WtAZUV { width:46.4375rem;height:4.125rem;top:4.1875rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOgieLA9JPuUhq2HZKK8LKodKhMMkIeg { display:block; }
 }@media only screen and (max-width: 763px) { #nqgZBMxCFTKfZvJ9PtM6fAi4sTVpUNtN { width:7.1875rem;height:2.1875rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mScASNotOz1LlTA1xLgouv92nOtkzoWT { display:block; }
 }@media only screen and (max-width: 763px) { #dXqx8H3vP6VTskAWfm6KNVQtJyJcmXF1 { width:7.1875rem;height:2.1875rem;top:23.125rem;left:0.35395240783691rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqqSFTLuysPuem7SiIiOQJ7JaERqK9C { display:block; }
 }@media only screen and (max-width: 763px) { #euH3Rpik167N3aAvpXzRA6Rqm710QLo5 { width:7.1875rem;height:2.1875rem;top:23.125rem;left:12.311418533325rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pdW8E9TIH9EzSLdclcwosL9nSTvr8a { display:block; }
 }@media only screen and (max-width: 763px) { #vtFqZ8CTThTFdAyqQDftgohmfNUo9Tf8 { width:7.1875rem;height:2.1875rem;top:23.125rem;left:28.124132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsP0JOORHMp8Tu7typZoIO2M9Bdzdq2 { display:block; }
 }@media only screen and (max-width: 763px) { #lUzWcMdBTzMw9ATa9DRlXTCP6gNisTWb { top:34.0625rem;left:0.5rem;width:11.25rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcZkVNOkfJDXmrz2Ah6OdUQP3kRnozpT { width:7.1875rem;height:2.1875rem;top:23.125rem;left:40.134767532349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqvgvv4ZxcIHnXMZ95CulCD6nR1lmVDk { display:block; }
 }@media only screen and (max-width: 763px) { #izDZRqlSev8mo4x6xIQO170vL4bXHvus { width:7.1875rem;height:2.1875rem;top:23.125rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBJPa7STFAK2PuplxwZk0FUpDVcFfgQ { display:block; }
 }@media only screen and (max-width: 763px) { #vZZCcfS8mN2bLZmHb8UzgyHNUiTuJOO6 { width:7.1875rem;height:2.1875rem;top:40.0625rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEg5H93C8exNRS7DJ4nayJanSr1SbQfA { display:block; }
 }@media only screen and (max-width: 763px) { #nKFSrktL0T8NswhRka6EAM4nPlfs43D3 { width:7.1875rem;height:2.1875rem;top:40.0625rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUlo8zJtJDz0tJJgPPl5BhW1LTBzkhI { display:block; }
 }@media only screen and (max-width: 763px) { #Cv1vT0StxuJxcerKMhhTpzJOywG4GHyl { width:7.1875rem;height:2.1875rem;top:40.0625rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1iNUPwQeBb9ozN1MoWaaXHJhF4vT3y { display:block; }
 }@media only screen and (max-width: 763px) { #xeyot8E0VLTtR1f0hW3volrw1fqkahHZ { width:7.1875rem;height:2.1875rem;top:49.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ4E7HrivbSWQyFf63FBwql25If7o3f { display:block; }
 }@media only screen and (max-width: 763px) { #MOAppNco4WXysbJbfz7e5q2WFpVAftPk { width:7.1875rem;height:2.1875rem;top:40.1875rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds8av5tRofd1lrUnU6SwezhnWhu3iniq { display:block; }
 }@media only screen and (max-width: 763px) { #DlENVHXLrdWQS6StaT3XTXVTMlO4kuEn { width:7.1875rem;height:2.1875rem;top:49.4375rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLPIw8FVhmUmfgVbVWPw3CsB3JqxprP { display:block; }
 }@media only screen and (max-width: 763px) { #WulxUKZTqJveMQ3BnoUW5nTQD0ePPL8s { width:7.1875rem;height:2.1875rem;top:49.5rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIP7vV1z7sHVgSGs2hllbcE8hLlNvwQa { display:block; }
 }@media only screen and (max-width: 763px) { #ZotCRt07KUruh9d92mJ6vaUal1atk6zU { width:7.1875rem;height:2.1875rem;top:49.5rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #htcNe16GSFm6yT7lPRmqeQQarJbeP8QO { display:block; }
 }@media only screen and (max-width: 763px) { #P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG { display:block; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtBGtlOHlJQX7yogwEVo71cFNWeitHBo { width:22.3125rem;height:3.4375rem;top:51.8125rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuEwzAbHakOHeEiAB6kAJcLMJOzJnK9w { display:block; }
 }@media only screen and (max-width: 763px) { #UgB04mq3KPCVAzHpk1aemumniA56MiC3 { width:14.5rem;height:7.5rem;top:18.4375rem;left:0.81184959411619rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paaJtGThrHDmfsWEXbIk11bJNTpe464F { width:22.5625rem;height:3.4375rem;top:70.4375rem;left:9.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AOJkZdkGEhPiHiEcxNSLXRLxBE579TNG { display:block; }
 }@media only screen and (max-width: 763px) { #zRBRronoG2vaEb3s9IdPvtwwqMIIE39E { width:19.3125rem;height:16.1875rem;top:11.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci2wUlbu8WwhaTrgXOc6A7bKBXN6ang4 { width:46.75rem;height:4.0625rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfmbmXGp1B3wpl8VX6CtRshoQWg5c9lX { display:block; }
 }@media only screen and (max-width: 763px) { #xxG2e52ahELvzTBshTnT8M8cDfl3zNuB { width:46.6875rem;height:4.0625rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmhdS24KA5doZEVJQAI8OBVbfRQ1o4Hz { display:block; }
 }@media only screen and (max-width: 763px) { #GcwT4Hen1RTDWZ2Sca8LKCcxWf7Hhtra { width:19.25rem;height:16.125rem;top:11.3125rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTuwqytVuT3mwLqJZkdIQ0WCNcdhRsUX { width:14.5rem;height:7.5rem;top:18.625rem;left:16.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUO6CqhoxI27zwdpJkNvbDGNssUsfUx { width:28rem;height:14.5625rem;top:33.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBw2RDCekk2dG4AwegLZkNVrpQdON1Rr { width:24.6875rem;height:7.5rem;top:39.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BScRWh4Czo5Uncn4Wq6mmvHGpri7JyAx { width:19.25rem;height:16.125rem;top:11.25rem;left:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDadanXxXo8JTgp6VqOioUh6ATLKJpoB { width:18.125rem;height:7.5rem;top:18.5625rem;left:29.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTDxHJblQfxyMk6sXby9NS2eZU1dwgut { width:24.6875rem;height:5.625rem;top:39.875rem;left:7.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rmMvn7OH6ykSi6GXgb0ELD74srxI2c { top:12.625rem;left:5.4375019073486rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEKN2e7zOx9XxFHOtT1mkcJr0c4OSqLS { top:12.625rem;left:21.312501907349rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXs2KPurRlRBMEWfOidMfOG1sLo0RhUV { top:12.625rem;left:37.187501907349rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT6TeL6GGfm85u3o03h0RgWQuFoT96m8 { top:34.125rem;left:31.75rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S83Tash0m667XIFDteggqbzuIecdnez8 { top:34.0625rem;left:10.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZ849S88gAFFV1Mp6rmeyfQfGtDSq2FS { width:27.9375rem;height:14.5rem;top:33.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:44.0625rem;height:14.375rem;top:3.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVSJDobQFNhnmoZcEdPZKi38XlxGyFo { width:34.6875rem;height:12.625rem;top:19.9375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdqxSGrG5ZWMRJ6UPWrlOzTnys2TU9F { width:26.5625rem;height:3.4375rem;top:35.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJsRh8Od11FzCzzGxvte96iEDn0dUsv { display:block; }
 }@media only screen and (max-width: 763px) { #NdEIMfHMZHQ4gyIQleaq8y42gv8J8yWV { top:14.8125rem;left:27.6875rem;width:20.0625rem;height:22.866291650233rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOMpnmmZmsJce9WRPPhKRmE9R7JRxAVD { top:22.4375rem;left:26.8125rem;width:17.5rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtLU8Si6T45bRf9uurhsxNh6J5c1NTTF { top:6.875rem;left:29.5rem;width:18.25rem;height:18.312725693378rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:29.9375rem;height:19.875rem;top:5.1875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIJV0xiMR1ocOIew483PBaRsPocEPMg { top:3.5625rem;left:14.125rem;width:33.5625rem;height:25.140495234094rem;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:3.375rem;left:35.625rem;width:7.5625rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { top:3.4375rem;left:18.5625rem;width:12.375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzVCzakcyZ04yITIpy7HAyqpbax3cWbJ { top:1.0625rem;left:36.75rem;width:11rem;height:1rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRZ6A30Qh7eswFfcpxhNlJwTeEtvPUTW { top:3.3125rem;left:16.6875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { top:3.3125rem;left:33.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { top:2.3125rem;left:0rem;width:12.375rem;height:3.4819843794762rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { top:2.4375rem;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) { #pOTTmgoIabuFQ5iQRM9I9XwrV3k2Slu7 { top:2.4375rem;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:0.6875rem;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:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:20rem;height:5.173825rem;top:5.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:18.0588125rem;height:5.2rem;top:11.104601860046rem;left:0.97005218267444rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCR4J8KIZers5KR7sBkxgzRU6Vtwmgbf { width:6.749125rem;height:2.06163125rem;top:1.8120660781861rem;left:6.6243494153025rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoEMrVIRFSDbI4myE2a2X8HItSn6P0Ai { width:11.6873125rem;height:2.5rem;top:18.062067031861rem;left:4.1558163762093rem;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) { #ScHEGo51TkOzD0J2bZQpVTTK9lP75DT6 { width:9.9375rem;height:8rem;top:23.0546875rem;left:9.8826690296706rem;display:none; }
 }@media only screen and (max-width: 763px) { #URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy { display:block; }#URWxr4AG8QPEfmidJ9i43Zn7y7lkSwwy > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HFynqPMZZiZtSw5JaE5x2VaLERJ4e9ui { width:13.0625rem;height:3.8125rem;top:1.5rem;left:3.46875rem;font-size:1rem;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) { #uI0cLNhK3yQgyPxqugfipAeusasoDXHS { display:block; }
 }@media only screen and (max-width: 763px) { #QmqDhAmqUPHsbJeX2dWG6S2U2UWoORov { width:18.875rem;height:3.125rem;top:6.5rem;left:0.5625rem;font-size:1rem;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) { #HtKv7NqwThvnbg5UtmsRIO7TPD898a4W { display:block; }
 }@media only screen and (max-width: 763px) { #gBIabdHnOtZrxVZpBbloTi1S3EbfqMoc { width:18.875rem;height:3.125rem;top:25.749783754349rem;left:0.56206601858139rem;font-size:1rem;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) { #pQC1rF7UebE2m56c0NpSqsLkAAzAdVhr { display:block; }
 }@media only screen and (max-width: 763px) { #xqEoONcNUhpL3mptmzZo3yvHw4mRmpKT { width:18.875rem;height:3.125rem;top:46.436635255814rem;left:0.56206601858139rem;font-size:1rem;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) { #h6WXrACyMHARpc2yieL5wipXLG4Gain5 { display:block; }
 }@media only screen and (max-width: 763px) { #pzaguUzd5SAB9bHr33FGXzbbfC3KZtW6 { width:7.5rem;height:4.875rem;top:10.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmlcQHto3ESdLsL4ndm3OKCKTzT0nUZ { width:7.5rem;height:4.9375rem;top:10.5625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL8iGW284xnS6DA58M3zMzuefqITfB75 { width:7.5rem;height:4.93706875rem;top:17.567925691604rem;left:6.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #AK5sxexLOkRSN9TZLsJqpTMxcE1KcJmc { width:7.5rem;height:5rem;top:37.318578720093rem;left:6.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQQTJxpGKGMbrmWg7Qq9LAPUzFqgQ1hx { width:7.5rem;height:5rem;top:29.812283754349rem;left:10.374349892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWgGwxGvAK5xwKoXWSI6du3gDKqmpyAD { width:7.5rem;height:5rem;top:29.812283754349rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPVacT9acyrvza1q0bf4ksNeTxMy5q4S { width:7.5rem;height:5rem;top:58.44140625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQWnxuVzU0EUGIvZzOVHeUdvAan4L4hQ { width:7.5rem;height:5rem;top:51.499569892883rem;left:10.374349892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #sPov6HJIeABTfcAIVsVDT83DmFH9h5HQ { width:7.5rem;height:5rem;top:58.4375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi2Qf7oQ2IFM1pd5amya7vRDNZ6uUrDs { width:7.5rem;height:5rem;top:65.9375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtTpua6F1FbnIoSr3dM3kOyf61OvTbhN { width:7.5rem;height:5rem;top:73.375rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TzUaHFnTmuRUVu7hWhhxJR6DWOpRwL { width:7.5rem;height:5rem;top:73.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3UAvm296LQwPZv8bWePNR9UdhLSPBhB { width:7.5rem;height:5rem;top:65.9375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t58NTisF4zUx6Ui5H6mHeBcqF3WtAZUV { width:19rem;height:2.4375rem;top:77.75rem;left:0.5rem;font-size: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:none; }
 }@media only screen and (max-width: 763px) { #rOgieLA9JPuUhq2HZKK8LKodKhMMkIeg { display:block; }
 }@media only screen and (max-width: 763px) { #nqgZBMxCFTKfZvJ9PtM6fAi4sTVpUNtN { width:7.1875rem;height:2.1875rem;top:14.622396707535rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #mScASNotOz1LlTA1xLgouv92nOtkzoWT { display:block; }
 }@media only screen and (max-width: 763px) { #dXqx8H3vP6VTskAWfm6KNVQtJyJcmXF1 { width:7.1875rem;height:2.1875rem;top:14.622396707535rem;left:10.530599892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnqqSFTLuysPuem7SiIiOQJ7JaERqK9C { display:block; }
 }@media only screen and (max-width: 763px) { #euH3Rpik167N3aAvpXzRA6Rqm710QLo5 { width:7.1875rem;height:2.1875rem;top:21.819228410721rem;left:6.4062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1pdW8E9TIH9EzSLdclcwosL9nSTvr8a { display:block; }
 }@media only screen and (max-width: 763px) { #vtFqZ8CTThTFdAyqQDftgohmfNUo9Tf8 { width:7.1875rem;height:2.1875rem;top:33.999567270279rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZwsP0JOORHMp8Tu7typZoIO2M9Bdzdq2 { display:block; }
 }@media only screen and (max-width: 763px) { #lUzWcMdBTzMw9ATa9DRlXTCP6gNisTWb { width:7.5rem;height:5rem;top:51.498485565186rem;left:2.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcZkVNOkfJDXmrz2Ah6OdUQP3kRnozpT { width:7.1875rem;height:2.1875rem;top:33.999567985534rem;left:10.530599892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqvgvv4ZxcIHnXMZ95CulCD6nR1lmVDk { display:block; }
 }@media only screen and (max-width: 763px) { #izDZRqlSev8mo4x6xIQO170vL4bXHvus { width:7.1875rem;height:2.1875rem;top:41.499566078186rem;left:6.4062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCBJPa7STFAK2PuplxwZk0FUpDVcFfgQ { display:block; }
 }@media only screen and (max-width: 763px) { #vZZCcfS8mN2bLZmHb8UzgyHNUiTuJOO6 { width:7.1875rem;height:2.1875rem;top:55.407993316651rem;left:2.3437500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #CEg5H93C8exNRS7DJ4nayJanSr1SbQfA { display:block; }
 }@media only screen and (max-width: 763px) { #nKFSrktL0T8NswhRka6EAM4nPlfs43D3 { width:7.1875rem;height:2.1875rem;top:55.407990455627rem;left:10.530599892139rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdUlo8zJtJDz0tJJgPPl5BhW1LTBzkhI { display:block; }
 }@media only screen and (max-width: 763px) { #Cv1vT0StxuJxcerKMhhTpzJOywG4GHyl { width:7.1875rem;height:2.1875rem;top:62.75rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bc1iNUPwQeBb9ozN1MoWaaXHJhF4vT3y { display:block; }
 }@media only screen and (max-width: 763px) { #xeyot8E0VLTtR1f0hW3volrw1fqkahHZ { width:7.1875rem;height:2.1875rem;top:70rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvZ4E7HrivbSWQyFf63FBwql25If7o3f { display:block; }
 }@media only screen and (max-width: 763px) { #MOAppNco4WXysbJbfz7e5q2WFpVAftPk { width:7.1875rem;height:2.1875rem;top:62.75rem;left:10.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ds8av5tRofd1lrUnU6SwezhnWhu3iniq { display:block; }
 }@media only screen and (max-width: 763px) { #DlENVHXLrdWQS6StaT3XTXVTMlO4kuEn { width:7.1875rem;height:2.1875rem;top:70.0625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lBLPIw8FVhmUmfgVbVWPw3CsB3JqxprP { display:block; }
 }@media only screen and (max-width: 763px) { #WulxUKZTqJveMQ3BnoUW5nTQD0ePPL8s { width:7.1875rem;height:2.1875rem;top:77.5625rem;left:2.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIP7vV1z7sHVgSGs2hllbcE8hLlNvwQa { display:block; }
 }@media only screen and (max-width: 763px) { #ZotCRt07KUruh9d92mJ6vaUal1atk6zU { width:7.1875rem;height:2.1875rem;top:77.5625rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #htcNe16GSFm6yT7lPRmqeQQarJbeP8QO { display:block; }
 }@media only screen and (max-width: 763px) { #P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG { display:block; }#P2k3OXiKLVHZmNFDdnCoDTzP6iRDkLOG > .row .container { width:20rem;height:59.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WtBGtlOHlJQX7yogwEVo71cFNWeitHBo { width:15.1248125rem;height:2.99913125rem;top:54.870880126953rem;left:2.4370661377907rem;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) { #GuEwzAbHakOHeEiAB6kAJcLMJOzJnK9w { display:block; }
 }@media only screen and (max-width: 763px) { #UgB04mq3KPCVAzHpk1aemumniA56MiC3 { width:17.4370625rem;height:2.25rem;top:11.050348281861rem;left:1.2803819775581rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #paaJtGThrHDmfsWEXbIk11bJNTpe464F { width:13.25rem;height:2.375rem;top:67.54687690735rem;left:3.375rem;font-size:1rem;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:15011;display:none; }
 }@media only screen and (max-width: 763px) { #AOJkZdkGEhPiHiEcxNSLXRLxBE579TNG { display:block; }
 }@media only screen and (max-width: 763px) { #zRBRronoG2vaEb3s9IdPvtwwqMIIE39E { width:19.25rem;height:8.25rem;top:6.62434387207rem;left:0.205078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ci2wUlbu8WwhaTrgXOc6A7bKBXN6ang4 { width:13.6875rem;height:3.8125rem;top:1.3125rem;left:3.15625rem;font-size:1rem;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) { #HfmbmXGp1B3wpl8VX6CtRshoQWg5c9lX { display:block; }
 }@media only screen and (max-width: 763px) { #xxG2e52ahELvzTBshTnT8M8cDfl3zNuB { width:19rem;height:4.0625rem;top:72.125rem;left:0.5rem;font-size:1.4375rem;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:none; }
 }@media only screen and (max-width: 763px) { #gmhdS24KA5doZEVJQAI8OBVbfRQ1o4Hz { display:block; }
 }@media only screen and (max-width: 763px) { #GcwT4Hen1RTDWZ2Sca8LKCcxWf7Hhtra { width:19.25rem;height:7.375rem;top:26.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTuwqytVuT3mwLqJZkdIQ0WCNcdhRsUX { width:15.374375rem;height:2.25rem;top:30.49804854393rem;left:2.3122830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvUO6CqhoxI27zwdpJkNvbDGNssUsfUx { width:19.625rem;height:9.1875rem;top:15.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oBw2RDCekk2dG4AwegLZkNVrpQdON1Rr { width:20rem;height:3.375rem;top:20.374349594116rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BScRWh4Czo5Uncn4Wq6mmvHGpri7JyAx { width:19.625rem;height:8.0625rem;top:35.223526000976rem;left:0.096571207046506rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDadanXxXo8JTgp6VqOioUh6ATLKJpoB { width:17.561875rem;height:2.25rem;top:49.124137878418rem;left:1.2185330986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTDxHJblQfxyMk6sXby9NS2eZU1dwgut { width:16.5625rem;height:3.375rem;top:39.187066793442rem;left:1.7187500596046rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1rmMvn7OH6ykSi6GXgb0ELD74srxI2c { display:flex;width:2.74956875rem;height:2.74956875rem;top:7.5618495941163rem;left:8.624132454395rem; }
 }@media only screen and (max-width: 763px) { #mEKN2e7zOx9XxFHOtT1mkcJr0c4OSqLS { display:flex;width:2.75rem;height:2.75rem;top:27.124572753906rem;left:8.624132454395rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #iXs2KPurRlRBMEWfOidMfOG1sLo0RhUV { display:flex;width:2.75rem;height:2.75rem;top:45.561851501465rem;left:8.624132454395rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #UT6TeL6GGfm85u3o03h0RgWQuFoT96m8 { display:flex;width:2.75rem;height:2.75rem;top:35.686634063721rem;left:8.624132454395rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #S83Tash0m667XIFDteggqbzuIecdnez8 { display:flex;width:2.75rem;height:2.75rem;top:16.935764312744rem;left:8.624132454395rem;font-size:1.875rem; }
 }@media only screen and (max-width: 763px) { #iZ849S88gAFFV1Mp6rmeyfQfGtDSq2FS { width:19.625rem;height:8.0625rem;top:44.684246063233rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/71767661-93f8-498e-aa67-c72e8fc78b53/11carinha.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.adaptive-delivery-prevent-bg, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyload, #QTAZeEkJDXGqQW3C0KTA2CivT37zdgci.lazyloading { background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { background-color: transparent; background-image: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.81); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row > .video-iframe-container { display: none; }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .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); }#QTAZeEkJDXGqQW3C0KTA2CivT37zdgci > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OhGXnThDAMbuwwGJh6vdwpDKDT7XxEPP { width:18.75rem;height:6rem;top:2.5607662200927rem;left:0.62500005960463rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #taVSJDobQFNhnmoZcEdPZKi38XlxGyFo { width:16.9998125rem;height:6.334rem;top:9.9685344696044rem;left:1.4995661377907rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdqxSGrG5ZWMRJ6UPWrlOzTnys2TU9F { width:16.311875rem;height:2.5rem;top:17.753908157349rem;left:1.8435330986977rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWJsRh8Od11FzCzzGxvte96iEDn0dUsv { display:block; }
 }@media only screen and (max-width: 763px) { #NdEIMfHMZHQ4gyIQleaq8y42gv8J8yWV { width:7rem;height:8rem;top:41.81640625rem;left:12.847751222249rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOMpnmmZmsJce9WRPPhKRmE9R7JRxAVD { width:7.125rem;height:7.75rem;top:21.50390625rem;left:11.501019502184rem;display:none; }
 }@media only screen and (max-width: 763px) { #OtLU8Si6T45bRf9uurhsxNh6J5c1NTTF { width:4.9375rem;height:4.9375rem;top:32.172310352326rem;left:14.93935007347rem;display:none; }
 }@media only screen and (max-width: 763px) { #BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 { display:block; }#BVAeLDbnduW3Sb1meqgVNtXJJOt4zEA0 > .row .container { width:20rem;height:23.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uTkoOmrnFfhQdvL2SaT4u6CwkCXEZ2Mf { width:18.4375rem;height:5.11875rem;top:2.0625rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvIJV0xiMR1ocOIew483PBaRsPocEPMg { width:17.6875rem;height:13.25rem;top:8.9365234375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy { display:block; }#IOb68Bt0Tox3L2xTAotgOMOA8FOqnTCy > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqqTMIEZFhIvIigquVozwz1fUBRz3DbU { width:8.75rem;height:1.4rem;top:9.0809459686281rem;left:3.9366319775581rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rG3ndJ1TZmPQ9KFfP4ATHxh7LuIeGI1q { width:14.4375rem;height:1.4rem;top:7rem;left:3.9375rem;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:4.8936634063721rem;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:6.9375rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IcUggX0q9aUuqwykhyJNAxpCxd8E8zTV { width:1.5625rem;height:1.5625rem;top:8.9995670318606rem;left:1.6243489384651rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpxADuMglSSTvLSyxkfNmRArybUtZWdE { width:7.561875rem;height:2.06163125rem;top:1.3096790313721rem;left:6.2185333371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq { display:flex;width:3.125rem;height:3.125rem;top:11.936851501465rem;left:6.749132454395rem; }
#oghMlQ7lHTq0QwZuKNCielC1gzzBgnVq > 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:11.936851501465rem;left:10.724827110767rem; }
#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:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DdJuNV8no4xhkQRUWfr5WyDNF9u7Iw3t { width:20rem;height:0.8941rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }