.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"Marlide";--paragraphs-font-family:"GRAVESEND SANS"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fff2dc;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#36589d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;overflow:visible;position:relative;display:block; }#rM751Mid6Ufb74BV4zsPGCA4wt8TzK0g { color:#ffffff;display:block;width:57.99925rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.293701171875rem;left:8.49853515625rem;height:1.2994375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nMHWJFpZW67BsenC5zbX664T3t7sBT98 { background-color:#0d161c;background-image:url("https://images.assets-landingi.com/uc/b69234ec-7f79-4269-afbe-e4313162cd85/bg_hero_julho.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98.adaptive-delivery-prevent-bg, #nMHWJFpZW67BsenC5zbX664T3t7sBT98.lazyload, #nMHWJFpZW67BsenC5zbX664T3t7sBT98.lazyloading { background-image: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container { background-color: transparent; background-image: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container > .video-iframe-container { display: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row > .video-iframe-container { display: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .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); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container { border-width: 0; border-radius: 0; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container { font-size:0.875rem;font-family:arial;height:58.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#K0C56ZwR4cEvWy0Frc64aiNN31OlMggZ { color:#ffffff;display:block;width:31.8125rem;position:absolute;font-family:"instrument sans";font-size:2.375rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:16.937255859375rem;left:0rem;height:11.874375rem;font-style:normal;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; }
#WJWir6EpFNToGJUhHsroElbUeeRSI0a9 { color:#ffffff;display:block;width:30.3735625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:31.37451171875rem;left:0rem;height:4.385375rem;font-style:normal;display:block; }
#zRUMEV9tkRygbcaJFnvaZW4TeA20P69a { background-color:#36589d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1.125rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:24.6875rem;height:4.43725625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:38.56201171875rem;left:0rem;display:block; }
#QdPmPVy6BWte7W8IAGIidVTJ7bspqJDL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TUhysWRkEwOh4II2B6I8XedaPhFpgQO0 { position:absolute;display:block;z-index:15008;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:44.624rem;width:27.5rem;top:7.09228515625rem;left:38.87451171875rem;overflow:hidden;display:block; }
#H3BXsKWWCf1JX9PeSIrqBg32deLVrXNk { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:9.43725rem;top:9.56298828125rem;left:0rem;overflow:hidden;display:block; }
#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 { background-color:#3c2213;background-image:url("https://images.assets-landingi.com/uc/32128918-fb77-4132-a4ed-d420dfe3ddb9/IMG_BG_2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0.125rem solid #ffe5ba;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; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90.adaptive-delivery-prevent-bg, #MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90.lazyload, #MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90.lazyloading { background-image: none; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container { background-color: transparent; background-image: none; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container > .video-iframe-container { display: none; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row > .video-iframe-container { display: none; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .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); }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container { border-width: 0; border-radius: 0; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container { font-size:0.875rem;font-family:arial;height:77.875rem;width:75rem;overflow:visible;position:relative;display:block; }#pnxiJJ1qguS1wknAeTnlc9tO9u8f6M1H { color:#fff2dc;display:block;width:47.937rem;position:absolute;font-family:marlide;font-size:3.5625rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:50.0625rem;left:13.5625rem;height:7.12525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#HmTSOuPaTbWa7m31V5tbTxHgQXxpEfTd { color:#fff2dc;display:block;width:45.7495rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:59rem;left:14.5625rem;height:3.8983125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qhIUmPSL4w4CW7feig2BLVLXFUEL51me { background-color:#e17500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:4.43725625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:65.1875rem;left:25.1875rem;display:block; }
#TEa0xEILrq4E4lf8eBRIOEfVOlq2P43A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B51QanyAgsLtv13woRAV3bsJrb8VlMtH { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.3125rem;width:6.3125rem;top:5.3945341110229rem;left:34.34375rem;overflow:hidden;display:block; }
#UXBRctBM0XixAhetDtONMBF8840GAnVI { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:41rem;top:46.9375rem;left:16.9375rem;overflow:hidden;display:block; }
#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 { background-color:#fff2dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container { background-color: transparent; background-image: none; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container > .video-iframe-container { display: none; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row > .video-iframe-container { display: none; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .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); }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container { border-width: 0; border-radius: 0; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container { font-size:0.875rem;font-family:arial;height:133.25rem;width:75rem;overflow:visible;position:relative;display:block; }#eL4r4GedEytVVuwsT6fv0JwNHJMh7P3T { color:#ffffff;display:block;width:26.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:24.936279296875rem;left:7.999267578125rem;height:6.4971875rem;font-style:normal;display:block; }
#uzdbPeT1cuISxqipPNpnllp1ppWK3lQd { background-color:#36589d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.1855625rem;height:4.43725625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33.746337890625rem;left:7.999267578125rem;display:block; }
#n0Hh3MCsKES52ySklvlhouZ11o3e1wXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yKLSd7Ua3fly7hH3wKRiLTgQgbOz5rqI { color:#3c2213;display:block;width:26.5rem;position:absolute;font-family:marlide;font-size:3.5625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:53.8125rem;left:0rem;height:7.12525rem;font-style:normal;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; }
#gB7aAws2q7MwBNt1ebpQLGK4F5mW0ewx { color:#3c2213;display:block;width:33.4985625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:53.8125rem;left:41.5rem;height:11.6949375rem;font-style:normal;display:block; }
#V7QxtdDTegpb021tODD7yqgtDIXy1uUv { color:#ffffff;display:block;width:26rem;position:absolute;font-family:"instrument sans";font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:15.1865234375rem;left:7.999267578125rem;height:8.2495rem;font-style:normal;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; }
#Qp8XFga4SDsoNIrgCRuXlXKcA5EOPwRt { box-sizing:content-box;height:43.93675rem;width:66.18625rem;position:absolute;display:block;z-index:15000;background-color:#d5a75e;background-image:url("https://images.assets-landingi.com/uc/aa92d35a-eb39-4f1d-97b7-2edd698e2493/bg_books.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #fff2dc;border-left:0.0625rem solid #fff2dc;border-right:0.0625rem solid #fff2dc;border-bottom:0.0625rem solid #fff2dc;top:78.997802734375rem;left:4.326171875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#Qp8XFga4SDsoNIrgCRuXlXKcA5EOPwRt.adaptive-delivery-prevent-bg, #Qp8XFga4SDsoNIrgCRuXlXKcA5EOPwRt.lazyload, #Qp8XFga4SDsoNIrgCRuXlXKcA5EOPwRt.lazyloading { background-image: none; }
#LvLSdzzX3WgAFdEvAftlQGMfRlen54Wu { background-color:#e17500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1843125rem;height:4.4360375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:116.63891601562rem;left:27.406005859375rem;display:block; }
#PyFBXek62b0dPAhKy1TgevQFvOF0LWFV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp { box-sizing:content-box;height:39.808625rem;width:68.37375rem;position:absolute;display:block;z-index:14999;background-color:#0d161c;background-image:url("https://images.assets-landingi.com/uc/82cf1658-4601-4c6d-8b09-5f38cf15c06b/dobra_livro.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.3125rem;left:3.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp.adaptive-delivery-prevent-bg, #BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp.lazyload, #BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp.lazyloading { background-image: none; }
#vEzREmxeJTkJcngRSHOQVPfsXaED5l8T { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:3.8125rem;top:22.3125rem;left:1.5rem;overflow:hidden;display:block; }
#va11NApCQLw8XRoLhIuW2hribJcJId8D { position:absolute;display:block;z-index:15006;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.6875rem;width:3.75rem;top:22.3125rem;left:69.6875rem;overflow:hidden;display:block; }
#C3J7oNmFA08OXzx5xiuvpPF8V3Ua41Wh { 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:32.06175rem;width:48.562rem;top:85.015869140625rem;left:13.2177734375rem;overflow:hidden;display:block; }
#AuyCT7H9inxuFurvsE33RboxBseFdHg8 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.6875rem;width:29.25rem;top:14.89013671875rem;left:37.559814453125rem;overflow:hidden;display:block; }
#qE9XzlQ3fxAws42V2w65rttCsIWcCstU { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.5rem;top:76.625rem;left:0rem;overflow:hidden;display:block; }
#z1NJALczUyHZ8s1m0LOCHeIGUdGi7aTA { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.4375rem;top:76.653564453125rem;left:63.563232421875rem;overflow:hidden;display:block; }
#QhXzghKqOG0fJFKKfXrrrQwpAgFAd5Qt { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.4375rem;top:115.3125rem;left:63.5625rem;overflow:hidden;display:block; }
#BPJhWIsRRhWmbQaQXzH2NMLcBEO99OQH { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.4375rem;top:115.3125rem;left:0rem;overflow:hidden;display:block; }
#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz { background-color:#2a0f04;background-image:url("https://images.assets-landingi.com/uc/91ba77cc-777f-4715-97d6-e862d33f3562/bg_lancamentos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz.adaptive-delivery-prevent-bg, #xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz.lazyload, #xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz.lazyloading { background-image: none; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container { background-color: transparent; background-image: none; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container > .video-iframe-container { display: none; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row > .video-iframe-container { display: none; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .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); }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container { border-width: 0; border-radius: 0; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container { font-size:0.875rem;font-family:arial;height:74.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#bk0zzBw42emdUTqANP9hcdbgE1CrNtfm { background-color:#e17500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.183625rem;height:4.4362rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:62rem;left:27.4375rem;display:block; }
#bbv2EbpbCx9oQgPmCO2fZ6Opk8VPCnzI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#osLqr8bM3JuT80tRZUGdUWGBP0bXu8f1 { color:#fff2dc;display:block;width:52.3730625rem;position:absolute;font-family:marlide;font-size:3.5625rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:6.9375rem;left:11.3125rem;height:7.12525rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vx7m1VGpldosTDzlbQLmLRkcJSmJTlxe { color:#ffe5bc;display:block;width:13.6870625rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:51.125rem;left:2rem;height:1.9494625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VV7fce8RzCK4yiLgUsv8mIOk2PZcFldf { color:#fff2dc;display:block;width:7.249375rem;position:absolute;font-family:marlide;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:54.5625rem;left:5.125rem;height:3.0004875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ivdmlECP26ea3T19eO6HPPM978nQ1tvg { color:#fff2dc;display:block;width:11.25rem;position:absolute;font-family:marlide;font-size:1.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:53.8125rem;left:22.4375rem;height:4.50073125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gIbl3nLoUpkpW9ZzTBgvds3HAwTTSGeK { color:#ffe5bc;display:block;width:6.1875rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:51.125rem;left:24.9375rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q8aDHZL76GCrFI4Dd0p4JblQfW32lce9 { color:#fff2dc;display:block;width:8.936625rem;position:absolute;font-family:marlide;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:53.8125rem;left:42.6875rem;height:3.0004875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xITpzbt7otfN1eFhbRdaQ0vusVyBpIUw { color:#ffe5bc;display:block;width:7rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:51.125rem;left:43.6875rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HFK8IbbyaPdoD1IC7bW9emR54rfpuhAP { color:#fff2dc;display:block;width:7.249375rem;position:absolute;font-family:marlide;font-size:1.5rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:53.8125rem;left:62.625rem;height:3.0004875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#r7zE8dIsK9u2VWGWFF7R8d9sitlszBcS { color:#ffe5bc;display:block;width:6.936875rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:51.125rem;left:62.8125rem;height:0.97473125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MPi21S2ZJHJ3PnKk4pnHOv4pu7SR5lKw { position:absolute;display:block;z-index:15010;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:28.375rem;width:17.5rem;top:20rem;left:0rem;overflow:hidden;display:block; }
#GarDd6i7nvOC1dwGoi62yczLG2ok4eBQ { position:absolute;display:block;z-index:15011;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:28.374rem;width:17.5rem;top:20rem;left:19.3125rem;overflow:hidden;display:block; }
#XKTTFXtZB3qUxXyamkcTbhMZk0cODeLr { position:absolute;display:block;z-index:15012;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:28.3728125rem;width:17.5rem;top:20rem;left:38.375rem;overflow:hidden;display:block; }
#CaUm6SqQ3ZOqfUvVRp4PTmdBaEayd36l { position:absolute;display:block;z-index:15013;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:28.3728125rem;width:17.5rem;top:20rem;left:57.5rem;overflow:hidden;display:block; }
#V5CmbR23B3XxTKiEr279G4c44zV5TnGV { background-color:#fff2dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container { background-color: transparent; background-image: none; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container > .video-iframe-container { display: none; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row > .video-iframe-container { display: none; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .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); }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container { border-width: 0; border-radius: 0; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container { font-size:0.875rem;font-family:arial;height:88rem;width:75rem;overflow:visible;position:relative;display:block; }#Lp8GBkRLQSNTmTKHQMDyHdUWT02mWyZS { color:#3c2213;display:block;width:19.24925rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:44.625rem;left:0rem;height:10.39550625rem;font-style:normal;display:block; }
#JTxxhN3BpifzNMaUkISHKm2lm6FQsQPR { color:#3c2213;display:block;width:12.25rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:38.8125rem;left:0rem;height:4.3994125rem;font-style:normal;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; }
#S9AZLRLbfPQr02WOpGWTmwIItlkngdoU { color:#3c2213;display:block;width:72.686875rem;position:absolute;font-family:marlide;font-size:8rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:9.3125rem;left:1.125rem;height:7.999875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Pzeh51D6XPeUPqpehOX5iFFWNJgWB2Pg { color:#3c2213;display:block;width:19.24925rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:44.625rem;left:26.125rem;height:15.59325rem;font-style:normal;display:block; }
#FznQiJAyKqtxdlRU3THOnHaBNNLfM2P9 { color:#3c2213;display:block;width:12.24975rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:38.8125rem;left:26.125rem;height:4.3994125rem;font-style:normal;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; }
#VoQ1fmum96m9N6DgNe4Zsi2s8BbwTo0b { color:#3c2213;display:block;width:19.2480625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:44.625rem;left:52.375rem;height:12.994375rem;font-style:normal;display:block; }
#tn6l9oCaIX7T13D8HvP986pWWZL5eD50 { color:#3c2213;display:block;width:17.99925rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:38.8125rem;left:52.375rem;height:4.3994125rem;font-style:normal;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; }
#PRh2z7Q9C1i2h81E2Kltf4Bm4JBRW4eq { color:#e17500;display:block;width:6.43675rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:36.3125rem;left:0rem;height:1.2994375rem;font-style:normal;display:block; }
#rWMJWR8Rf7B3TdlX2rcdbEdBFQmZiKzq { color:#e17500;display:block;width:6.4355625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:36.3125rem;left:26.125rem;height:1.2994375rem;font-style:normal;display:block; }
#SCgRclzzapZtsyfX3XnvPzuyavJ5RGVZ { color:#e17500;display:block;width:7rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.3125rem;left:52.375rem;height:1.2994375rem;font-style:normal;display:block; }
#uSNHJE5ia9cchISuUmCg2c40rfUL59zw { position:absolute;display:block;z-index:15009;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:1.875rem;width:68.375rem;top:6.25rem;left:3.375rem;overflow:hidden;display:block; }
#Tb67zm1FalusQIxnlxCbF66tz9QgaDRb { position:absolute;display:block;z-index:15010;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:1.875rem;width:75rem;top:19.25rem;left:0rem;overflow:hidden;display:block; }
#P82Sk56ATx0dZ4DK2Sw8ymZ0MDVODKHH { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:5.0625rem;top:29.8125rem;left:0rem;overflow:hidden;display:block; }
#gz36XOCIOuqsZLzhifi8XTmiG1rKfxZB { position:absolute;display:block;z-index:15012;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5rem;top:29.8125rem;left:26.125rem;overflow:hidden;display:block; }
#D21HCzsVgLMXOfwTkO2FZsZh2VqAdvC7 { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:5rem;top:29.8125rem;left:52.375rem;overflow:hidden;display:block; }
#SwHZosS2xkpEPhrQqPgFKn4rOvT7kAwa { position:absolute;display:block;z-index:15014;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.2495rem;width:22.87475rem;top:62.5rem;left:0rem;overflow:hidden;display:block; }
#BzvTxgHBDcFt68hLuQbFqbJPp4NB4qkm { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.1875rem;width:22.8125rem;top:62.5rem;left:26.06201171875rem;overflow:hidden;display:block; }
#GDrf12AP28R5JpslbLc126dp0zB8qeLg { 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:18.1875rem;width:22.8125rem;top:62.5rem;left:52.125244140625rem;overflow:hidden;display:block; }
#o55WA4gqX94no1oJSoroyFoh8O8kzkwf { background-color:#2a0f04;background-image:url("https://images.assets-landingi.com/uc/d271c7df-089a-4c2d-8e4d-182201ead208/bg_seila.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf.adaptive-delivery-prevent-bg, #o55WA4gqX94no1oJSoroyFoh8O8kzkwf.lazyload, #o55WA4gqX94no1oJSoroyFoh8O8kzkwf.lazyloading { background-image: none; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container { background-color: transparent; background-image: none; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container > .video-iframe-container { display: none; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row > .video-iframe-container { display: none; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .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); }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container { border-width: 0; border-radius: 0; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container { font-size:0.875rem;font-family:arial;height:63.625rem;width:75rem;overflow:visible;position:relative;display:block; }#Kim5CHdL0ul0zPk68dZf8qKZit4uBvUy { color:#fff2dc;display:block;width:15.7495rem;position:absolute;font-family:marlide;font-size:4rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:6.75rem;left:4.8125rem;height:10.7995625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#aVlBQPnCuLOmckdmCSLdEINRoJks2gp3 { color:#fff2dc;display:block;width:16.9970625rem;position:absolute;font-family:marlide;font-size:4rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:46.125rem;left:53.1875rem;height:10.7995625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq { background-color:#fff2dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container { background-color: transparent; background-image: none; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container > .video-iframe-container { display: none; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row > .video-iframe-container { display: none; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .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); }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container { border-width: 0; border-radius: 0; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container { font-size:0.875rem;font-family:arial;height:88.875rem;width:75rem;overflow:visible;position:relative;display:block; }#IDTpnlt5IeTaItpN4T79fz5QqWPAXG6z { color:#3c2213;display:block;width:12.1875rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:43.6875rem;left:0rem;height:2.598875rem;font-style:normal;display:block; }
#WghU7JtbKTqkNKvTdlRgi4EuW5gKGuTA { color:#3c2213;display:block;width:11.1875rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:37.875rem;left:0rem;height:4.3994125rem;font-style:normal;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; }
#mVZmcT4l2U7SRkUt2KGyW4Dil1MWrHty { color:#e17500;display:block;width:5.5625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:20.8125rem;left:0rem;height:1.2994375rem;font-style:normal;display:block; }
#uZP8KGotokNpO2ul7NLXJc0iCertKwO9 { color:#3c2213;display:block;width:16.6875rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:48.25rem;left:0rem;height:19.4915625rem;font-style:normal;display:block; }
#LuiVT8Nb0TXEJMd6mg8onWOt0SRNrJb1 { color:#3c2213;display:block;width:15.6875rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:43.6875rem;left:19.25rem;height:2.598875rem;font-style:normal;display:block; }
#rTXeOxp9xJaTOqPk7Eh4Odoat76irh8Z { color:#3c2213;display:block;width:17.24975rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:48.25rem;left:19.25rem;height:5.19775625rem;font-style:normal;display:block; }
#eTpqL4NEGzVvHyCJO9ixb1H3mIzWqo4u { color:#3c2213;display:block;width:14.125rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;top:37.875rem;left:18.9375rem;height:4.3994125rem;font-style:normal;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; }
#W7VPTT5E71eN1oFeASWvFQUvWbFttSiS { color:#e17500;display:block;width:6.625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:20.811767578125rem;left:18.936767578125rem;height:1.2994375rem;font-style:normal;display:block; }
#vZmkzAKSKZDLfZr8V74OXG1C95McXdUv { color:#3c2213;display:block;width:15.5625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:43.6875rem;left:37.875rem;height:1.29948125rem;font-style:normal;display:block; }
#lRnlMrbTsI89MVycqdz3TTrbk3w8kBvq { color:#3c2213;display:block;width:16.12425rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:48.25rem;left:37.875rem;height:12.994375rem;font-style:normal;display:block; }
#NeGaSqD3tugkI6VdWVPHEiFEPtlU53rz { color:#3c2213;display:block;width:12.24975rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:37.875rem;left:37.9375rem;height:4.3994125rem;font-style:normal;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; }
#ekucXod27mfzRSRhksIKDHgZWuoxD1lC { color:#e17500;display:block;width:6.875rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:20.8125rem;left:37.9375rem;height:1.2994375rem;font-style:normal;display:block; }
#WBfTpTZbEW1n3wiuxzH7Tv0cqHGBhDwm { color:#3c2213;display:block;width:16.1875rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:43.6875rem;left:56.875rem;height:2.598875rem;font-style:normal;display:block; }
#BJxdJDocQpcZedKVCr0vyLO63EJMqxDB { color:#3c2213;display:block;width:17.06175rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:48.25rem;left:56.875rem;height:22.0904375rem;font-style:normal;display:block; }
#LAGDn1f9A8nm2VmaTKyMlzk6C9U3OP0K { color:#3c2213;display:block;width:13.5625rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15017;line-height:1.1;letter-spacing:0;top:37.875rem;left:56.875rem;height:4.3994125rem;font-style:normal;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; }
#uh4kEMwrv6qJainPXHN0Wl3Mea0daHIx { color:#e17500;display:block;width:6.875rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:20.811767578125rem;left:56.937255859375rem;height:1.2994375rem;font-style:normal;display:block; }
#e1xdDyBQvxGSxv6VGzuA6LbNxuVZhNrw { color:#3c2213;display:block;width:13.5rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:55.375rem;left:19.25rem;height:3.898925rem;font-style:normal;display:block; }
#nqrNaaaeXZUuGQJGnfLZq8wXkAlyisv2 { color:#3c2213;display:block;width:11.1875rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:60.25rem;left:19.25rem;height:0.97473125rem;font-style:normal;display:block; }
#hzqsh3Rm47UCZo81J2UyrCFFDRhkTqbL { color:#3c2213;display:block;width:11.625rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:62.4375rem;left:19.25rem;height:2.92419375rem;font-style:normal;display:block; }
#VDi239GIHEKIzgk8d1hCLU0UZf1PtHuP { color:#3c2213;display:block;width:44.187rem;position:absolute;font-family:marlide;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:11.689453125rem;left:15.406494140625rem;height:2.999875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ogWqfJMTMOb4kpikVAWVfOCTkQM2Jtn6 { background-color:#e17500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.999rem;height:4.43725625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:76.064453125rem;left:25.499267578125rem;display:block; }
#k2rogs2evzpIwKndtQvwK5ID4s86TFCT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pcZzRKo5o8xVuWwLUmBwxO1OQHyToRva { 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:12.8125rem;width:17.5rem;top:23.27880859375rem;left:0rem;overflow:hidden;display:block; }
#vbh9gEkUZZqroahIR0mix5r3vC0Ehtxn { 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:12.8125rem;width:17.5rem;top:23.27880859375rem;left:18.936767578125rem;overflow:hidden;display:block; }
#OBReLW9ComqTWWzIJuHETVHXZDubKfxF { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:17.5rem;top:23.27880859375rem;left:37.874755859375rem;overflow:hidden;display:block; }
#i4fBHCUkWy9sThO0lAicoOKxJgK98fik { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:12.8125rem;width:17.5rem;top:23.27880859375rem;left:56.875rem;overflow:hidden;display:block; }
#laHtyOqqn1gcpxb6wztWsCchbaUO4QVX { 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:1.5rem;width:20.25rem;top:77.532958984375rem;left:0rem;overflow:hidden;display:block; }
#OSvVS8moP2veQdSLr0wOt8e6nt0U2Bp9 { 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:1.499025rem;width:20.249rem;top:77.532958984375rem;left:54.7509765625rem;overflow:hidden;display:block; }
#Sfezuhl0bWcTEVcNEMQLabKld2s3FzXS { 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:2.5625rem;width:14.0625rem;top:7.65869140625rem;left:30.46875rem;overflow:hidden;display:block; }
#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX { background-color:#2a0f04;background-image:url("https://images.assets-landingi.com/uc/a94ecac5-7e98-46d7-a6d4-2419afd43f95/bg_oferta.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX.adaptive-delivery-prevent-bg, #iDgn03bJt70VzRzdBSDoyi4Csg1L63RX.lazyload, #iDgn03bJt70VzRzdBSDoyi4Csg1L63RX.lazyloading { background-image: none; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container { background-color: transparent; background-image: none; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container > .video-iframe-container { display: none; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row > .video-iframe-container { display: none; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .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); }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container { border-width: 0; border-radius: 0; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container { font-size:0.875rem;font-family:arial;height:171.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#R3mORUN34U84KSSnrbWq0UJZaBKLzSMR { color:#fff2dc;display:block;width:19.8730625rem;position:absolute;font-family:marlide;font-size:3rem;font-weight:400;z-index:15002;line-height:.9;letter-spacing:0;top:7.55859375rem;left:49.46630859375rem;height:5.39916875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2 { box-sizing:content-box;height:15.4375rem;width:30.5rem;position:absolute;display:block;z-index:15002;background-color:#d5a75e;background-image:url("https://images.assets-landingi.com/uc/9deb897b-a503-4ddc-be34-629dd721e61e/completo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.3125rem;left:5.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2.adaptive-delivery-prevent-bg, #BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2.lazyload, #BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2.lazyloading { background-image: none; }
#XhUVPh9lia3ccP64NPL5J0rSDWOaTm8b { box-sizing:content-box;height:39.9375rem;width:30.5rem;position:absolute;display:block;z-index:15003;background-color:#fff2dc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.749755859375rem;left:5.74951171875rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#rHVXDlylDIN12UTKi9HKR8kGI86v2xu0 { background-color:#e17500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:9.6875rem;height:3.81225625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:37.886962890625rem;left:25.2880859375rem;display:block; }
#F1EUMVEan6s4x24LzhxdpvTUAODhlPpJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r0dHx1WvWTqpXeB7nDBToZAw9JHP8TQ6 { color:#3c2213;display:block;width:11.93725rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:36.75rem;left:6.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#aOi7bvM8UfIZcf3TMNfOawZqv0TLonEf { color:#e17500;display:block;width:23.062125rem;position:absolute;font-family:marlide;font-size:4rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:38.338012695312rem;left:6.937255859375rem;height:4.400025rem;font-style:normal;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; }
#HLHJwXzxoGFx5JGahPSonPsAhrqiplvw { color:#3c2213;display:block;width:7.124rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:43.6875rem;left:6.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#FpIeWh0G0Zv2f5KEt7xurqHvJkKondbZ { box-sizing:content-box;height:0.125rem;width:28.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(42,15,4,0.2);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:46.4375rem;left:6.875rem;display:block; }
#HN2V6MhUbr1TyC2KWtutqvstrdoncIUc { color:#3c2213;display:block;width:15.375rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:48.125rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#Iex6mkCZW8ScSTMoKRkGrHPpgzVHPXdr { color:#3c2213;display:block;width:13.625rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:49.9375rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#vlPhPum35v3Cie2gwbS3736ZrzG2rMP6 { color:#3c2213;display:block;width:21.12425rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:52.125rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#TwMeaWiKSCkeJfWnJKDINmJcFfVTBSaZ { color:#3c2213;display:block;width:11.9360625rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:54.1875rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#vKQ9WL8oLpKuopOr85nbsEDIIlPw0A0N { color:#3c2213;display:block;width:22.37425rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:56.5625rem;left:11.875rem;height:4.55078125rem;font-style:normal;display:block; }
#zczmfzu1BNsLKheO41VKHLXrpwDG72Vn { color:#3c2213;display:block;width:21.25rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:61.8125rem;left:11.875rem;height:2.2753875rem;font-style:normal;display:block; }
#msbWb8t61IyxcGhuaEBNG3dXdaJbbPyg { color:#3c2213;display:block;width:17.5rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:65.1875rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#QiMRhmHMA5AAVDS1f15vgLCAoo5986k3 { color:#3c2213;display:block;width:18.562rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:67.5625rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#dSnKkFlUS47fBzLqZXBVo2khrvRn2Qzi { color:#3c2213;display:block;width:23.31175rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:69.8125rem;left:11.875rem;height:1.13769375rem;font-style:normal;display:block; }
#WCzKRGl9cC3I3cuGDwtgDsKTmrgmuTM9 { box-sizing:content-box;height:19.8125rem;width:30.5rem;position:absolute;display:block;z-index:15019;background-color:#422a1b;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.749755859375rem;left:38.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#BorkCpcMUEZUxp219RSS0hxTHcnr27IR { color:#fff2dc;display:block;width:22.5rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:48.24951171875rem;left:44.6240234375rem;height:3.4130875rem;font-style:normal;display:block; }
#M7ie82NbLvN875vLX5MU2mkJabxdGPp4 { background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:.6;overflow:hidden;position:absolute;width:11rem;height:3.8125rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:37.875rem;left:57.125rem;display:block; }
#JUqNowAGugkKyEA5ZlCKq8N5kCLZrPDt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I8hPk5G7x6ytFqnVV8ct3LJSgkADGO4Q { color:#fff2dc;display:block;width:14.875rem;position:absolute;font-family:marlide;font-size:4rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:37.999267578125rem;left:39.9365234375rem;height:4.400025rem;font-style:normal;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; }
#oXVLiT4Ns3RvHTr59ZthSkxscMRWbnth { box-sizing:content-box;height:0.125rem;width:28.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(255,255,255,0.25);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:44.75rem;left:40rem;display:block; }
#r3QhlqGxnGc37OwPvHfHZ6tyGvTNxBin { color:#fff2dc;display:block;width:11.9360625rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:46.4375rem;left:44.625rem;height:1.13769375rem;font-style:normal;display:block; }
#WJRDkfoMEwdQraJpaKwP9nZAThpeitA7 { color:#fff2dc;display:block;width:11.93725rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:36.75rem;left:39.9375rem;height:1.13769375rem;font-style:normal;display:block; }
#BmMs8OXC8SwXiydoqeequ70FNBVsCbRB { box-sizing:content-box;height:15.4375rem;width:30.5rem;position:absolute;display:block;z-index:15018;background-color:#d5a75e;background-image:url("https://images.assets-landingi.com/uc/8eba3b96-a884-4b5a-81e4-5d8afc766c38/base.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.3125rem;left:38.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#BmMs8OXC8SwXiydoqeequ70FNBVsCbRB.adaptive-delivery-prevent-bg, #BmMs8OXC8SwXiydoqeequ70FNBVsCbRB.lazyload, #BmMs8OXC8SwXiydoqeequ70FNBVsCbRB.lazyloading { background-image: none; }
#JTvBoi3m6TIfBAytIc8XaKQ6yOanDg9F { color:#fff2dc;display:block;width:7.4375rem;position:absolute;font-family:"gravesend sans";font-size:0.875rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:42.4365234375rem;left:39.9365234375rem;height:1.13769375rem;font-style:normal;display:block; }
#d4Io5vJ4QWR1bXxcFzK9AGeSZgBC7g1T { color:#fff2dc;display:block;width:28.8745rem;position:absolute;font-family:marlide;font-size:3rem;font-weight:400;z-index:15003;line-height:.9;letter-spacing:0;top:81.029052734375rem;left:0rem;height:5.39916875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#P3b9KrpLuWSgUu1k2uhia4kgXBhrM6aM { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:41.9348125rem;width:75rem;top:122.68432617188rem;left:0rem;display:block; }
#s3N4SrgnLhpNS1CIoSsmbsDTCKAoT3Si { 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:3.875rem;width:11.6875rem;top:8.3203125rem;left:5.74951171875rem;overflow:hidden;display:block; }
#c93CFZRfITpLKzxrrb640R3ka0rgOJcz { position:absolute;display:block;z-index:15025;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:3.8745125rem;width:17.87475rem;top:81.790771484375rem;left:57.125244140625rem;overflow:hidden;display:block; }
#mUTnS1MAi0s00srDL9vZroKMzgIiPkbK { position:absolute;display:block;z-index:15031;height:28.0625rem;width:75rem;top:89.628173828125rem;left:-0.0625rem;display:block; }
#RTCs9qHzmJOBPfdGdhc5G4NSw4Ts7MQI { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:14.875rem;top:17.220458984375rem;left:6.937255859375rem;overflow:hidden;display:block; }
#m1h3aToyRgotCQbATQwiXbwd8aqael2R { position:absolute;display:block;z-index:15033;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:1.25rem;width:3.0625rem;top:48.0625rem;left:6.875rem;overflow:hidden;display:block; }
#JTk2SM2SZUAEf1lFg2u97yQ3PdVxy11x { position:absolute;display:block;z-index:15034;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:1.25rem;width:3.061525rem;top:49.875rem;left:6.875rem;overflow:hidden;display:block; }
#e4Fucy9iVFeXsFfIF13PkLzGv5Jro3rI { position:absolute;display:block;z-index:15035;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:1.25rem;width:3.061525rem;top:52.0625rem;left:6.875rem;overflow:hidden;display:block; }
#Pi0GgiIMa2dObTpPqtL1yPgqlftANpo0 { position:absolute;display:block;z-index:15036;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:1.25rem;width:3.061525rem;top:54.125rem;left:6.875rem;overflow:hidden;display:block; }
#xhedeqE7tHnMWvSPeq1hqBEWtKVbwBBy { position:absolute;display:block;z-index:15037;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:1.25rem;width:3.061525rem;top:56.5625rem;left:6.875rem;overflow:hidden;display:block; }
#bGo00BsxGMFa2ZdIdFaSeMmmlJII3QTS { position:absolute;display:block;z-index:15038;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:1.25rem;width:3.061525rem;top:61.8125rem;left:6.875rem;overflow:hidden;display:block; }
#c9TV2EZ5ZRA1uoPJriemZn3HxUrxMVxf { position:absolute;display:block;z-index:15039;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:1.25rem;width:3.061525rem;top:65.1875rem;left:6.875rem;overflow:hidden;display:block; }
#IBNK9uMOtExy8kuPPWVu3oaog1NCUe83 { position:absolute;display:block;z-index:15040;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:1.25rem;width:3.061525rem;top:67.5rem;left:6.875rem;overflow:hidden;display:block; }
#IMh4xloKtQPB2koOwL0oeiOiRrwi58kE { position:absolute;display:block;z-index:15041;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:1.25rem;width:3.061525rem;top:69.75rem;left:6.875rem;overflow:hidden;display:block; }
#nGo3NRahmxxVeLtb2JEJDWFu7E8TIdoW { position:absolute;display:block;z-index:15034;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:1.25rem;width:3.061525rem;top:46.37939453125rem;left:39.891357421875rem;overflow:hidden;display:block; }
#FrepCuM3WQfttQqeboDHlBbUd3yFBaaJ { position:absolute;display:block;z-index:15035;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:1.25rem;width:3.061525rem;top:48.43701171875rem;left:39.9365234375rem;overflow:hidden;display:block; }
#F9iS9l3qahBBgdC4XNNbJmiX6Py6H3wD { color:#e17500;display:block;width:4.375rem;position:absolute;font-family:marlide;font-size:2rem;font-weight:400;z-index:15005;line-height:1.1;letter-spacing:0;top:39.539184570312rem;left:19.9990234375rem;height:2.19970625rem;font-style:normal;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; }
#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V { background-color:#fff2dc;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container { background-color: transparent; background-image: none; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container > .video-iframe-container { display: none; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row > .video-iframe-container { display: none; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .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); }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container { border-width: 0; border-radius: 0; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container { font-size:0.875rem;font-family:arial;height:68.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#vWJHoTTDGilWUuJdl141AFGah2wx8FuM { box-sizing:content-box;height:36.25rem;width:30.5rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffe5bc);background-image: -moz-linear-gradient(180deg, #ffffff, #ffe5bc);background-image: -ms-linear-gradient(180deg, #ffffff, #ffe5bc);background-image: -o-linear-gradient(180deg, #ffffff, #ffe5bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe5bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe5bc' );";background-image: linear-gradient(180deg, #ffffff, #ffe5bc);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #289c10;border-left:0.0625rem solid #289c10;border-right:0.0625rem solid #289c10;border-bottom:0.0625rem solid #289c10;top:18.0625rem;left:5.875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#CQgWgItQ38T9KJEHUN1WlTU4RkS3UOcs { color:#2a0f04;display:block;width:12.0625rem;position:absolute;font-family:marlide;font-size:2.5rem;font-weight:400;z-index:15005;line-height:.9;letter-spacing:0;top:21.0625rem;left:8.125rem;height:2.24975625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#xFRD9WtvOHaZCmcmBtUneGQn04FKzFxO { color:#3c2213;display:block;width:19.5rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:26.625rem;left:10.625rem;height:3.8983125rem;font-style:normal;display:block; }
#fdUE7fPTQZlemm4hrMPIcTVOZTcK9LUs { color:#3c2213;display:block;width:21.687rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:32.3125rem;left:10.625rem;height:5.19775625rem;font-style:normal;display:block; }
#NGiT8dmrqmAQMsDG4HkEBFg2WFHbSG12 { color:#3c2213;display:block;width:21.687rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:39.75rem;left:10.625rem;height:5.19775625rem;font-style:normal;display:block; }
#KckGbbnT0PH2uUD5uw5Tt4Ek4gb46FU7 { color:#3c2213;display:block;width:21.6855625rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:47.0625rem;left:10.625rem;height:3.8983125rem;font-style:normal;display:block; }
#GJKqbaZdkSN499u8ax6uamJRntaugQXF { box-sizing:content-box;height:36.249rem;width:30.4995rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #ffe5bc);background-image: -moz-linear-gradient(180deg, #ffffff, #ffe5bc);background-image: -ms-linear-gradient(180deg, #ffffff, #ffe5bc);background-image: -o-linear-gradient(180deg, #ffffff, #ffe5bc);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe5bc' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe5bc' );";background-image: linear-gradient(180deg, #ffffff, #ffe5bc);background-size:auto !important;box-shadow: none;border-top:0.0625rem solid #ff0000;border-left:0.0625rem solid #ff0000;border-right:0.0625rem solid #ff0000;border-bottom:0.0625rem solid #ff0000;top:18.0625rem;left:38.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#eTiRTgQzPOgiTviiPoI87SByKCAyO4tV { color:#3c2213;display:block;width:18.8745rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:36.75rem;left:43.6875rem;height:3.8983125rem;font-style:normal;display:block; }
#kS5BaXM1o0eu9Nu44EAhbslmhfZPOUqm { color:#3c2213;display:block;width:21.87375rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:31.051025390625rem;left:43.6865234375rem;height:3.8983125rem;font-style:normal;display:block; }
#VsuVIk7za8PytH96SQVTZP80inuz5BGp { color:#3c2213;display:block;width:19.5rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:26.8125rem;left:43.6875rem;height:2.598875rem;font-style:normal;display:block; }
#siqxshVGGK4BqO2Jtz4A91Anr5bgRgnh { color:#2a0f04;display:block;width:16.5rem;position:absolute;font-family:marlide;font-size:2.5rem;font-weight:400;z-index:15010;line-height:.9;letter-spacing:0;top:21.25rem;left:41.1875rem;height:2.24975625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OUPBE2lOkvh0IRO6DPoXVAfINkPXNgQ9 { background-color:#e17500;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;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:"gravesend sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.9978125rem;height:4.4360375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:56.685791015625rem;left:25.50048828125rem;display:block; }
#p6rDaxL8Mo8wHPhkI86Uv6HFzmuQg9Z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdRKILe5QWo59GSozQkrMnHUpH2BlDJT { box-sizing:content-box;height:57.5rem;width:69.4375rem;position:absolute;display:block;z-index:15000;background-color:#ffe5bc;background-image:url("https://images.assets-landingi.com/uc/87dbb188-1593-4d93-b9eb-bfc9dda853c8/last_bg_new.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-3),1);border-left:0.0625rem solid rgba(var(--color-secondary-3),1);border-right:0.0625rem solid rgba(var(--color-secondary-3),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-3),1);top:7.4365234375rem;left:2.70263671875rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#IdRKILe5QWo59GSozQkrMnHUpH2BlDJT.adaptive-delivery-prevent-bg, #IdRKILe5QWo59GSozQkrMnHUpH2BlDJT.lazyload, #IdRKILe5QWo59GSozQkrMnHUpH2BlDJT.lazyloading { background-image: none; }
#DUFsTiNCdIuFXlxbLu9suCpLbWsMxroc { color:#fff2dc;display:block;width:28.8745rem;position:absolute;font-family:marlide;font-size:3rem;font-weight:400;z-index:15004;line-height:.9;letter-spacing:0;top:12.25rem;left:23.0625rem;height:2.6995875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#S4c3mO06WaT8JT2NGTuQe0tf8X0l40Kw { position:absolute;display:block;z-index:15014;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:1.375rem;width:1.375rem;top:26.624755859375rem;left:8.125rem;overflow:hidden;display:block; }
#sbx3v05zaWJ2cfIfT6MEwgZFBJamwbNA { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:32.31201171875rem;left:8.125rem;overflow:hidden;display:block; }
#xLPEFxnx9LThHc8eziuwFNHUimKAveuW { 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:1.3745125rem;width:1.3745125rem;top:39.749755859375rem;left:8.125rem;overflow:hidden;display:block; }
#ezbL0tvhTZf1qrbDWdblwAEdyhgo6onh { 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:1.3745125rem;width:1.3745125rem;top:47.061767578125rem;left:8.125rem;overflow:hidden;display:block; }
#UOXGT8xztu8VmstOIrGdwJyDdlkN5Rnd { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:1.3125rem;top:26.624755859375rem;left:41.1865234375rem;overflow:hidden;display:block; }
#smdGDyoln5thAKdfF2uSmPkTQ5oP3k8B { 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:1.31225625rem;width:1.31225625rem;top:31.25rem;left:41.1865234375rem;overflow:hidden;display:block; }
#oT9TnCvpRdpkrbIpsgUOA4y9GV0T34UV { 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:1.31225625rem;width:1.31225625rem;top:37.0625rem;left:41.1875rem;overflow:hidden;display:block; }
#XLo8fTaTdltzzbuBX9c6brEWbmxyol8p { 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:11.74925rem;width:11.43675rem;top:56.6875rem;left:63.5625rem;overflow:hidden;display:block; }
#gs88Hi9Acrv1m8yTvctGnhntDCMiJi2U { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.75rem;width:11.4375rem;top:3.75rem;left:63.5625rem;overflow:hidden;display:block; }
#vktGlnT9kg8w6qXy4s0kCGl7cveeVC4S { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:11.5rem;top:3.6875rem;left:0rem;overflow:hidden;display:block; }
#cOP9Of9T8TplKpmWlCKIdewIudldPHip { 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:11.75rem;width:11.4375rem;top:56.8125rem;left:0rem;overflow:hidden;display:block; }
#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2dc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container { background-color: transparent; background-image: none; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container > .video-iframe-container { display: none; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row > .video-iframe-container { display: none; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .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); }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container { border-width: 0; border-radius: 0; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:75rem;position:relative;display:block; }#bCWvFJ3xnXUaDUmpVRmDySfUqV4FroNN { color:#dc9c11;display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.375rem;left:2.875rem;height:1.31286875rem;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; }
#FKJKTr4yiIZlT6pMKMA4l36MJ6tbOW85 { color:#3c2213;display:block;width:19rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:300;z-index:15006;line-height:1;letter-spacing:0;top:11rem;left:2.875rem;height:5.99975625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-element-container { border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;flex-direction:column;align-items:center;background-color:#ffffff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:400;font-size:1rem;color:#3c2213;height:auto;font-style:normal;line-height:1.5;overflow:hidden; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);line-height:1.5;overflow:hidden;height:auto; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-trigger { width:1.5rem;min-width:1.5rem;height:1.5rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-trigger.adaptive-delivery-prevent-bg, #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-trigger.lazyload, #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-trigger.lazyloading { background-image: none; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx { box-sizing:content-box;height:auto;width:40.06225rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.3125rem;left:29.5625rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #Cgx2VliTaH9etTNyxyyUWuttSeyvEN7a { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #dldrqIUOyFCxbiCpLEk0ieJWxg0fFNVl { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #ryCvEMrGOpbAz2aLOegG0DD2ToQ1df3C { display:block;position:relative; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #rBQiDGqOvxDmNyxKq1UC0XKMFPvy4UBy {  }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #XzLDpsZm6lOaUNpMIvsnsCODVz28WFTz {  }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #whz1T8eUII1Cxev28pftCKIHWJ0Gbs9o { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #U4HoNx2u1OLHFCokkn7B7XgtyyhOZJ1b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #uas9Oz5l8Pdv3bhxdqNzbVDou2lz2SQx { display:block;position:relative; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #NaKTWisZqdpzUlSCAWw2uzsXq4uSReeJ {  }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #sL8TqU8Npq6RogHimqTf6bNGsi3LJTzC { display:none; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #myMJv9UwkL5k9LTu0XXkp79kSszgg3fh { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #xScqT3ADhs0llcPhlN6Me2cvPMtAcs8h { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #FAX8qS7cZ393S9AfGnxPZrhNErJfPbSA { display:block;position:relative; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #mngWvB5TMkXClKEm7mC3n9N1qMWqURxb {  }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #Wi17TAPLQKGTiMQHLtzULmedRTRKTToI { display:none; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #TywdMfrpUzJ7TMCpeM1owNxJXyDeK41t { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #WHxW4yQfDBJ8mAWfB47QAT8iK2LDbMT6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #AWT4IEVTAbE0P6zVOwZaN55SxaJAxqch { display:block;position:relative; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #d8XnFOtT0qpGOdQk0iSGkFhGFRVQMNqH {  }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #mIWBzIcLil8kpSWEnuACzVARK86i8Dp5 { display:none; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #GvNv8m9fuwF0EBMgTOKmcp2mbD6RLVXZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #RUaw9zVgbl3glmVxWiL1iWwAJ0W7bgRr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #xqCz5E0c6NDs5KHI8RGQTVV7l2EiRtkP { display:block;position:relative; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #tsKK2IbnW1IOPDv4icBvfx3BXKpGtmw9 {  }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #ZABQqM8oZ7wk9a9vZDJq993u6UW1HTiq { display:none; }
#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1a1208;background-image:url("https://images.assets-landingi.com/uc/aa92d35a-eb39-4f1d-97b7-2edd698e2493/bg_books.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71.adaptive-delivery-prevent-bg, #cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71.lazyload, #cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71.lazyloading { background-image: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { background-color: transparent; background-image: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container > .video-iframe-container { display: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row > .video-iframe-container { display: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .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); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { border-width: 0; border-radius: 0; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { font-size:0.875rem;font-family:arial;height:49rem;width:75rem;position:relative;display:block; }#Ou0kab6mn0e15fbK9sUgDrl5qATBt7ex { color:#d4a85c;display:block;width:28.3728125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:400;z-index:15000;line-height:1.1;letter-spacing:0;top:14.25rem;left:23.4375rem;height:3.5058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gH7vUKExI3I5CBepsT0T1H43ylpfnQuq { color:rgba(245,238,228,0.7);display:block;width:32.6233125rem;position:absolute;font-family:ode;font-size:1.4375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:19.4375rem;left:21.3125rem;height:3.736575rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TKV4XPBLqaAarhDtIHSMMS5uxJt2m30l { background-color:#089900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.3125rem;border-top-right-radius:3.3125rem;border-bottom-left-radius:3.3125rem;border-bottom-right-radius:3.3125rem;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:"gravesend sans";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.8105625rem;height:4.24805rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:25rem;left:24.6875rem;display:block; }
#C9kcHNyTuVPZrqnZ1tTHhV4OBDyqI1io { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(218deg, #4b2814, #1c0d05);background-image: -moz-linear-gradient(218deg, #4b2814, #1c0d05);background-image: -ms-linear-gradient(218deg, #4b2814, #1c0d05);background-image: -o-linear-gradient(218deg, #4b2814, #1c0d05);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2814', endColorstr='#1c0d05' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b2814', endColorstr='#1c0d05' );";background-image: linear-gradient(218deg, #4b2814, #1c0d05);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container { background-color: transparent; background-image: none; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container > .video-iframe-container { display: none; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row > .video-iframe-container { display: none; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .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); }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container { border-width: 0; border-radius: 0; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container { font-size:0.875rem;font-family:arial;height:22.1875rem;width:75rem;position:relative;display:block; }#vmL4mTzE3uFd5aMdB5terg0OG2mis5wK { position:absolute;display:block;z-index:15010;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:3.8125rem;width:7rem;top:5.58349609375rem;left:0rem;overflow:hidden;display:block; }
#vhK8t2oP6Ak2UyhO38UxMBquSkrSs9p2 { color:#ffffff;display:block;width:11.499rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:5.5625rem;left:13.5rem;height:1.2994375rem;font-style:normal;display:block; }
#KmFrCvkBdAUzTEfulWJOdvQSNaldsyNx { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:13.5rem;height:1.9494625rem;font-style:normal;display:block; }
#SPmKCuCwDzcxIC1xvSv6W0xMItwdvDNy { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:36.0625rem;height:1.9494625rem;font-style:normal;display:block; }
#DV6wh5m4KaPrdJRUuLk6JCZreD2MvW2M { color:#ffffff;display:block;width:11.499rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:5.5625rem;left:36.0625rem;height:1.2994375rem;font-style:normal;display:block; }
#eRyw8mlALiJaQe0MeDg5lCJrfvCgTcGy { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:8.5625rem;left:59.375rem;height:1.9494625rem;font-style:normal;display:block; }
#OxD5eqZDES3SCnkA0ygm0FKOF7TDVAv5 { color:#ffffff;display:block;width:11.499rem;position:absolute;font-family:"gravesend sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:5.5625rem;left:59.375rem;height:1.2994375rem;font-style:normal;display:block; }
#ylRucCJ6TUX8Bdr9a7hqzD8ToNfscHnh { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:"gravesend sans";font-size:0.75rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:11.7919921875rem;left:59.375rem;height:1.9494625rem;font-style:normal;display:block; }
#rMDfUA9fmbDtLmrlDfT9vyJPcqxurxUf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.75rem;left:13.5rem; }
#rMDfUA9fmbDtLmrlDfT9vyJPcqxurxUf > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#LMkoTQEgf0U6AFVbTB11M74i3Gp99wP0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.75rem;left:16.125rem; }
#LMkoTQEgf0U6AFVbTB11M74i3Gp99wP0 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }@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) { #rM751Mid6Ufb74BV4zsPGCA4wt8TzK0g { top:2.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMHWJFpZW67BsenC5zbX664T3t7sBT98 { display:block; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C56ZwR4cEvWy0Frc64aiNN31OlMggZ { top:16.875rem;left:0rem;width:31.75rem;height:11.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJWir6EpFNToGJUhHsroElbUeeRSI0a9 { top:31.3125rem;left:0rem;width:30.3125rem;height:4.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRUMEV9tkRygbcaJFnvaZW4TeA20P69a { width:24.6875rem;height:4.375rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdPmPVy6BWte7W8IAGIidVTJ7bspqJDL { display:block; }
 }@media only screen and (max-width: 763px) { #TUhysWRkEwOh4II2B6I8XedaPhFpgQO0 { top:7.0625rem;left:20.25rem;width:27.5rem;height:44.624rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3BXsKWWCf1JX9PeSIrqBg32deLVrXNk { top:9.5625rem;left:0rem;width:9.375rem;height:5.2774576809982rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 { display:block; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnxiJJ1qguS1wknAeTnlc9tO9u8f6M1H { top:50.0625rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTSOuPaTbWa7m31V5tbTxHgQXxpEfTd { top:59rem;left:0.9375rem;width:45.6875rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhIUmPSL4w4CW7feig2BLVLXFUEL51me { width:24.6875rem;height:4.375rem;top:65.1875rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEa0xEILrq4E4lf8eBRIOEfVOlq2P43A { display:block; }
 }@media only screen and (max-width: 763px) { #B51QanyAgsLtv13woRAV3bsJrb8VlMtH { top:5.375rem;left:20.71875rem;width:6.3125rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXBRctBM0XixAhetDtONMBF8840GAnVI { top:46.9375rem;left:3.3125rem;width:40.9375rem;height:1.1847234967896rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 { display:block; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL4r4GedEytVVuwsT6fv0JwNHJMh7P3T { top:24.875rem;left:0rem;width:26.0625rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uzdbPeT1cuISxqipPNpnllp1ppWK3lQd { width:20.125rem;height:4.375rem;top:33.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Hh3MCsKES52ySklvlhouZ11o3e1wXy { display:block; }
 }@media only screen and (max-width: 763px) { #yKLSd7Ua3fly7hH3wKRiLTgQgbOz5rqI { top:53.8125rem;left:0rem;width:26.5rem;height:7.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7aAws2q7MwBNt1ebpQLGK4F5mW0ewx { top:53.8125rem;left:14.3125rem;width:33.4375rem;height:11.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7QxtdDTegpb021tODD7yqgtDIXy1uUv { top:15.125rem;left:0rem;width:25.9375rem;height:8.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qp8XFga4SDsoNIrgCRuXlXKcA5EOPwRt { top:78.9375rem;left:0rem;width:47.625rem;height:43.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLSdzzX3WgAFdEvAftlQGMfRlen54Wu { width:20.125rem;height:4.375rem;top:116.625rem;left:13.781005859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyFBXek62b0dPAhKy1TgevQFvOF0LWFV { display:block; }
 }@media only screen and (max-width: 763px) { #BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp { top:6.3125rem;left:0rem;width:47.75rem;height:39.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEzREmxeJTkJcngRSHOQVPfsXaED5l8T { top:22.3125rem;left:0rem;width:3.75rem;height:7.6224545503729rem;display:block; }
 }@media only screen and (max-width: 763px) { #va11NApCQLw8XRoLhIuW2hribJcJId8D { top:22.3125rem;left:44rem;width:3.75rem;height:7.68675rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3J7oNmFA08OXzx5xiuvpPF8V3Ua41Wh { top:85rem;left:0rem;width:47.75rem;height:31.52564891273rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuyCT7H9inxuFurvsE33RboxBseFdHg8 { top:14.875rem;left:18.5rem;width:29.25rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9XzlQ3fxAws42V2w65rttCsIWcCstU { top:76.625rem;left:0rem;width:11.5rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1NJALczUyHZ8s1m0LOCHeIGUdGi7aTA { top:76.625rem;left:36.3125rem;width:11.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhXzghKqOG0fJFKKfXrrrQwpAgFAd5Qt { top:115.3125rem;left:36.3125rem;width:11.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPJhWIsRRhWmbQaQXzH2NMLcBEO99OQH { top:115.3125rem;left:0rem;width:11.4375rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz { display:block; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk0zzBw42emdUTqANP9hcdbgE1CrNtfm { width:20.125rem;height:4.375rem;top:62rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbv2EbpbCx9oQgPmCO2fZ6Opk8VPCnzI { display:block; }
 }@media only screen and (max-width: 763px) { #osLqr8bM3JuT80tRZUGdUWGBP0bXu8f1 { top:6.9375rem;left:0rem;width:47.75rem;height:7.0625rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx7m1VGpldosTDzlbQLmLRkcJSmJTlxe { top:51.125rem;left:0rem;width:13.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7fce8RzCK4yiLgUsv8mIOk2PZcFldf { top:54.5625rem;left:0rem;width:7.1875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivdmlECP26ea3T19eO6HPPM978nQ1tvg { top:53.8125rem;left:8.8125rem;width:11.25rem;height:4.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIbl3nLoUpkpW9ZzTBgvds3HAwTTSGeK { top:51.125rem;left:11.3125rem;width:6.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8aDHZL76GCrFI4Dd0p4JblQfW32lce9 { top:53.8125rem;left:29.0625rem;width:8.875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xITpzbt7otfN1eFhbRdaQ0vusVyBpIUw { top:51.125rem;left:30.0625rem;width:7rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFK8IbbyaPdoD1IC7bW9emR54rfpuhAP { top:53.8125rem;left:40.5625rem;width:7.1875rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zE8dIsK9u2VWGWFF7R8d9sitlszBcS { top:51.125rem;left:40.875rem;width:6.875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPi21S2ZJHJ3PnKk4pnHOv4pu7SR5lKw { top:20rem;left:0rem;width:17.5rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GarDd6i7nvOC1dwGoi62yczLG2ok4eBQ { top:20rem;left:5.6875rem;width:17.5rem;height:28.374rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTTFXtZB3qUxXyamkcTbhMZk0cODeLr { top:20rem;left:24.75rem;width:17.5rem;height:28.3728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaUm6SqQ3ZOqfUvVRp4PTmdBaEayd36l { top:20rem;left:30.25rem;width:17.5rem;height:28.3728125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5CmbR23B3XxTKiEr279G4c44zV5TnGV { display:block; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp8GBkRLQSNTmTKHQMDyHdUWT02mWyZS { top:44.625rem;left:0rem;width:19.1875rem;height:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTxxhN3BpifzNMaUkISHKm2lm6FQsQPR { top:38.8125rem;left:0rem;width:12.1875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9AZLRLbfPQr02WOpGWTmwIItlkngdoU { top:9.3125rem;left:0rem;width:47.75rem;height:8rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzeh51D6XPeUPqpehOX5iFFWNJgWB2Pg { top:44.625rem;left:12.5rem;width:19.1875rem;height:15.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznQiJAyKqtxdlRU3THOnHaBNNLfM2P9 { top:38.8125rem;left:12.5rem;width:12.1875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQ1fmum96m9N6DgNe4Zsi2s8BbwTo0b { top:44.625rem;left:28.5625rem;width:19.1875rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn6l9oCaIX7T13D8HvP986pWWZL5eD50 { top:38.8125rem;left:29.8125rem;width:17.9375rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRh2z7Q9C1i2h81E2Kltf4Bm4JBRW4eq { top:36.25rem;left:0rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWMJWR8Rf7B3TdlX2rcdbEdBFQmZiKzq { top:36.25rem;left:12.499267578125rem;width:6.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCgRclzzapZtsyfX3XnvPzuyavJ5RGVZ { top:36.25rem;left:38.749267578125rem;width:6.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSNHJE5ia9cchISuUmCg2c40rfUL59zw { top:6.25rem;left:0rem;width:47.75rem;height:1.3094149908592rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb67zm1FalusQIxnlxCbF66tz9QgaDRb { top:19.25rem;left:0rem;width:47.75rem;height:1.19375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P82Sk56ATx0dZ4DK2Sw8ymZ0MDVODKHH { top:29.8125rem;left:0rem;width:5.0625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz36XOCIOuqsZLzhifi8XTmiG1rKfxZB { top:29.8125rem;left:12.5rem;width:5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21HCzsVgLMXOfwTkO2FZsZh2VqAdvC7 { top:29.8125rem;left:38.75rem;width:5rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwHZosS2xkpEPhrQqPgFKn4rOvT7kAwa { top:62.5rem;left:0rem;width:22.8125rem;height:18.199836883463rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzvTxgHBDcFt68hLuQbFqbJPp4NB4qkm { top:62.5rem;left:12.43701171875rem;width:22.8125rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDrf12AP28R5JpslbLc126dp0zB8qeLg { top:62.5rem;left:24.9375rem;width:22.8125rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o55WA4gqX94no1oJSoroyFoh8O8kzkwf { display:block; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kim5CHdL0ul0zPk68dZf8qKZit4uBvUy { top:6.75rem;left:0rem;width:15.6875rem;height:10.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVlBQPnCuLOmckdmCSLdEINRoJks2gp3 { top:46.125rem;left:30.8125rem;width:16.9375rem;height:10.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq { display:block; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDTpnlt5IeTaItpN4T79fz5QqWPAXG6z { top:43.6875rem;left:0rem;width:12.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WghU7JtbKTqkNKvTdlRgi4EuW5gKGuTA { top:37.875rem;left:0rem;width:11.125rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVZmcT4l2U7SRkUt2KGyW4Dil1MWrHty { top:20.75rem;left:0rem;width:5.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZP8KGotokNpO2ul7NLXJc0iCertKwO9 { top:48.25rem;left:0rem;width:16.625rem;height:19.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuiVT8Nb0TXEJMd6mg8onWOt0SRNrJb1 { top:43.6875rem;left:5.625rem;width:15.625rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXeOxp9xJaTOqPk7Eh4Odoat76irh8Z { top:48.25rem;left:5.625rem;width:17.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpqL4NEGzVvHyCJO9ixb1H3mIzWqo4u { top:37.875rem;left:5.3125rem;width:14.0625rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7VPTT5E71eN1oFeASWvFQUvWbFttSiS { top:20.75rem;left:5.311767578125rem;width:6.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZmkzAKSKZDLfZr8V74OXG1C95McXdUv { top:43.6875rem;left:24.25rem;width:15.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRnlMrbTsI89MVycqdz3TTrbk3w8kBvq { top:48.25rem;left:24.25rem;width:16.0625rem;height:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGaSqD3tugkI6VdWVPHEiFEPtlU53rz { top:37.875rem;left:24.3125rem;width:12.1875rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekucXod27mfzRSRhksIKDHgZWuoxD1lC { top:20.75rem;left:24.31201171875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBfTpTZbEW1n3wiuxzH7Tv0cqHGBhDwm { top:43.6875rem;left:31.625rem;width:16.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJxdJDocQpcZedKVCr0vyLO63EJMqxDB { top:48.25rem;left:30.75rem;width:17rem;height:22.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAGDn1f9A8nm2VmaTKyMlzk6C9U3OP0K { top:37.875rem;left:34.25rem;width:13.5rem;height:4.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh4kEMwrv6qJainPXHN0Wl3Mea0daHIx { top:20.75rem;left:40.875rem;width:6.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1xdDyBQvxGSxv6VGzuA6LbNxuVZhNrw { top:55.375rem;left:5.625rem;width:13.4375rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqrNaaaeXZUuGQJGnfLZq8wXkAlyisv2 { top:60.25rem;left:5.625rem;width:11.125rem;height:0.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzqsh3Rm47UCZo81J2UyrCFFDRhkTqbL { top:62.4375rem;left:5.625rem;width:11.5625rem;height:2.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDi239GIHEKIzgk8d1hCLU0UZf1PtHuP { top:11.6875rem;left:1.781494140625rem;width:44.125rem;height:3rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogWqfJMTMOb4kpikVAWVfOCTkQM2Jtn6 { width:23.9375rem;height:4.375rem;top:76.0625rem;left:11.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2rogs2evzpIwKndtQvwK5ID4s86TFCT { display:block; }
 }@media only screen and (max-width: 763px) { #pcZzRKo5o8xVuWwLUmBwxO1OQHyToRva { top:23.25rem;left:0rem;width:17.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbh9gEkUZZqroahIR0mix5r3vC0Ehtxn { top:23.25rem;left:5.311767578125rem;width:17.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBReLW9ComqTWWzIJuHETVHXZDubKfxF { top:23.25rem;left:24.249755859375rem;width:17.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4fBHCUkWy9sThO0lAicoOKxJgK98fik { top:23.25rem;left:30.25rem;width:17.5rem;height:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHtyOqqn1gcpxb6wztWsCchbaUO4QVX { top:77.5rem;left:0rem;width:20.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSvVS8moP2veQdSLr0wOt8e6nt0U2Bp9 { top:77.5rem;left:27.5rem;width:20.1875rem;height:1.494472180725rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sfezuhl0bWcTEVcNEMQLabKld2s3FzXS { top:7.625rem;left:16.84375rem;width:14.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDgn03bJt70VzRzdBSDoyi4Csg1L63RX { display:block; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3mORUN34U84KSSnrbWq0UJZaBKLzSMR { top:7.5rem;left:27.9375rem;width:19.8125rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2 { top:19.3125rem;left:0rem;width:30.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhUVPh9lia3ccP64NPL5J0rSDWOaTm8b { top:34.6875rem;left:0rem;width:30.5rem;height:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHVXDlylDIN12UTKi9HKR8kGI86v2xu0 { width:9.6875rem;height:3.75rem;top:37.875rem;left:11.6630859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EUMVEan6s4x24LzhxdpvTUAODhlPpJ { display:block; }
 }@media only screen and (max-width: 763px) { #r0dHx1WvWTqpXeB7nDBToZAw9JHP8TQ6 { top:36.75rem;left:0rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOi7bvM8UfIZcf3TMNfOawZqv0TLonEf { top:38.3125rem;left:0rem;width:23rem;height:4.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLHJwXzxoGFx5JGahPSonPsAhrqiplvw { top:43.6875rem;left:0rem;width:7.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIeWh0G0Zv2f5KEt7xurqHvJkKondbZ { top:46.4375rem;left:0rem;width:28rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN2V6MhUbr1TyC2KWtutqvstrdoncIUc { top:48.125rem;left:0rem;width:15.375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iex6mkCZW8ScSTMoKRkGrHPpgzVHPXdr { top:49.9375rem;left:0rem;width:13.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlPhPum35v3Cie2gwbS3736ZrzG2rMP6 { top:52.125rem;left:0rem;width:21.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeaWiKSCkeJfWnJKDINmJcFfVTBSaZ { top:54.1875rem;left:0rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKQ9WL8oLpKuopOr85nbsEDIIlPw0A0N { top:56.5625rem;left:0rem;width:22.3125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zczmfzu1BNsLKheO41VKHLXrpwDG72Vn { top:61.8125rem;left:0rem;width:21.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbWb8t61IyxcGhuaEBNG3dXdaJbbPyg { top:65.1875rem;left:0rem;width:17.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMRhmHMA5AAVDS1f15vgLCAoo5986k3 { top:67.5625rem;left:0rem;width:18.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnKkFlUS47fBzLqZXBVo2khrvRn2Qzi { top:69.8125rem;left:0rem;width:23.25rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCzKRGl9cC3I3cuGDwtgDsKTmrgmuTM9 { top:34.6875rem;left:17.25rem;width:30.5rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BorkCpcMUEZUxp219RSS0hxTHcnr27IR { top:48.1875rem;left:25.25rem;width:22.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ie82NbLvN875vLX5MU2mkJabxdGPp4 { width:10.9375rem;height:3.75rem;top:37.875rem;left:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUqNowAGugkKyEA5ZlCKq8N5kCLZrPDt { display:block; }
 }@media only screen and (max-width: 763px) { #I8hPk5G7x6ytFqnVV8ct3LJSgkADGO4Q { top:37.9375rem;left:26.3115234375rem;width:14.875rem;height:4.375rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXVLiT4Ns3RvHTr59ZthSkxscMRWbnth { top:44.75rem;left:19.6875rem;width:28.0625rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3QhlqGxnGc37OwPvHfHZ6tyGvTNxBin { top:46.4375rem;left:31rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJRDkfoMEwdQraJpaKwP9nZAThpeitA7 { top:36.6875rem;left:26.3115234375rem;width:11.875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmMs8OXC8SwXiydoqeequ70FNBVsCbRB { top:19.3125rem;left:17.3125rem;width:30.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTvBoi3m6TIfBAytIc8XaKQ6yOanDg9F { top:42.375rem;left:26.3115234375rem;width:7.4375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Io5vJ4QWR1bXxcFzK9AGeSZgBC7g1T { top:81rem;left:0rem;width:28.8125rem;height:5.375rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #P3b9KrpLuWSgUu1k2uhia4kgXBhrM6aM { top:122.625rem;left:0rem;width:47.75rem;height:26.698497291667rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3N4SrgnLhpNS1CIoSsmbsDTCKAoT3Si { top:8.3125rem;left:0rem;width:11.6875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c93CFZRfITpLKzxrrb640R3ka0rgOJcz { top:81.75rem;left:29.875rem;width:17.8125rem;height:3.8610192537658rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTnS1MAi0s00srDL9vZroKMzgIiPkbK { top:89.625rem;left:0rem;width:47.75rem;height:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCs9qHzmJOBPfdGdhc5G4NSw4Ts7MQI { top:17.1875rem;left:0rem;width:14.875rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1h3aToyRgotCQbATQwiXbwd8aqael2R { top:48.0625rem;left:0rem;width:3rem;height:1.2246372522406rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTk2SM2SZUAEf1lFg2u97yQ3PdVxy11x { top:49.875rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Fucy9iVFeXsFfIF13PkLzGv5Jro3rI { top:52.0625rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi0GgiIMa2dObTpPqtL1yPgqlftANpo0 { top:54.125rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhedeqE7tHnMWvSPeq1hqBEWtKVbwBBy { top:56.5625rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGo00BsxGMFa2ZdIdFaSeMmmlJII3QTS { top:61.8125rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9TV2EZ5ZRA1uoPJriemZn3HxUrxMVxf { top:65.1875rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBNK9uMOtExy8kuPPWVu3oaog1NCUe83 { top:67.5rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMh4xloKtQPB2koOwL0oeiOiRrwi58kE { top:69.75rem;left:0rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGo3NRahmxxVeLtb2JEJDWFu7E8TIdoW { top:46.375rem;left:26.266357421875rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrepCuM3WQfttQqeboDHlBbUd3yFBaaJ { top:48.375rem;left:26.3115234375rem;width:3rem;height:1.2248797576371rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9iS9l3qahBBgdC4XNNbJmiX6Py6H3wD { top:39.5rem;left:6.3740234375rem;width:4.375rem;height:2.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V { display:block; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWJHoTTDGilWUuJdl141AFGah2wx8FuM { top:18.0625rem;left:0rem;width:30.4375rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQgWgItQ38T9KJEHUN1WlTU4RkS3UOcs { top:21.0625rem;left:0rem;width:12rem;height:2.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRD9WtvOHaZCmcmBtUneGQn04FKzFxO { top:26.625rem;left:0rem;width:19.4375rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdUE7fPTQZlemm4hrMPIcTVOZTcK9LUs { top:32.3125rem;left:0rem;width:21.625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGiT8dmrqmAQMsDG4HkEBFg2WFHbSG12 { top:39.75rem;left:0rem;width:21.625rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KckGbbnT0PH2uUD5uw5Tt4Ek4gb46FU7 { top:47.0625rem;left:0rem;width:21.625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJKqbaZdkSN499u8ax6uamJRntaugQXF { top:18.0625rem;left:17.3125rem;width:30.4375rem;height:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTiRTgQzPOgiTviiPoI87SByKCAyO4tV { top:36.75rem;left:28.9375rem;width:18.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS5BaXM1o0eu9Nu44EAhbslmhfZPOUqm { top:31rem;left:25.9375rem;width:21.8125rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuVIk7za8PytH96SQVTZP80inuz5BGp { top:26.8125rem;left:28.3125rem;width:19.4375rem;height:2.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siqxshVGGK4BqO2Jtz4A91Anr5bgRgnh { top:21.25rem;left:27.5625rem;width:16.4375rem;height:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUPBE2lOkvh0IRO6DPoXVAfINkPXNgQ9 { width:23.9375rem;height:4.375rem;top:56.625rem;left:11.87548828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rDaxL8Mo8wHPhkI86Uv6HFzmuQg9Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #IdRKILe5QWo59GSozQkrMnHUpH2BlDJT { top:7.375rem;left:0rem;width:47.625rem;height:57.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFsTiNCdIuFXlxbLu9suCpLbWsMxroc { top:12.25rem;left:9.4375rem;width:28.8125rem;height:2.6875rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4c3mO06WaT8JT2NGTuQe0tf8X0l40Kw { top:26.5625rem;left:0rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbx3v05zaWJ2cfIfT6MEwgZFBJamwbNA { top:32.25rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPEFxnx9LThHc8eziuwFNHUimKAveuW { top:39.6875rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbL0tvhTZf1qrbDWdblwAEdyhgo6onh { top:47rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXGT8xztu8VmstOIrGdwJyDdlkN5Rnd { top:26.5625rem;left:27.5615234375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #smdGDyoln5thAKdfF2uSmPkTQ5oP3k8B { top:31.25rem;left:27.5615234375rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT9TnCvpRdpkrbIpsgUOA4y9GV0T34UV { top:37.0625rem;left:27.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLo8fTaTdltzzbuBX9c6brEWbmxyol8p { top:56.6875rem;left:36.375rem;width:11.375rem;height:11.685812730889rem;display:block; }
 }@media only screen and (max-width: 763px) { #gs88Hi9Acrv1m8yTvctGnhntDCMiJi2U { top:3.75rem;left:36.375rem;width:11.375rem;height:11.685812730889rem;display:block; }
 }@media only screen and (max-width: 763px) { #vktGlnT9kg8w6qXy4s0kCGl7cveeVC4S { top:3.6875rem;left:0rem;width:11.4375rem;height:11.748328659014rem;display:block; }
 }@media only screen and (max-width: 763px) { #cOP9Of9T8TplKpmWlCKIdewIudldPHip { top:56.8125rem;left:0rem;width:11.375rem;height:11.685812730889rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiESzIMTTzIDrlVHwC93p5NEag3GTvoF { display:block; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCWvFJ3xnXUaDUmpVRmDySfUqV4FroNN { top:8.375rem;left:0rem;width:13.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKJKTr4yiIZlT6pMKMA4l36MJ6tbOW85 { top:11rem;left:0rem;width:18.9375rem;height:6rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx { display:flex;height:auto;width:27.8125rem;top:12rem;left:8.71875rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #Cgx2VliTaH9etTNyxyyUWuttSeyvEN7a {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #dldrqIUOyFCxbiCpLEk0ieJWxg0fFNVl {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #ryCvEMrGOpbAz2aLOegG0DD2ToQ1df3C {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #rBQiDGqOvxDmNyxKq1UC0XKMFPvy4UBy {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #XzLDpsZm6lOaUNpMIvsnsCODVz28WFTz {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #whz1T8eUII1Cxev28pftCKIHWJ0Gbs9o {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #U4HoNx2u1OLHFCokkn7B7XgtyyhOZJ1b {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #uas9Oz5l8Pdv3bhxdqNzbVDou2lz2SQx {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #NaKTWisZqdpzUlSCAWw2uzsXq4uSReeJ {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #sL8TqU8Npq6RogHimqTf6bNGsi3LJTzC {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #myMJv9UwkL5k9LTu0XXkp79kSszgg3fh {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #xScqT3ADhs0llcPhlN6Me2cvPMtAcs8h {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #FAX8qS7cZ393S9AfGnxPZrhNErJfPbSA {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #mngWvB5TMkXClKEm7mC3n9N1qMWqURxb {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #Wi17TAPLQKGTiMQHLtzULmedRTRKTToI {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #TywdMfrpUzJ7TMCpeM1owNxJXyDeK41t {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #WHxW4yQfDBJ8mAWfB47QAT8iK2LDbMT6 {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #AWT4IEVTAbE0P6zVOwZaN55SxaJAxqch {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #d8XnFOtT0qpGOdQk0iSGkFhGFRVQMNqH {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #mIWBzIcLil8kpSWEnuACzVARK86i8Dp5 {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #GvNv8m9fuwF0EBMgTOKmcp2mbD6RLVXZ {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #RUaw9zVgbl3glmVxWiL1iWwAJ0W7bgRr {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #xqCz5E0c6NDs5KHI8RGQTVV7l2EiRtkP {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #tsKK2IbnW1IOPDv4icBvfx3BXKpGtmw9 {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #ZABQqM8oZ7wk9a9vZDJq993u6UW1HTiq {  }
 }@media only screen and (max-width: 763px) { #cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 { display:block; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou0kab6mn0e15fbK9sUgDrl5qATBt7ex { top:14.25rem;left:0rem;width:28.3125rem;height:3.5rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gH7vUKExI3I5CBepsT0T1H43ylpfnQuq { top:19.4375rem;left:0rem;width:32.5625rem;height:3.6875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKV4XPBLqaAarhDtIHSMMS5uxJt2m30l { width:25.75rem;height:4.1875rem;top:25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9kcHNyTuVPZrqnZ1tTHhV4OBDyqI1io { display:block; }
 }@media only screen and (max-width: 763px) { #sllRl5TeNF67murqXLlSwQr8ZVgaTgLH { display:block; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmL4mTzE3uFd5aMdB5terg0OG2mis5wK { top:5.5625rem;left:0rem;width:7rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhK8t2oP6Ak2UyhO38UxMBquSkrSs9p2 { top:5.5625rem;left:0rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmFrCvkBdAUzTEfulWJOdvQSNaldsyNx { top:8.5625rem;left:0rem;width:15.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPmKCuCwDzcxIC1xvSv6W0xMItwdvDNy { top:8.5625rem;left:22.4375rem;width:15.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DV6wh5m4KaPrdJRUuLk6JCZreD2MvW2M { top:5.5625rem;left:22.4375rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRyw8mlALiJaQe0MeDg5lCJrfvCgTcGy { top:8.5625rem;left:32.125rem;width:15.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxD5eqZDES3SCnkA0ygm0FKOF7TDVAv5 { top:5.5rem;left:36.3125rem;width:11.4375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ylRucCJ6TUX8Bdr9a7hqzD8ToNfscHnh { top:11.75rem;left:32.125rem;width:15.625rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMDfUA9fmbDtLmrlDfT9vyJPcqxurxUf { top:13.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
#rMDfUA9fmbDtLmrlDfT9vyJPcqxurxUf > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #LMkoTQEgf0U6AFVbTB11M74i3Gp99wP0 { top:13.75rem;left:2.5rem;width:1.625rem;height:1.625rem;display:block; }
#LMkoTQEgf0U6AFVbTB11M74i3Gp99wP0 > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@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:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rM751Mid6Ufb74BV4zsPGCA4wt8TzK0g { width:17.25rem;height:2.887575rem;top:1.6653646230698rem;left:1.375rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #nMHWJFpZW67BsenC5zbX664T3t7sBT98 { background-color:#0d161c;background-image:url("https://images.assets-landingi.com/uc/690a6cb9-e6a1-4ba6-9cf2-946c0a163d49/hero_mobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98.adaptive-delivery-prevent-bg, #nMHWJFpZW67BsenC5zbX664T3t7sBT98.lazyload, #nMHWJFpZW67BsenC5zbX664T3t7sBT98.lazyloading { background-image: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container { background-color: transparent; background-image: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container > .video-iframe-container { display: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row > .video-iframe-container { display: none; }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .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); }#nMHWJFpZW67BsenC5zbX664T3t7sBT98 > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K0C56ZwR4cEvWy0Frc64aiNN31OlMggZ { width:17.749rem;height:6.875625rem;top:7.061767578125rem;left:1.124267578125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WJWir6EpFNToGJUhHsroElbUeeRSI0a9 { width:16.4978125rem;height:5.688475rem;top:15.623779296875rem;left:1.75048828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRUMEV9tkRygbcaJFnvaZW4TeA20P69a { width:18.999rem;height:4.375rem;top:22.8125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdPmPVy6BWte7W8IAGIidVTJ7bspqJDL { display:block; }
 }@media only screen and (max-width: 763px) { #TUhysWRkEwOh4II2B6I8XedaPhFpgQO0 { width:14.24925rem;height:23.125rem;top:30.65185546875rem;left:2.87353515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3BXsKWWCf1JX9PeSIrqBg32deLVrXNk { width:6.0620125rem;height:3.31176875rem;top:2.49755859375rem;left:6.968994140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 { display:block; }#MVzEVRZnJdIO2yvsXzIFd3XdikaeTQ90 > .row .container { width:20rem;height:54.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pnxiJJ1qguS1wknAeTnlc9tO9u8f6M1H { width:20rem;height:6.00036875rem;top:30.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTSOuPaTbWa7m31V5tbTxHgQXxpEfTd { width:18.18725rem;height:6.8261875rem;top:37.5625rem;left:0.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhIUmPSL4w4CW7feig2BLVLXFUEL51me { width:18.999rem;height:4.375rem;top:46.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEa0xEILrq4E4lf8eBRIOEfVOlq2P43A { display:block; }
 }@media only screen and (max-width: 763px) { #B51QanyAgsLtv13woRAV3bsJrb8VlMtH { width:4.74975625rem;height:4.74975625rem;top:2.593994140625rem;left:7.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXBRctBM0XixAhetDtONMBF8840GAnVI { width:20rem;height:0.57879621217203rem;top:28.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 { display:block; }#E2wdZnhccMoXe8y7wvh0Kwp2PyXZkdN5 > .row .container { width:20rem;height:107.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eL4r4GedEytVVuwsT6fv0JwNHJMh7P3T { width:17.8735625rem;height:6.8261875rem;top:33.43505859375rem;left:1.06201171875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uzdbPeT1cuISxqipPNpnllp1ppWK3lQd { width:18.9978125rem;height:4.375rem;top:41.561279296875rem;left:0.50048828125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Hh3MCsKES52ySklvlhouZ11o3e1wXy { display:block; }
 }@media only screen and (max-width: 763px) { #yKLSd7Ua3fly7hH3wKRiLTgQgbOz5rqI { width:20rem;height:5rem;top:56.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gB7aAws2q7MwBNt1ebpQLGK4F5mW0ewx { width:20rem;height:13.65235rem;top:63.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7QxtdDTegpb021tODD7yqgtDIXy1uUv { width:17.6855625rem;height:5.5004875rem;top:26.373291015625rem;left:1.156005859375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qp8XFga4SDsoNIrgCRuXlXKcA5EOPwRt { width:20.0625rem;height:22.3125rem;top:79.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LvLSdzzX3WgAFdEvAftlQGMfRlen54Wu { width:17.68675rem;height:3.5620125rem;top:95.5625rem;left:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyFBXek62b0dPAhKy1TgevQFvOF0LWFV { display:block; }
 }@media only screen and (max-width: 763px) { #BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp { width:20rem;height:49rem;top:3.875rem;left:0rem;background-color:#0d161c;background-image:url("https://images.assets-landingi.com/uc/d1d5c683-3bcf-47ab-870e-09b9a9c840b3/dobra_livro_mobile.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp.adaptive-delivery-prevent-bg, #BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp.lazyload, #BIXpiO4JU2yi0KS4RkGiGT1htUeJirxp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #vEzREmxeJTkJcngRSHOQVPfsXaED5l8T { width:2.5625rem;height:5.1875rem;top:115.05981445312rem;left:7.904052734375rem;display:none; }
 }@media only screen and (max-width: 763px) { #va11NApCQLw8XRoLhIuW2hribJcJId8D { width:2.5625rem;height:5.25rem;top:115.029296875rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #C3J7oNmFA08OXzx5xiuvpPF8V3Ua41Wh { width:17.68675rem;height:11.499rem;top:83.25rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuyCT7H9inxuFurvsE33RboxBseFdHg8 { width:16.062rem;height:11.875rem;top:10.499267578125rem;left:1.9677734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qE9XzlQ3fxAws42V2w65rttCsIWcCstU { width:4.4375rem;height:4.5rem;top:137.3125rem;left:1.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #z1NJALczUyHZ8s1m0LOCHeIGUdGi7aTA { width:4.4375rem;height:4.5rem;top:144.3125rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QhXzghKqOG0fJFKKfXrrrQwpAgFAd5Qt { width:4.4375rem;height:4.5625rem;top:156.875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPJhWIsRRhWmbQaQXzH2NMLcBEO99OQH { width:4.4375rem;height:4.5625rem;top:150.1875rem;left:2.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz { display:block; }#xuIMBPaC2DP34MRwrwPLOXnae1Kx6Orz > .row .container { width:20rem;height:158.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk0zzBw42emdUTqANP9hcdbgE1CrNtfm { width:18.9978125rem;height:4.375rem;top:149.87426757812rem;left:0.50048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbv2EbpbCx9oQgPmCO2fZ6Opk8VPCnzI { display:block; }
 }@media only screen and (max-width: 763px) { #osLqr8bM3JuT80tRZUGdUWGBP0bXu8f1 { width:17.124rem;height:8.0005rem;top:3.248291015625rem;left:1.436767578125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vx7m1VGpldosTDzlbQLmLRkcJSmJTlxe { width:13.625rem;height:1.9494625rem;top:40.25rem;left:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VV7fce8RzCK4yiLgUsv8mIOk2PZcFldf { width:7.1875rem;height:3.0004875rem;top:43.0625rem;left:6.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ivdmlECP26ea3T19eO6HPPM978nQ1tvg { width:11.25rem;height:4.50073125rem;top:76.1875rem;left:4.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIbl3nLoUpkpW9ZzTBgvds3HAwTTSGeK { width:6.1875rem;height:0.97473125rem;top:74.125rem;left:6.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q8aDHZL76GCrFI4Dd0p4JblQfW32lce9 { width:8.875rem;height:3.0004875rem;top:110.8125rem;left:5.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xITpzbt7otfN1eFhbRdaQ0vusVyBpIUw { width:7rem;height:0.97473125rem;top:109.5rem;left:6.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFK8IbbyaPdoD1IC7bW9emR54rfpuhAP { width:7.1875rem;height:3.0004875rem;top:143.75rem;left:6.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r7zE8dIsK9u2VWGWFF7R8d9sitlszBcS { width:6.875rem;height:0.97473125rem;top:141.9375rem;left:6.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPi21S2ZJHJ3PnKk4pnHOv4pu7SR5lKw { width:14.6875rem;height:23.93675rem;top:14.639892578125rem;left:2.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GarDd6i7nvOC1dwGoi62yczLG2ok4eBQ { width:14.6875rem;height:23.8125rem;top:48.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKTTFXtZB3qUxXyamkcTbhMZk0cODeLr { width:14.6875rem;height:23.8125rem;top:84.1875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaUm6SqQ3ZOqfUvVRp4PTmdBaEayd36l { width:14.6875rem;height:23.8125rem;top:116.8125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V5CmbR23B3XxTKiEr279G4c44zV5TnGV { display:block; }#V5CmbR23B3XxTKiEr279G4c44zV5TnGV > .row .container { width:20rem;height:170.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lp8GBkRLQSNTmTKHQMDyHdUWT02mWyZS { width:19.187rem;height:10.39550625rem;top:35.375rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTxxhN3BpifzNMaUkISHKm2lm6FQsQPR { width:12.1875rem;height:4.3994125rem;top:29.5625rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9AZLRLbfPQr02WOpGWTmwIItlkngdoU { width:13.0615rem;height:10.49925rem;top:5.499267578125rem;left:3.46923828125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pzeh51D6XPeUPqpehOX5iFFWNJgWB2Pg { width:19.187rem;height:15.59325rem;top:81.68701171875rem;left:0.406494140625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FznQiJAyKqtxdlRU3THOnHaBNNLfM2P9 { width:9.375rem;height:4.3994125rem;top:75.4375rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VoQ1fmum96m9N6DgNe4Zsi2s8BbwTo0b { width:19.187rem;height:12.994375rem;top:135.3125rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tn6l9oCaIX7T13D8HvP986pWWZL5eD50 { width:17.937rem;height:4.3994125rem;top:128.875rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRh2z7Q9C1i2h81E2Kltf4Bm4JBRW4eq { width:6.3745rem;height:1.2994375rem;top:27rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rWMJWR8Rf7B3TdlX2rcdbEdBFQmZiKzq { width:6.3745rem;height:1.2994375rem;top:73rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SCgRclzzapZtsyfX3XnvPzuyavJ5RGVZ { width:6.93725rem;height:1.2994375rem;top:126.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSNHJE5ia9cchISuUmCg2c40rfUL59zw { width:20rem;height:0.625rem;top:2.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb67zm1FalusQIxnlxCbF66tz9QgaDRb { width:20rem;height:0.625rem;top:17.498779296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P82Sk56ATx0dZ4DK2Sw8ymZ0MDVODKHH { width:4.0625rem;height:3.8125rem;top:21.5rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz36XOCIOuqsZLzhifi8XTmiG1rKfxZB { width:4.0625rem;height:3.75rem;top:67.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D21HCzsVgLMXOfwTkO2FZsZh2VqAdvC7 { width:5rem;height:4.6875rem;top:120.375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SwHZosS2xkpEPhrQqPgFKn4rOvT7kAwa { width:20rem;height:15.9558125rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzvTxgHBDcFt68hLuQbFqbJPp4NB4qkm { width:20rem;height:15.9448125rem;top:99.57275390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDrf12AP28R5JpslbLc126dp0zB8qeLg { width:20rem;height:15.9448125rem;top:150.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o55WA4gqX94no1oJSoroyFoh8O8kzkwf { display:block; }#o55WA4gqX94no1oJSoroyFoh8O8kzkwf > .row .container { width:20rem;height:29.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kim5CHdL0ul0zPk68dZf8qKZit4uBvUy { width:8.4375rem;height:5.39978125rem;top:1.93603515625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVlBQPnCuLOmckdmCSLdEINRoJks2gp3 { width:8.93675rem;height:5.39978125rem;top:23.095703125rem;left:11.063232421875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq { display:block; }#TD9AwIVdr08B6TSOFxeiIrEF8gu5ElTq > .row .container { width:20rem;height:209.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IDTpnlt5IeTaItpN4T79fz5QqWPAXG6z { width:12.1875rem;height:2.598875rem;top:40.5rem;left:0.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WghU7JtbKTqkNKvTdlRgi4EuW5gKGuTA { width:11.12425rem;height:4.3994125rem;top:34.75rem;left:0.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mVZmcT4l2U7SRkUt2KGyW4Dil1MWrHty { width:5.49926875rem;height:1.2994375rem;top:15.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZP8KGotokNpO2ul7NLXJc0iCertKwO9 { width:20rem;height:15.59325625rem;top:44.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LuiVT8Nb0TXEJMd6mg8onWOt0SRNrJb1 { width:15.625rem;height:2.598875rem;top:86.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTXeOxp9xJaTOqPk7Eh4Odoat76irh8Z { width:17.1875rem;height:5.19775625rem;top:90.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTpqL4NEGzVvHyCJO9ixb1H3mIzWqo4u { width:14.0625rem;height:4.3994125rem;top:80.75rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7VPTT5E71eN1oFeASWvFQUvWbFttSiS { width:6.0620125rem;height:1.2994375rem;top:62.498779296875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vZmkzAKSKZDLfZr8V74OXG1C95McXdUv { width:15.49925rem;height:1.2994375rem;top:136.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRnlMrbTsI89MVycqdz3TTrbk3w8kBvq { width:20rem;height:10.3955rem;top:139.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NeGaSqD3tugkI6VdWVPHEiFEPtlU53rz { width:12.1875rem;height:4.3994125rem;top:130.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekucXod27mfzRSRhksIKDHgZWuoxD1lC { width:6.875rem;height:1.2994375rem;top:111.56127929688rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBfTpTZbEW1n3wiuxzH7Tv0cqHGBhDwm { width:16.12425rem;height:2.598875rem;top:177.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJxdJDocQpcZedKVCr0vyLO63EJMqxDB { width:20rem;height:18.192125rem;top:181.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAGDn1f9A8nm2VmaTKyMlzk6C9U3OP0K { width:13.5rem;height:4.3994125rem;top:172.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh4kEMwrv6qJainPXHN0Wl3Mea0daHIx { width:6.875rem;height:1.2994375rem;top:152.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1xdDyBQvxGSxv6VGzuA6LbNxuVZhNrw { width:20rem;height:3.4130875rem;top:97.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqrNaaaeXZUuGQJGnfLZq8wXkAlyisv2 { width:12.4365rem;height:1.13769375rem;top:103.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzqsh3Rm47UCZo81J2UyrCFFDRhkTqbL { width:19.0625rem;height:2.2753875rem;top:106.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDi239GIHEKIzgk8d1hCLU0UZf1PtHuP { width:14.8108125rem;height:7.875375rem;top:5.247802734375rem;left:2.593994140625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogWqfJMTMOb4kpikVAWVfOCTkQM2Jtn6 { width:20rem;height:4.375rem;top:201.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2rogs2evzpIwKndtQvwK5ID4s86TFCT { display:block; }
 }@media only screen and (max-width: 763px) { #pcZzRKo5o8xVuWwLUmBwxO1OQHyToRva { width:20rem;height:14.5625rem;top:18.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbh9gEkUZZqroahIR0mix5r3vC0Ehtxn { width:20rem;height:14.5625rem;top:64.965708139781rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OBReLW9ComqTWWzIJuHETVHXZDubKfxF { width:20rem;height:14.5625rem;top:114.18579101562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4fBHCUkWy9sThO0lAicoOKxJgK98fik { width:20rem;height:14.5625rem;top:155.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #laHtyOqqn1gcpxb6wztWsCchbaUO4QVX { width:20rem;height:1.4805916341548rem;top:240.9365234375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #OSvVS8moP2veQdSLr0wOt8e6nt0U2Bp9 { width:20rem;height:1.4806784683531rem;top:243.6660171875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Sfezuhl0bWcTEVcNEMQLabKld2s3FzXS { width:9.375rem;height:1.625rem;top:2.19970703125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDgn03bJt70VzRzdBSDoyi4Csg1L63RX { display:block; }#iDgn03bJt70VzRzdBSDoyi4Csg1L63RX > .row .container { width:20rem;height:177.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3mORUN34U84KSSnrbWq0UJZaBKLzSMR { width:14.24925rem;height:3.59985625rem;top:6.4375rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2 { width:20rem;height:10.125rem;top:13.6875rem;left:0rem;background-color:#d5a75e;background-image:url("https://images.assets-landingi.com/uc/9deb897b-a503-4ddc-be34-629dd721e61e/completo.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2.adaptive-delivery-prevent-bg, #BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2.lazyload, #BfcsJMchyPCP9wq0lAVO60dnMh0l2oF2.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #XhUVPh9lia3ccP64NPL5J0rSDWOaTm8b { width:20rem;height:58.4375rem;top:23.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHVXDlylDIN12UTKi9HKR8kGI86v2xu0 { width:18.81225rem;height:3.75rem;top:77.375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1EUMVEan6s4x24LzhxdpvTUAODhlPpJ { display:block; }
 }@media only screen and (max-width: 763px) { #r0dHx1WvWTqpXeB7nDBToZAw9JHP8TQ6 { width:11.875rem;height:1.13769375rem;top:25.8125rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aOi7bvM8UfIZcf3TMNfOawZqv0TLonEf { width:12.99925rem;height:3.98681875rem;top:27.875rem;left:1.1875rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLHJwXzxoGFx5JGahPSonPsAhrqiplvw { width:7.06175rem;height:1.13769375rem;top:31.875rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpIeWh0G0Zv2f5KEt7xurqHvJkKondbZ { width:18.75rem;height:0.124511875rem;top:35.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HN2V6MhUbr1TyC2KWtutqvstrdoncIUc { width:11.6875rem;height:2.2753875rem;top:37.326538085938rem;left:5.2257080078125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iex6mkCZW8ScSTMoKRkGrHPpgzVHPXdr { width:13.562rem;height:1.13769375rem;top:40.5625rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlPhPum35v3Cie2gwbS3736ZrzG2rMP6 { width:11.74925rem;height:2.2753875rem;top:43rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwMeaWiKSCkeJfWnJKDINmJcFfVTBSaZ { width:10rem;height:1.13769375rem;top:46.375rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKQ9WL8oLpKuopOr85nbsEDIIlPw0A0N { width:13.999rem;height:7.963875rem;top:49.25rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zczmfzu1BNsLKheO41VKHLXrpwDG72Vn { width:11.93725rem;height:4.55078125rem;top:59.0625rem;left:5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msbWb8t61IyxcGhuaEBNG3dXdaJbbPyg { width:9.12475rem;height:2.2753875rem;top:65.5rem;left:4.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiMRhmHMA5AAVDS1f15vgLCAoo5986k3 { width:10.1245rem;height:2.2753875rem;top:69.25rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSnKkFlUS47fBzLqZXBVo2khrvRn2Qzi { width:12.937rem;height:2.2753875rem;top:73.1875rem;left:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCzKRGl9cC3I3cuGDwtgDsKTmrgmuTM9 { width:20rem;height:29.8125rem;top:96rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BorkCpcMUEZUxp219RSS0hxTHcnr27IR { width:14.125rem;height:5.688475rem;top:112.6875rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7ie82NbLvN875vLX5MU2mkJabxdGPp4 { width:18.81225rem;height:3.75rem;top:120.75rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUqNowAGugkKyEA5ZlCKq8N5kCLZrPDt { display:block; }
 }@media only screen and (max-width: 763px) { #I8hPk5G7x6ytFqnVV8ct3LJSgkADGO4Q { width:14.875rem;height:3.98681875rem;top:99.1875rem;left:0.625rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXVLiT4Ns3RvHTr59ZthSkxscMRWbnth { width:18.75rem;height:0.124511875rem;top:106.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3QhlqGxnGc37OwPvHfHZ6tyGvTNxBin { width:11.875rem;height:1.13769375rem;top:110rem;left:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJRDkfoMEwdQraJpaKwP9nZAThpeitA7 { width:11.875rem;height:1.13769375rem;top:97.9375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmMs8OXC8SwXiydoqeequ70FNBVsCbRB { width:20rem;height:10.1855625rem;top:85.8125rem;left:0rem;background-color:#d5a75e;background-image:url("https://images.assets-landingi.com/uc/8eba3b96-a884-4b5a-81e4-5d8afc766c38/base.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#BmMs8OXC8SwXiydoqeequ70FNBVsCbRB.adaptive-delivery-prevent-bg, #BmMs8OXC8SwXiydoqeequ70FNBVsCbRB.lazyload, #BmMs8OXC8SwXiydoqeequ70FNBVsCbRB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JTvBoi3m6TIfBAytIc8XaKQ6yOanDg9F { width:7.4375rem;height:1.13769375rem;top:103.6875rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4Io5vJ4QWR1bXxcFzK9AGeSZgBC7g1T { width:20rem;height:3.59985625rem;top:133.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P3b9KrpLuWSgUu1k2uhia4kgXBhrM6aM { height:11.1804375rem;width:20rem;top:159.24438476562rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3N4SrgnLhpNS1CIoSsmbsDTCKAoT3Si { width:7.37425rem;height:2.37426875rem;top:3rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c93CFZRfITpLKzxrrb640R3ka0rgOJcz { width:10.9375rem;height:2.375rem;top:129.4375rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUTnS1MAi0s00srDL9vZroKMzgIiPkbK { width:20rem;height:13.4375rem;top:139.68627929688rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTCs9qHzmJOBPfdGdhc5G4NSw4Ts7MQI { width:10.875rem;height:2.6875rem;top:12.375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1h3aToyRgotCQbATQwiXbwd8aqael2R { width:3.061525rem;height:1.25rem;top:37.514038085938rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTk2SM2SZUAEf1lFg2u97yQ3PdVxy11x { width:2.99926875rem;height:1.2243625rem;top:40.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4Fucy9iVFeXsFfIF13PkLzGv5Jro3rI { width:2.99926875rem;height:1.2243625rem;top:49.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pi0GgiIMa2dObTpPqtL1yPgqlftANpo0 { width:2.99926875rem;height:1.2243625rem;top:59.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhedeqE7tHnMWvSPeq1hqBEWtKVbwBBy { width:2.99926875rem;height:1.2243625rem;top:66rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGo00BsxGMFa2ZdIdFaSeMmmlJII3QTS { width:2.99926875rem;height:1.2243625rem;top:69.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c9TV2EZ5ZRA1uoPJriemZn3HxUrxMVxf { width:2.99926875rem;height:1.2243625rem;top:73.6875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBNK9uMOtExy8kuPPWVu3oaog1NCUe83 { width:3rem;height:1.2248797576371rem;top:110rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMh4xloKtQPB2koOwL0oeiOiRrwi58kE { width:2.99926875rem;height:1.2243625rem;top:113.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGo3NRahmxxVeLtb2JEJDWFu7E8TIdoW { width:2.99926875rem;height:1.2243625rem;top:43.5rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FrepCuM3WQfttQqeboDHlBbUd3yFBaaJ { width:2.99926875rem;height:1.2243625rem;top:46.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F9iS9l3qahBBgdC4XNNbJmiX6Py6H3wD { width:4.375rem;height:2.61230625rem;top:28.767700195312rem;left:13.062133789062rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V { display:block; }#dhcRJSdSKvg4upzHdPqpqdfVVtIk7F0V > .row .container { width:20rem;height:79.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWJHoTTDGilWUuJdl141AFGah2wx8FuM { width:18.1875rem;height:32.6875rem;top:11.9375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQgWgItQ38T9KJEHUN1WlTU4RkS3UOcs { width:11.9995rem;height:2.13745rem;top:14.4375rem;left:4rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFRD9WtvOHaZCmcmBtUneGQn04FKzFxO { width:12.1875rem;height:3.898925rem;top:18.625rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdUE7fPTQZlemm4hrMPIcTVOZTcK9LUs { width:13.81225rem;height:4.87365625rem;top:24.25rem;left:4.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGiT8dmrqmAQMsDG4HkEBFg2WFHbSG12 { width:13.562rem;height:4.87365625rem;top:31.125rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KckGbbnT0PH2uUD5uw5Tt4Ek4gb46FU7 { width:13.49975rem;height:3.898925rem;top:37.6875rem;left:4.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJKqbaZdkSN499u8ax6uamJRntaugQXF { width:17.99925rem;height:20.437rem;top:46.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTiRTgQzPOgiTviiPoI87SByKCAyO4tV { width:13.93675rem;height:2.92419375rem;top:61.1875rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kS5BaXM1o0eu9Nu44EAhbslmhfZPOUqm { width:12.06175rem;height:2.92419375rem;top:56.6875rem;left:5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsuVIk7za8PytH96SQVTZP80inuz5BGp { width:11.4375rem;height:1.9494625rem;top:53rem;left:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #siqxshVGGK4BqO2Jtz4A91Anr5bgRgnh { width:16.499rem;height:1.799925rem;top:49.6875rem;left:1.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUPBE2lOkvh0IRO6DPoXVAfINkPXNgQ9 { width:18.999rem;height:4.375rem;top:69rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6rDaxL8Mo8wHPhkI86Uv6HFzmuQg9Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #IdRKILe5QWo59GSozQkrMnHUpH2BlDJT { width:20.0625rem;height:72.5rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUFsTiNCdIuFXlxbLu9suCpLbWsMxroc { width:17.4365rem;height:1.799925rem;top:7rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4c3mO06WaT8JT2NGTuQe0tf8X0l40Kw { width:1.3745125rem;height:1.3745125rem;top:18.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbx3v05zaWJ2cfIfT6MEwgZFBJamwbNA { width:1.31225625rem;height:1.31225625rem;top:24.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLPEFxnx9LThHc8eziuwFNHUimKAveuW { width:1.31225625rem;height:1.31225625rem;top:31.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezbL0tvhTZf1qrbDWdblwAEdyhgo6onh { width:1.31225625rem;height:1.31225625rem;top:37.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOXGT8xztu8VmstOIrGdwJyDdlkN5Rnd { width:1.31225625rem;height:1.31225625rem;top:53.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #smdGDyoln5thAKdfF2uSmPkTQ5oP3k8B { width:1.25rem;height:1.25rem;top:56.75rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT9TnCvpRdpkrbIpsgUOA4y9GV0T34UV { width:1.25rem;height:1.25rem;top:61.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLo8fTaTdltzzbuBX9c6brEWbmxyol8p { width:11.375rem;height:11.685812730889rem;top:236.52739648438rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gs88Hi9Acrv1m8yTvctGnhntDCMiJi2U { width:11.375rem;height:11.685812730889rem;top:192.78077148438rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vktGlnT9kg8w6qXy4s0kCGl7cveeVC4S { width:11.4375rem;height:11.748328659014rem;top:179.78270898438rem;left:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cOP9Of9T8TplKpmWlCKIdewIudldPHip { width:11.375rem;height:11.685812730889rem;top:223.59158398438rem;left:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hiESzIMTTzIDrlVHwC93p5NEag3GTvoF { position:relative;z-index:auto;display:block; }#hiESzIMTTzIDrlVHwC93p5NEag3GTvoF > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCWvFJ3xnXUaDUmpVRmDySfUqV4FroNN { width:13.6865rem;height:1.31286875rem;top:1.124267578125rem;left:3.15673828125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKJKTr4yiIZlT6pMKMA4l36MJ6tbOW85 { width:15rem;height:4.74975625rem;top:3.436279296875rem;left:2.5rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx { display:flex;height:auto;width:18.75rem;top:9.609375rem;left:0rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem; }
#EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #Cgx2VliTaH9etTNyxyyUWuttSeyvEN7a {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #dldrqIUOyFCxbiCpLEk0ieJWxg0fFNVl {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #ryCvEMrGOpbAz2aLOegG0DD2ToQ1df3C {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #rBQiDGqOvxDmNyxKq1UC0XKMFPvy4UBy {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #XzLDpsZm6lOaUNpMIvsnsCODVz28WFTz {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #whz1T8eUII1Cxev28pftCKIHWJ0Gbs9o {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #U4HoNx2u1OLHFCokkn7B7XgtyyhOZJ1b {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #uas9Oz5l8Pdv3bhxdqNzbVDou2lz2SQx {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #NaKTWisZqdpzUlSCAWw2uzsXq4uSReeJ {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #sL8TqU8Npq6RogHimqTf6bNGsi3LJTzC {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #myMJv9UwkL5k9LTu0XXkp79kSszgg3fh {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #xScqT3ADhs0llcPhlN6Me2cvPMtAcs8h {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #FAX8qS7cZ393S9AfGnxPZrhNErJfPbSA {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #mngWvB5TMkXClKEm7mC3n9N1qMWqURxb {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #Wi17TAPLQKGTiMQHLtzULmedRTRKTToI {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #TywdMfrpUzJ7TMCpeM1owNxJXyDeK41t {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #WHxW4yQfDBJ8mAWfB47QAT8iK2LDbMT6 {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #AWT4IEVTAbE0P6zVOwZaN55SxaJAxqch {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #d8XnFOtT0qpGOdQk0iSGkFhGFRVQMNqH {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #mIWBzIcLil8kpSWEnuACzVARK86i8Dp5 {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #GvNv8m9fuwF0EBMgTOKmcp2mbD6RLVXZ {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #RUaw9zVgbl3glmVxWiL1iWwAJ0W7bgRr {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #xqCz5E0c6NDs5KHI8RGQTVV7l2EiRtkP {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #tsKK2IbnW1IOPDv4icBvfx3BXKpGtmw9 {  }
 }@media only screen and (max-width: 763px) { #EM6BT9wvdom3bRAxk3fUUx7oEWbivNVx #ZABQqM8oZ7wk9a9vZDJq993u6UW1HTiq {  }
 }@media only screen and (max-width: 763px) { #cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 { background-color:#1a1208;background-image:url("https://images.assets-landingi.com/uc/a94ecac5-7e98-46d7-a6d4-2419afd43f95/bg_oferta.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71.adaptive-delivery-prevent-bg, #cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71.lazyload, #cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71.lazyloading { background-image: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { background-color: transparent; background-image: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container > .video-iframe-container { display: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row > .video-iframe-container { display: none; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .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); }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { border-width: 0; border-radius: 0; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cTuI8mLlNQ0uxFT997c2puS5Qc8Xrm71 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ou0kab6mn0e15fbK9sUgDrl5qATBt7ex { width:19.9353125rem;height:5.2246125rem;top:4.686279296875rem;left:0rem;font-size:2.375rem;text-align:center;text-align-last:center;font-family:marlide;display:block; }
 }@media only screen and (max-width: 763px) { #gH7vUKExI3I5CBepsT0T1H43ylpfnQuq { width:20rem;height:3.8983125rem;top:11.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TKV4XPBLqaAarhDtIHSMMS5uxJt2m30l { width:19rem;height:4.1875rem;top:18.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C9kcHNyTuVPZrqnZ1tTHhV4OBDyqI1io { display:block; }
 }@media only screen and (max-width: 763px) { #sllRl5TeNF67murqXLlSwQr8ZVgaTgLH { display:block; }#sllRl5TeNF67murqXLlSwQr8ZVgaTgLH > .row .container { width:20rem;height:35rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vmL4mTzE3uFd5aMdB5terg0OG2mis5wK { width:7rem;height:3.8125285734695rem;top:3.25rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhK8t2oP6Ak2UyhO38UxMBquSkrSs9p2 { width:11.43675rem;height:1.2994375rem;top:8.9375rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KmFrCvkBdAUzTEfulWJOdvQSNaldsyNx { width:15.625rem;height:1.9494625rem;top:11rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SPmKCuCwDzcxIC1xvSv6W0xMItwdvDNy { width:15.625rem;height:1.9494625rem;top:16.875rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DV6wh5m4KaPrdJRUuLk6JCZreD2MvW2M { width:11.4355625rem;height:1.2994375rem;top:14.625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eRyw8mlALiJaQe0MeDg5lCJrfvCgTcGy { width:15.625rem;height:1.9494625rem;top:23.25rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxD5eqZDES3SCnkA0ygm0FKOF7TDVAv5 { width:11.4355625rem;height:1.2994375rem;top:20.625rem;left:4.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ylRucCJ6TUX8Bdr9a7hqzD8ToNfscHnh { width:15.625rem;height:1.9494625rem;top:26.4375rem;left:2.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rMDfUA9fmbDtLmrlDfT9vyJPcqxurxUf { display:flex;width:1.625rem;height:1.625rem;top:30.125rem;left:7.8125rem; }
#rMDfUA9fmbDtLmrlDfT9vyJPcqxurxUf > img { max-width: 100%;max-height:100%; width:1.625rem; height:1.625rem; } }@media only screen and (max-width: 763px) { #LMkoTQEgf0U6AFVbTB11M74i3Gp99wP0 { display:flex;width:1.62475625rem;height:1.62475625rem;top:30.125rem;left:10.5625rem; }
#LMkoTQEgf0U6AFVbTB11M74i3Gp99wP0 > img { max-width: 100%;max-height:100%; width:1.62475625rem; height:1.62475625rem; } }