.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,251,245;--color-primary-1:255,242,220;--color-primary-2:255,228,185;--color-primary-3:128,114,93;--color-primary-4:38,34,28;--color-secondary-0:224,221,219;--color-secondary-1:153,142,134;--color-secondary-2:50,28,13;--color-secondary-3:25,14,7;--color-secondary-4:8,4,2;--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:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:auto;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:5rem;width:75rem;overflow:visible;position:relative;display:block; }#ApU3GTUFdcAaOgTyt4P3TEsrIERe1cPg { color:#ffffff;display:block;width:36.0625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:1.76953125rem;left:19.46875rem;height:1.4624rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a2ae02a0-1d35-4bbb-b608-e807f708af97/Secao1.png");background-position:center !important;background-repeat:repeat-x !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; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.adaptive-delivery-prevent-bg, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyload, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyloading { background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { background-color: transparent; background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { border-width: 0; border-radius: 0; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { color:rgba(var(--color-primary-0),1);display:block;width:24.8125rem;position:absolute;font-family:"playfair display";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:13rem;left:6.875rem;height:;font-style:normal;display:block; }
#QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { color:rgba(var(--color-primary-0),0.75);display:block;width:23.4375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:25.125rem;left:6.875rem;height:6.75rem;font-style:normal;display:block; }
#HpZkGIOx5cMftQs9VEzXA7iT8FkVrn2I { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:32.4375rem;left:6.875rem;display:block; }
#V2ZQCoxZNWdOcE6wyrpCrHgdHI9VEAGf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VQTrwFNTq8T955X60tGpaefbpQnUMp65 { 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:5.25rem;width:5.25rem;top:7.25rem;left:6.875rem;overflow:hidden;display:block; }
#BT4n8o9DsCbqrBdXsingVwO14dR0c8vL { 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:5.25rem;width:5.25rem;top:7.25rem;left:12.9375rem;overflow:hidden;display:block; }
#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container { background-color: transparent; background-image: none; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container > .video-iframe-container { display: none; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row > .video-iframe-container { display: none; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .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); }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container { border-width: 0; border-radius: 0; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#Lf2ygutDhBZ0eyACz0ffNs0C9RJSxUSF { color:rgba(var(--color-secondary-2),1);display:block;width:23.8125rem;position:absolute;font-family:"noto serif";font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:6.6875rem;left:43.9375rem;height:7.7988125rem;font-style:normal;display:block; }
#Z5q3ZGP72McDiJ75QvZFPG9bkInLTz3y { color:rgba(var(--color-secondary-3),0.75);display:block;width:23.5rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:15.125rem;left:44.0625rem;height:5.0625rem;font-style:normal;display:block; }
#FM2BAq7pMdeLww2b9R8QqSoXeUQ9OxFi { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #512f15, #45300a);background-image: -moz-linear-gradient(90deg, #512f15, #45300a);background-image: -ms-linear-gradient(90deg, #512f15, #45300a);background-image: -o-linear-gradient(90deg, #512f15, #45300a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#512f15', endColorstr='#45300a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#512f15', endColorstr='#45300a' );";background-image: linear-gradient(90deg, #512f15, #45300a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.8125rem;left:44.0625rem;display:block; }
#hUBXUbbCV7dlygRTQ20dFdJ26EeO60eI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH { box-sizing:content-box;height:27.3125rem;width:28.8125rem;position:absolute;display:block;z-index:15003;background-color:#fff9ed;background-image:url("https://images.assets-landingi.com/uc/5fd310ec-0353-49b6-8aee-1e8504bbf64c/Livros.png");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:5.09375rem;left:4.34375rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH.adaptive-delivery-prevent-bg, #xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH.lazyload, #xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH.lazyloading { background-image: none; }
#fnKqsJl6WRrbmJAB7OTJx8Tt2XagycTq { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:21.75rem;left:45.25rem;height:3.375rem;font-style:normal;display:block; }
#PKVVlADqqChphJWh7P6aXHG278VUaWL3 { box-sizing:content-box;height:5.25rem;width:24.5rem;position:absolute;display:block;z-index:15004;background-color:#ff0000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.8125rem;left:44.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d1271e;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container { background-color: transparent; background-image: none; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container > .video-iframe-container { display: none; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row > .video-iframe-container { display: none; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .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); }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container { border-width: 0; border-radius: 0; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#MOe3bA42Ndy4vWizClJF3kZ3wP8vx6wl { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"noto serif";font-size:1.75rem;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:7.1875rem;left:3.625rem;height:10.5rem;font-style:normal;display:block; }
#QdxT3R7UBDdC93wWWOstvQbmBhBQXzgP { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:18.625rem;left:3.625rem;height:6.75rem;font-style:normal;display:block; }
#LRiwD0ZoOiA7U7LxHBImVoB10R1uG2pL { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #ffffff);background-image: -moz-linear-gradient(90deg, #ffffff, #ffffff);background-image: -ms-linear-gradient(90deg, #ffffff, #ffffff);background-image: -o-linear-gradient(90deg, #ffffff, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff' );";background-image: linear-gradient(90deg, #ffffff, #ffffff);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:#ff0000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.625rem;height:4.0625rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:26.3125rem;left:3.625rem;display:block; }
#BWoneWHIdQkEf4HBBRUsVXITadZCPUfK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGWVtI5NGOs6kQ87uLwUF71TGHyh8tu7 { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.3125rem;width:41.75rem;top:2.1875rem;left:30.625rem;overflow:hidden;display:block; }
#hdRIvOa5R0nJDsx6kTZxxsFPTeGxpb7h { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:11.625rem;top:9.25rem;left:61.375rem;overflow:hidden;display:block; }
#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container { background-color: transparent; background-image: none; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container > .video-iframe-container { display: none; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row > .video-iframe-container { display: none; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .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); }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container { border-width: 0; border-radius: 0; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:75rem;position:relative;display:block; }#XrpTuf3u4vFT8Lm5hFQmgBOSCo5M0Mqy { color:rgba(var(--color-secondary-2),1);display:block;width:46.125rem;position:absolute;font-family:"noto serif";font-size:1.875rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.25rem;left:14.4375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OIVbGL8Ot1IRsATM6mmgPUeALlwvIN7k { box-sizing:content-box;height:15.3125rem;width:27.625rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/853b9b11-4261-4927-91e0-023c4d3c919a/Frame49.png");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:12.6875rem;left:6.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#OIVbGL8Ot1IRsATM6mmgPUeALlwvIN7k.adaptive-delivery-prevent-bg, #OIVbGL8Ot1IRsATM6mmgPUeALlwvIN7k.lazyload, #OIVbGL8Ot1IRsATM6mmgPUeALlwvIN7k.lazyloading { background-image: none; }
#fe5DbDH7x2GdGAr6qoa5yuutLKCSKJvm { box-sizing:content-box;height:15.3125rem;width:27.625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a463ec93-1b46-44bb-a2de-7b3af3d4d057/Frame50.png");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:12.6875rem;left:41.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#fe5DbDH7x2GdGAr6qoa5yuutLKCSKJvm.adaptive-delivery-prevent-bg, #fe5DbDH7x2GdGAr6qoa5yuutLKCSKJvm.lazyload, #fe5DbDH7x2GdGAr6qoa5yuutLKCSKJvm.lazyloading { background-image: none; }
#n5GD2unDeI2BeR3Tum4ibeDC0TTLvqXS { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"noto serif";font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:29.125rem;left:8.25rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqMh53KeR7U5KEvpoFghOdZZShkbFkin { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"noto serif";font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:29.125rem;left:43rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TCAqFVIfESwelbU4myMgITTCVXpi2Sy6 { box-sizing:content-box;height:15.3125rem;width:27.625rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/726b4d02-335e-400f-b876-db2b48779d91/Frame52.png");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:34.1875rem;left:6.3125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#TCAqFVIfESwelbU4myMgITTCVXpi2Sy6.adaptive-delivery-prevent-bg, #TCAqFVIfESwelbU4myMgITTCVXpi2Sy6.lazyload, #TCAqFVIfESwelbU4myMgITTCVXpi2Sy6.lazyloading { background-image: none; }
#aF5ethmNtPmzA9dwfAEahXEnBcplVI8B { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"noto serif";font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:50.625rem;left:8.25rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#INM6PJQXcOoledDz3XLpma6t9odnyWXf { box-sizing:content-box;height:15.3125rem;width:27.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ba9e5be3-0d69-469c-840b-b9fd22f03c64/Frame51.png");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:34.1875rem;left:41.0625rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }#INM6PJQXcOoledDz3XLpma6t9odnyWXf.adaptive-delivery-prevent-bg, #INM6PJQXcOoledDz3XLpma6t9odnyWXf.lazyload, #INM6PJQXcOoledDz3XLpma6t9odnyWXf.lazyloading { background-image: none; }
#JfC4tx3y9m4y99U4G4OQeMby5T0kG13O { color:rgba(var(--color-secondary-2),1);display:block;width:23.75rem;position:absolute;font-family:"noto serif";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:50.625rem;left:43rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f9QwzJ5NZy4XwuBiZHvnVRfpVDvFiBnZ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #512f15, #45290a);background-image: -moz-linear-gradient(90deg, #512f15, #45290a);background-image: -ms-linear-gradient(90deg, #512f15, #45290a);background-image: -o-linear-gradient(90deg, #512f15, #45290a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#512f15', endColorstr='#45290a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#512f15', endColorstr='#45290a' );";background-image: linear-gradient(90deg, #512f15, #45290a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.5rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:58.8125rem;left:23.25rem;display:block; }
#ZkymKr8CP2TZIhWAao2asCrtWq3CrL7H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8a2767b8-6065-4f9d-b338-b699dbe6070f/Secao2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94.adaptive-delivery-prevent-bg, #DrDnLulaqvhJNNAOezoT76Q3SpLD4A94.lazyload, #DrDnLulaqvhJNNAOezoT76Q3SpLD4A94.lazyloading { background-image: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container { background-color: transparent; background-image: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container > .video-iframe-container { display: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row > .video-iframe-container { display: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .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); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container { border-width: 0; border-radius: 0; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container { font-size:0.875rem;font-family:arial;height:50.1875rem;width:75rem;position:relative;display:block; }#UxsCIRUl79IQT9hW59yzTdtHklWaVb2e { color:rgba(var(--color-primary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15001;line-height:1.5;letter-spacing:0;top:5.5rem;left:24.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nf1DGt99fyoxgdCPBOQ8UKvg7aTtXSaC { box-sizing:content-box;height:25.375rem;width:22.1875rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:1.375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#EILThTwrrF9VQzMbalWmrzUzUzToDfG7 { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:17rem;left:3.25rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XqrVsDn5Vecrvh5lqXPtGAyOw8ZJubDW { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:18.875rem;left:3.25rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k0CWA2BRDNgPOXNn0TFHpyTVwPCxA0fT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:12.75rem;left:3.25rem; }
#itWVe5I2TlO2IqoTZLRQMq6XeTJwGOM1 { box-sizing:content-box;height:25.375rem;width:22.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:26.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#s73HxVwXdf3JPoT2dIOWtpM1MepTlk8c { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:18.875rem;left:28.3125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vi69BRBwd3K06glnG5OAt0IDFBLybQIC { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:17rem;left:28.3125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VUd0PCSGD3aLOzDr5xUDQbuVCLRUN8rG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:12.75rem;left:28.3125rem; }
#xcAfunCPXq2MguCHumAG09z3Z7rDR4dt { box-sizing:content-box;height:25.375rem;width:22.1875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.5rem;left:51.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#Cv8dlkvuzZVRGS9hJXbJABHNQcDUQmwD { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:16.75rem;left:53.3125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FtTsizhUXGxDZLoMctddy8I5fSTdqRxy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:12.5rem;left:53.3125rem; }
#xXNP634KbTXgyBNzyVOxAJAedm1sz0DV { color:rgba(var(--color-secondary-2),1);display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:20.4375rem;left:53.25rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DqoIciekpcG1efNCXI1w2gJ3NLT1Fn5D { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:4.0625rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.8125rem;left:23.5625rem;display:block; }
#OTFMbTTmJac2cCpG2RfsW1KmlBdSGSwg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oQapUH5MERFNAciy3QOA90LoZdQIWrPt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #56341f);background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #56341f);background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #56341f);background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), #56341f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#56341f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#56341f' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), #56341f);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; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container { background-color: transparent; background-image: none; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container > .video-iframe-container { display: none; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row > .video-iframe-container { display: none; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .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); }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container { border-width: 0; border-radius: 0; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container { font-size:0.875rem;font-family:arial;height:75.0625rem;width:75rem;position:relative;display:block; }#Reb7qmrcflQPg8fWXhyat2UAdTEQT33f { color:rgba(var(--color-primary-0),1);display:block;width:36.1875rem;position:absolute;font-family:"noto serif";font-size:2rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:4.875rem;left:19.40625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hL7JX4iOc4EvAQB8wWHnEeaRfb0zlLDo { color:rgba(var(--color-primary-0),1);display:block;width:29.625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:8.375rem;left:22.6875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lPF9IpBNZuvsUUn2ciAXHm1EWhwvwOeZ { box-sizing:content-box;height:23.4375rem;width:29.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(255,234,220,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:13.375rem;left:7.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF { box-sizing:content-box;height:4.9375rem;width:5rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ce01493a-e061-4717-a45e-8933f1e06595/Frame44.png");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-primary-0),0.5);border-left:0.0625rem solid rgba(var(--color-primary-0),0.5);border-right:0.0625rem solid rgba(var(--color-primary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.5);top:15.25rem;left:9.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF.adaptive-delivery-prevent-bg, #rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF.lazyload, #rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF.lazyloading { background-image: none; }
#Wa89TxH8PfiThpnoLVKBi2oTOkwT8uC9 { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:21.6875rem;left:9.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x0DEQB63cf78MosB0CzlMfkUbXPKHq9L { color:rgba(var(--color-primary-0),0.75);display:block;width:24.3125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.375rem;left:9.625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E50VJECzaecEBLiHJKR3x2C2VBf6MSCE { box-sizing:content-box;height:23.4375rem;width:29.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,234,220,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:13.375rem;left:38rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#JqGvdapCwWIfTsZyFG9Uom532U0NhE4V { color:rgba(var(--color-primary-0),0.75);display:block;width:24.3125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:23.375rem;left:39.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#csmhJRsA8CnwC0TKw4TDQlaghiBTiax5 { color:rgba(var(--color-primary-0),1);display:block;width:25rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:21.6875rem;left:39.875rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#R3JctKZw4yGzNNO0Q8soloHxOlODoRhd { box-sizing:content-box;height:4.9375rem;width:5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/89c861c8-2501-4e44-ae5f-e5fce69c4068/Frame45.png");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-primary-0),0.5);border-left:0.0625rem solid rgba(var(--color-primary-0),0.5);border-right:0.0625rem solid rgba(var(--color-primary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.5);top:15.25rem;left:39.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#R3JctKZw4yGzNNO0Q8soloHxOlODoRhd.adaptive-delivery-prevent-bg, #R3JctKZw4yGzNNO0Q8soloHxOlODoRhd.lazyload, #R3JctKZw4yGzNNO0Q8soloHxOlODoRhd.lazyloading { background-image: none; }
#ZsGAPBs14LyoPz4G5rB1QD8g3EqImNWn { box-sizing:content-box;height:24.5625rem;width:29.0625rem;position:absolute;display:block;z-index:15009;background-color:rgba(255,234,220,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:38.0625rem;left:7.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#Ll6pl4iuC5TnK2oce7uE3kVzilfdycqC { color:rgba(var(--color-primary-0),0.75);display:block;width:25.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:48.0625rem;left:9.625rem;height:9rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oSlZnF5042fyKJ0i7uhNxEXT2PRKR11U { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:46.375rem;left:9.625rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5 { box-sizing:content-box;height:4.9375rem;width:5rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ff7f074-8939-455f-ab7b-ce42c0ae0630/Frame46.png");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-primary-0),0.5);border-left:0.0625rem solid rgba(var(--color-primary-0),0.5);border-right:0.0625rem solid rgba(var(--color-primary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.5);top:39.9375rem;left:9.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5.adaptive-delivery-prevent-bg, #EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5.lazyload, #EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5.lazyloading { background-image: none; }
#mQtAOTL9XN5ihnSzq9ZgGbZZKs44WPtP { box-sizing:content-box;height:24.5625rem;width:29.0625rem;position:absolute;display:block;z-index:15013;background-color:rgba(255,234,220,0.1);background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,227,208,0.2);border-left:0.0625rem solid rgba(255,227,208,0.2);border-right:0.0625rem solid rgba(255,227,208,0.2);border-bottom:0.0625rem solid rgba(255,227,208,0.2);top:38.0625rem;left:38rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HQxO2dCb3GOL9RDQMA8xlUi8Ft9QCG6x { color:rgba(var(--color-primary-0),0.75);display:block;width:25.25rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:49.5rem;left:39.875rem;height:12rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C7TSUQnbXxQWp1rsyerdPBLZDT9DI5SZ { color:rgba(var(--color-primary-0),1);display:block;width:24.1875rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.375rem;left:39.875rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy { box-sizing:content-box;height:4.9375rem;width:5rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/25e4cdfa-2a46-46f4-ba44-5b3e34f34e84/Frame47.png");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-primary-0),0.5);border-left:0.0625rem solid rgba(var(--color-primary-0),0.5);border-right:0.0625rem solid rgba(var(--color-primary-0),0.5);border-bottom:0.0625rem solid rgba(var(--color-primary-0),0.5);top:39.9375rem;left:39.875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy.adaptive-delivery-prevent-bg, #q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy.lazyload, #q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy.lazyloading { background-image: none; }
#t2yT9WuOdmETIIKA3hSK8UZW3TQlenva { background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(90deg, rgba(var(--color-primary-2),1), rgba(var(--color-primary-1),1));background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.875rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:65.125rem;left:23.5625rem;display:block; }
#KGT0TRoxe4Td1I1qWLfxf2ymOTpB1EaJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container { background-color: transparent; background-image: none; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container > .video-iframe-container { display: none; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row > .video-iframe-container { display: none; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .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); }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container { border-width: 0; border-radius: 0; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container { font-size:0.875rem;font-family:arial;height:89.1875rem;width:75rem;position:relative;display:block; }#mNVZrR6l9GQXXBFpbVpBIxwwNOmWzko2 { box-sizing:content-box;height:75.6875rem;width:24.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:10.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#W3155lE3P786elOHLc2C69bs7LeOCIfD { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.3125rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#zeOcfUtqm7FENgDOHTibtaAIU2dbzCHT { box-sizing:content-box;height:14.5rem;width:19.5625rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/d1ae242c-fead-44a5-8595-4153fd547215/MockupGeralMensal.png");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:13.8125rem;left:13.5625rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#zeOcfUtqm7FENgDOHTibtaAIU2dbzCHT.adaptive-delivery-prevent-bg, #zeOcfUtqm7FENgDOHTibtaAIU2dbzCHT.lazyload, #zeOcfUtqm7FENgDOHTibtaAIU2dbzCHT.lazyloading { background-image: none; }
#G7Ga0kh0tB9PSvUT2IaI8dU6KvTN0etu { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:30.25rem;left:13.5625rem; }
#U6JkrWasKxZgg9RRl9R2F92oT789IcaF { color:rgba(var(--color-tertiary-4),1);display:block;width:10.875rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.4375rem;left:15.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#qAdIGEA4NzW5pT6EiOVhP5VqWnBpzJWL { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:32.6875rem;left:13.5625rem; }
#OmqFLnkbLlIEZUFLN6lqVmwy4m775mPh { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:32.875rem;left:15.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#dI7kob3IJ8VnWfbSu6qLISABhfbUv4E6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.9375rem;left:15.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#G44O4C7UBZD6uOKEdvJ90IE65Cerz6Xq { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:35.4375rem;left:13.5625rem; }
#vULU9aO6xwSuxKB73BOoGNURqCqb72dg { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:38rem;left:13.5625rem; }
#R2vPOxr3osbtpMdhf4fTrqNHepTc4xim { color:rgba(var(--color-tertiary-4),1);display:block;width:14.75rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.1875rem;left:15.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#XQRfw8fxWhzB2K1H5bzmArTvFt1kf6TB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.25rem;left:15.8125rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#Txq5JrvmnFGwklqobJzsFh8HZyMEyqVP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:42.0625rem;left:13.5625rem; }
#pX3F6VT4wT9T6RmSnQRcuZMzic6XnI9Z { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:49.6875rem;left:13.5625rem; }
#z89PLy2msxypLhkx7UTTqkBg9o9k3kCi { color:#c5c5c5;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:48.5625rem;left:15.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#KLkI1gHywWH3vfzOo258sUFJ9xQZTX8E { color:#c5c5c5;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:53.1875rem;left:15.8125rem;height:;text-align:left;text-align-last:left;display:block; }
#o8VWT2D9xZ7CtPfGLVxaSoc7GxHKVhk4 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:55.6875rem;left:13.5625rem; }
#Z6Kus0EnRie6xvyCBsatDmaexoQfJQiX { color:#c5c5c5;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:60.25rem;left:15.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#oTXIQite07DxiTxZJdNTGO5QTJGqlU8T { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:60.75rem;left:13.5625rem; }
#XPn6TMEglx36Ab6U6NnEOK0fwS1ON9bI { color:#c5c5c5;display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:63.5rem;left:15.8125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#sXhbhro5XHb83uRxV1OuyqkXbICx4ioD { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:64rem;left:13.5625rem; }
#BNANQCpaD2387nHuNPDWfotKJAfd3Usm { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:"instrument sans";font-size:2.875rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:72.375rem;left:15.1875rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#li9ABiquqEfemKKEK6WK8EUBuJW4FyQ9 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.0625rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:73.4375rem;left:23.6875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#MePq3v7gMBoTz6R7Q1XTfRX199Wi1TpC { background-color:rgba(var(--color-primary-2),0.5);background-image:none;border-top:0.0625rem solid #ffe4b9;border-left:0.0625rem solid #ffe4b9;border-right:0.0625rem solid #ffe4b9;border-bottom:0.0625rem solid #ffe4b9;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:77.25rem;left:14.5rem;display:block; }
#RaogfXId7KthbDadoOk8PXDgHE5HGxFk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N3sRhWiT0erWI2cZzDvVn0wDsiNW2Tcg { box-sizing:content-box;height:75.6875rem;width:24.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:7.1875rem;left:39rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#TOFTTeqeebwhvkTdBvQzl09aw4ZbZJAK { background-color:#ffe4b9;background-image:none;border-top:0.0625rem solid #ffe4b9;border-left:0.0625rem solid #ffe4b9;border-right:0.0625rem solid #ffe4b9;border-bottom:0.0625rem solid #ffe4b9;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.0625rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:77.25rem;left:42.625rem;display:block; }
#eDGgVDJwJosB4np6CkkbXATUnTcWCdT1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ct4QODCL1n8CUkuT7DTQrDtnzB8ngGWi { color:rgba(var(--color-primary-0),1);display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:60.25rem;left:43.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#cshR32F7GyC56TDkicC4Tv7Q9RV9UZpb { color:rgba(var(--color-primary-0),1);display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:63.5rem;left:43.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#LJvdNWFKzfEvhUOg2zokqAKGk7k4mcn7 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:64rem;left:41.6875rem; }
#ROGgcIdok5PUM09cJNpTtyH1Mt5qAuXU { color:rgba(var(--color-tertiary-0),1);display:block;width:7.25rem;position:absolute;font-family:"instrument sans";font-size:2.875rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:72.375rem;left:45.0625rem;height:3.73730625rem;text-align:center;text-align-last:center;display:block; }
#wDWgoO1ygp4GiUp8TchDSKi3aZKiVTLX { color:rgba(var(--color-primary-0),1);display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:53.1875rem;left:43.9375rem;height:6.499rem;text-align:left;text-align-last:left;display:block; }
#dX64g0ZGF1rAeyalQXgZvl7F3SrIsQCV { color:rgba(var(--color-primary-0),1);display:block;width:18.125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:48.5625rem;left:43.9375rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#XWpeZJ29Na4oCkfqRkD1FXJ4lLp7yi1p { color:rgba(var(--color-primary-0),1);display:block;width:17.5625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:40.25rem;left:43.9375rem;height:5.19921875rem;text-align:left;text-align-last:left;display:block; }
#WLkQTTV8iHWQ1a4zmVifZUlTDaLx4a3e { color:rgba(var(--color-primary-0),1);display:block;width:14.75rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:38.1875rem;left:43.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#bzuTl8TX6fM4FkCD0HJ2OmgcBopPrtXe { color:rgba(var(--color-primary-0),1);display:block;width:14.75rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:34.9375rem;left:43.9375rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#fZnz9MWr1dPI9F5Fsb6ENiRxEf8EBwJs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.75rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:73.5rem;left:52.625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#w23LVWnCo6wAMfFNLnT2VBokeUVi93Tw { box-sizing:content-box;height:14.5rem;width:19.5625rem;position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/b4b27c42-8d41-4218-8334-147c6bb7c294/MockupGeralAnual.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:13.6875rem;left:41.6875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }#w23LVWnCo6wAMfFNLnT2VBokeUVi93Tw.adaptive-delivery-prevent-bg, #w23LVWnCo6wAMfFNLnT2VBokeUVi93Tw.lazyload, #w23LVWnCo6wAMfFNLnT2VBokeUVi93Tw.lazyloading { background-image: none; }
#pSP3xwKfmK9y6SqBKtpZsk3JWltBrmIW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:30.25rem;left:41.6875rem; }
#T2nkua7dsUFV1x0CyS3yNqs5UUuKPD4f { color:rgba(var(--color-primary-0),1);display:block;width:14.375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:30.4375rem;left:43.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#T2a6K1ERne14o2Kq1wK217LE8trAZDc5 { color:rgba(var(--color-primary-0),1);display:block;width:13.8125rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:32.875rem;left:43.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#X7ebVXTKeT8QBJiio5h8lFMUJmn4LLGc { color:rgba(var(--color-primary-0),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:10.1875rem;left:41.4375rem;height:2.11230625rem;text-align:center;text-align-last:center;display:block; }
#Q43iXpibtvQhWGqyNQf54Tuzhsec48Bz { color:rgba(var(--color-tertiary-0),1);display:block;width:1.9375rem;position:absolute;font-family:"instrument sans";font-size:1.125rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:73.5rem;left:42.75rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#GqVLPTTH0m917BqxlF8QMnHTPPCVT9HT { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:46.0625rem;left:15.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ai8zAwOPVe5MMvQyhAvNINhI6s6ISuWW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:45.875rem;left:13.5625rem; }
#apQsxbdPwv1LQGmSmybHSHO6RSMg4MAf { color:rgba(var(--color-primary-0),1);display:block;width:17.5625rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:46.25rem;left:43.9375rem;height:;text-align:left;text-align-last:left;display:block; }
#n6VPacSy0TCQepup3CpcqSPrIC662RtE { box-sizing:content-box;height:2.0625rem;width:12.5rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.1875rem;left:45.1875rem;border-top-right-radius:0rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:0rem;display:block; }
#qXOeSWRF6JHXzkWtld95enomTrBTnn4d { color:rgba(var(--color-secondary-3),1);display:block;width:11.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:7.4375rem;left:45.875rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#P2qVLAAATucpTaZJoHRQkpz5u0f0VLxa { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:32.6875rem;left:41.6875rem; }
#LfIXoZB7LL9z7QpAPBkvKT6hr9L3U1QF { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:35.4375rem;left:41.6875rem; }
#IWCDI4b6D169B3iCPilmRsfnJmykMbmy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:38rem;left:41.6875rem; }
#ExuyJwy33oebtv7J5NQgG20uRWEDDFR1 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:42.1875rem;left:41.6875rem; }
#Kkm1ion5nb60hEf6USRTSKXmysGlMPOi { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:46.0625rem;left:41.6875rem; }
#TKlS4bzGoiTbINPhNvR6NaKFT69LMHIy { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:49.6875rem;left:41.6875rem; }
#srd0fD19tdGEEOQ3QRkxoWbJvGw9VK0M { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:55.625rem;left:41.6875rem; }
#ARDvUpLlNekEqq5Xi1fX1w08z4TTpFT8 { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:60.75rem;left:41.6875rem; }
#TTwMxsgcBxgwynobzJFG502cFNsWU680 { color:rgba(var(--color-secondary-2),1);display:block;width:12.25rem;position:absolute;font-family:"noto serif";font-size:3.25rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:1.5rem;left:31.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ntQsTqmstn6ZEgHIW2NRDpL5qSV8uumA { color:#c5c5c5;display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:67.3125rem;left:15.8125rem;height:3.8994125rem;text-align:left;text-align-last:left;display:block; }
#RO4tKHeTuDCC5TFUunlnKKb2hsvga7lP { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:68.44921875rem;left:13.5625rem; }
#oCGGdnfycpvnhVETB3ob11Mt2PuUlq0J { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"instrument sans";font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:67.3125rem;left:43.9375rem;height:;text-align:left;text-align-last:left;display:block; }
#PyBWr8wtVb6R1QiBSXWsU41PacqyWIME { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:68.4375rem;left:41.6875rem; }
#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container { background-color: transparent; background-image: none; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container > .video-iframe-container { display: none; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row > .video-iframe-container { display: none; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .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); }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container { border-width: 0; border-radius: 0; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#M64dy8evkSNl1FcLqTdd4K8I54NEhWJ0 { box-sizing:content-box;height:28.75rem;width:56.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:9.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#X1rBkpLdIM2JoHDzkFb1uxJCfb87Ng92 { box-sizing:content-box;height:24.4375rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/7b6d682d-2c1d-4cd1-99cc-535be4fe223e/347009873_888836315543641_5334662773246929955_n.jpg");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:3.4375rem;left:12.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#X1rBkpLdIM2JoHDzkFb1uxJCfb87Ng92.adaptive-delivery-prevent-bg, #X1rBkpLdIM2JoHDzkFb1uxJCfb87Ng92.lazyload, #X1rBkpLdIM2JoHDzkFb1uxJCfb87Ng92.lazyloading { background-image: none; }
#ubig8140bNbT9V68wbFfa5oSQ204iyp0 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.4375rem;left:38.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#LILRz0aVkr0uDeRFS2iH39Vq660N0KoS { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.0625rem;left:38.5625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#tTrWVVs0EhFFFzTfAn2DSg3sz9DgdMyV { color:rgba(var(--color-secondary-2),0.85);display:block;width:24.25rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.5rem;left:38.5625rem;height:18.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container { background-color: transparent; background-image: none; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container > .video-iframe-container { display: none; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row > .video-iframe-container { display: none; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .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); }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container { border-width: 0; border-radius: 0; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#FrPyubESHRUTTQNcxIll5lgw0d4oXXFb { box-sizing:content-box;height:31.25rem;width:56.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:9.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#JL3n4kzCiC4eNbvBApxytmf9R48bZTVI { box-sizing:content-box;height:26.4375rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a4f3ebc5-2ff7-4d33-b037-c383e2f2ce58/SnapInstato_591164097_18344265781231184_1950997833266461007_n.jpg");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:3.0625rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#JL3n4kzCiC4eNbvBApxytmf9R48bZTVI.adaptive-delivery-prevent-bg, #JL3n4kzCiC4eNbvBApxytmf9R48bZTVI.lazyload, #JL3n4kzCiC4eNbvBApxytmf9R48bZTVI.lazyloading { background-image: none; }
#axfNFTN1Sk0aKD2dkoAMv2PD9r7rw7qz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:12.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#NSgfR6BoRKUJ6JT6T9TWcRrQq5DVVRU3 { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:12.1875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#vdmIMZaG4h4e4i1nnQKIg4JZcuJ2dAQ3 { color:rgba(var(--color-secondary-2),0.85);display:block;width:24.25rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.4375rem;left:12.1875rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container { background-color: transparent; background-image: none; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container > .video-iframe-container { display: none; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row > .video-iframe-container { display: none; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .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); }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container { border-width: 0; border-radius: 0; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container { font-size:0.875rem;font-family:arial;height:27.5rem;width:75rem;position:relative;display:block; }#xFoeqTPD9FsgNJVBhs3W0JVrlU4cd8HE { box-sizing:content-box;height:25rem;width:56.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:9.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#ks6qU9Qyb5c5CBRSuNQAKsx9zCqheB6R { box-sizing:content-box;height:19.8125rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6887ba2f-85ca-4fd6-a984-699546bf8a2e/SnapInstato_576370841_18080586146472921_3506237058417576721_n.crop_460x573_284,0.jpg");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:3.84375rem;left:12.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#ks6qU9Qyb5c5CBRSuNQAKsx9zCqheB6R.adaptive-delivery-prevent-bg, #ks6qU9Qyb5c5CBRSuNQAKsx9zCqheB6R.lazyload, #ks6qU9Qyb5c5CBRSuNQAKsx9zCqheB6R.lazyloading { background-image: none; }
#BoaeJOEZeW3Xz3f7UVEGOpioyF8FFd4B { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5rem;left:38.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#PimcRU7P7Rf0xbyQWXGAdVv9ldRutswR { color:rgba(var(--color-tertiary-4),1);display:block;width:19.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.125rem;left:38.5625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#EPHRwaPWlOhQlZiPUUTatq60LTUQBUIp { color:rgba(var(--color-secondary-2),0.85);display:block;width:24.25rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:10.5625rem;left:38.5625rem;height:10.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zaAUOt33h40U8un5VDNogH4eWSl1fZUA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container { background-color: transparent; background-image: none; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container > .video-iframe-container { display: none; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row > .video-iframe-container { display: none; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .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); }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container { border-width: 0; border-radius: 0; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container { font-size:0.875rem;font-family:arial;height:26.875rem;width:75rem;position:relative;display:block; }#TseOnKwUDM6A1yDPsnBUBNM21OEFv7eV { box-sizing:content-box;height:24.375rem;width:56.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:9.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#dkFn2EWT9DEiyE1BuZq0qyAuVlkm8GG6 { box-sizing:content-box;height:19.25rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/b4682058-35b4-49fc-b4d8-fb2617828c00/SnapInstato_554972832_18487394854077411_1407269448560716894_n.jpg");background-position:top 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:3.8125rem;left:38.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#dkFn2EWT9DEiyE1BuZq0qyAuVlkm8GG6.adaptive-delivery-prevent-bg, #dkFn2EWT9DEiyE1BuZq0qyAuVlkm8GG6.lazyload, #dkFn2EWT9DEiyE1BuZq0qyAuVlkm8GG6.lazyloading { background-image: none; }
#nMaUmsylMwgTxUwSKGfFhb8mNOXiCnUU { color:rgba(var(--color-tertiary-4),1);display:block;width:19.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.875rem;left:12.1875rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#kPxRxeUNf7KxFWKBAROiBdT6Bb4t2D4k { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.5rem;left:12.1875rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#Oa4sN6Dd3sOE1py7QnBnwxuqmU3bFbEo { color:rgba(var(--color-secondary-2),0.85);display:block;width:24.25rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.9375rem;left:12.1875rem;height:13.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container { background-color: transparent; background-image: none; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container > .video-iframe-container { display: none; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row > .video-iframe-container { display: none; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .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); }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container { border-width: 0; border-radius: 0; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:block; }#HcMmT5vXpwbTNmiACM8BU8fwwCHaKhAb { box-sizing:content-box;height:31.25rem;width:56.9375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.25rem;left:9.03125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#h1gklrETOWgBdWrh59h8cTW4oXmTrdqN { box-sizing:content-box;height:26.4375rem;width:23.75rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/a0bf3720-acfa-4467-9c18-506443496848/SnapInstato_527379968_18013922003781215_5594691204443956435_n.png");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:3.65625rem;left:12.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }#h1gklrETOWgBdWrh59h8cTW4oXmTrdqN.adaptive-delivery-prevent-bg, #h1gklrETOWgBdWrh59h8cTW4oXmTrdqN.lazyload, #h1gklrETOWgBdWrh59h8cTW4oXmTrdqN.lazyloading { background-image: none; }
#yxDf9CV72RxPT9X9N8lkbBOseUA2WV6K { color:rgba(var(--color-tertiary-4),1);display:block;width:24.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:38.5625rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#yvccB2BZTJhJZG9JtZ52PE4Tx9GHbTEt { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6rem;left:38.5625rem;height:1.4624rem;text-align:left;text-align-last:left;display:block; }
#T4nzzDTZ55yPUJv9zmuXmsM3Nq7k8KKS { color:rgba(var(--color-secondary-2),0.85);display:block;width:24.25rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:8.4375rem;left:38.5625rem;height:21rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container { background-color: transparent; background-image: none; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container > .video-iframe-container { display: none; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row > .video-iframe-container { display: none; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .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); }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container { border-width: 0; border-radius: 0; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container { font-size:0.875rem;font-family:arial;height:10.0625rem;width:75rem;position:relative;display:block; }#z0H9epw8yue7kxkGmgQ1zkm9cegEmcGT { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #46270e, #45300a);background-image: -moz-linear-gradient(90deg, #46270e, #45300a);background-image: -ms-linear-gradient(90deg, #46270e, #45300a);background-image: -o-linear-gradient(90deg, #46270e, #45300a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#46270e', endColorstr='#45300a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#46270e', endColorstr='#45300a' );";background-image: linear-gradient(90deg, #46270e, #45300a);background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.125rem;height:4.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.625rem;left:19.9375rem;display:block; }
#gOy7ypR37C16NpqRuX5EoBvlRT7uGS2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/528b6e79-fbc9-4821-943d-8313edb6cce8/Secao3.png");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; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC.adaptive-delivery-prevent-bg, #cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC.lazyload, #cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC.lazyloading { background-image: none; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container { background-color: transparent; background-image: none; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container > .video-iframe-container { display: none; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row > .video-iframe-container { display: none; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .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); }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container { border-width: 0; border-radius: 0; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#OJuLJk6kUg9GVb0doQoXMIG2hiRmyLM5 { color:rgba(var(--color-primary-0),1);display:block;width:31.125rem;position:absolute;font-family:"noto serif";font-size:2rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:5.0625rem;left:21.875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHTqtPgEuvyfzsepgDRXgytokxsCA9Ea { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:22.5rem;width:40rem;top:8.875rem;left:17.4375rem;display:block; }
#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#482916;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container { background-color: transparent; background-image: none; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container > .video-iframe-container { display: none; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row > .video-iframe-container { display: none; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .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); }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container { border-width: 0; border-radius: 0; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container { font-size:0.875rem;font-family:arial;height:35.3125rem;width:75rem;position:relative;display:block; }#PuLvg4LZNpSiWtPKd68umduHSmtL9lMA { box-sizing:content-box;height:21.375rem;width:26.8125rem;position:absolute;display:block;z-index:15003;background-color:#0c4f05;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:6.125rem;left:9.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D2EwlaZGxpMy4Ry5Aype3GZNL4PG3LPe { color:rgba(var(--color-primary-0),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:2rem;left:24.0625rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZAlZeWFpF1kiTUp0pT4oMXBJZ2hDTIV { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:12.25rem;left:15.625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wD99i3stRIEqM1aIuc8cxlqGmhFzsStS { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:12.875rem;left:13.125rem; }
#PRhVIRHdvoPMJQBNFq3ZGlWtSlF8lofD { color:#ffffff;display:block;width:14.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.375rem;left:15.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4uUHFsIBRV947T4Z54Gq2FlKluiumHh { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:17.375rem;left:13.125rem; }
#aWhBFU8W4VrEJDXifiuT03XZ2GeR9cEH { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:15.875rem;left:15.625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wryUXCntAx0aT77ZMwCe6hdvmMpFArCp { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:20.9375rem;left:15.625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ECCMrZalpUhhmiw8HbxOL2JNXpG492OT { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:22.4375rem;left:13.125rem; }
#gIfbKEmD52nLyh60wtr2hNnTthBy3Qy7 { box-sizing:content-box;height:21.375rem;width:26.8125rem;position:absolute;display:block;z-index:15011;background-color:#922117;background-image:none;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.0625rem solid rgba(255,255,255,0.1);border-left:0.0625rem solid rgba(255,255,255,0.1);border-right:0.0625rem solid rgba(255,255,255,0.1);border-bottom:0.0625rem solid rgba(255,255,255,0.1);top:6.125rem;left:38.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#bfyf3c6g3voddEAgPgNbKx0guNkBmVWO { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:12.25rem;left:44.0625rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#D4uSxSz32cTc82t7urhWXt0cMuVvgVHo { color:#ffffff;display:block;width:17.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:8.375rem;left:43rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#as2oEFGghdtBUkdoLWTApSlFtySDqVSr { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:15.875rem;left:44.0625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#awPUZfGomNgQtGTwg9EBcInH9OafgPGg { color:rgba(var(--color-primary-0),1);display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.9375rem;left:44.0625rem;height:4.38720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aycdZouETeeNPA3SckGEZs4wtA3NxmwW { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:22.4375rem;left:41.5625rem; }
#iJI3T7paxEFL6tF3Hz4bdD2zCCylPRXK { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:17.375rem;left:41.5625rem; }
#f9q0uqTVqc3AsPzrZIk9xG482wOfqbeJ { box-sizing:content-box;color:#5d92ff;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:12.875rem;left:41.5625rem; }
#mTTk9fBKuc5M6vo7JvmpFpueWWNFhCmT { background-color:#ffe4b9;background-image:none;border-top:0.0625rem solid #ffe4b9;border-left:0.0625rem solid #ffe4b9;border-right:0.0625rem solid #ffe4b9;border-bottom:0.0625rem solid #ffe4b9;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-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"instrument sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:3.0625rem;text-decoration:none;z-index:15030;text-align:center;text-align-last:center;top:29.625rem;left:28.59375rem;display:block; }
#Ecno2sLvOJM0p7rE5Ll1u4ZEz59dXWlX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container { background-color: transparent; background-image: none; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container > .video-iframe-container { display: none; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row > .video-iframe-container { display: none; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .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); }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container { border-width: 0; border-radius: 0; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container { font-size:0.875rem;font-family:arial;height:37.5rem;width:75rem;position:relative;display:block; }#IKIDhJT7ZHayerSEuRiWAUNzbhN864Zc { color:rgba(var(--color-secondary-2),1);display:block;width:26.875rem;position:absolute;font-family:"instrument sans";font-size:0.875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.5625rem;left:24.0625rem;height:1.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqiNaPkmyrXp4s7xLDexgseFdRoxkPDg { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:4.8125rem;left:24.375rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .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:rgba(var(--color-primary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .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; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-heading-text { display:block;position:relative;width:100%;font-family:"instrument sans";font-weight:400;font-size:1rem;color:rgba(var(--color-secondary-2),1);height:auto;font-style:normal; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .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); }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;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; }#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-trigger.adaptive-delivery-prevent-bg, #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-trigger.lazyload, #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-trigger.lazyloading { background-image: none; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu { box-sizing:content-box;height:auto;width:36rem;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:9.5625rem;left:18.25rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #upTNFpacxlM1sImiUhSsswUliE9BK43z { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #CL8iCN7gx1s54g1OQJxoF4fJQCAcT7eK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #hUOeAX4TH98rmUqLHJz55irTbr4ewF8v { display:block;position:relative; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #s9rZhSUOeVXZ7W4OH2Fp9E6elVMKEFsA {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #T2bVSdRUsc4xAMAhmT6f5inZqIFA0Ld0 {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Xtw9K4bO2oRB34cv5K3Rmbg399HdzbsT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #cpI83Ic2AuJ4LsFbLTVThb9BZp3Sey8C { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #G9uATA0wNDcwhm6ErtbfxrebmH98go5z { display:block;position:relative; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #ZFt3q2MwkbkxsVdIHQE4m8dskZe08J1Q {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #uD37XivSp5ROkcuixCQpMEn0tPAzkVcW { display:none; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #MG3tvA6uDgyJ05aVhAd2DxFzdEPo2Hmb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Zbrf2LIX8KJLOChyW5ASMh9EQmVcpw3L { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #JZq94hWu1SIIPOdKoIUHSVn7Gdi3FTUG { display:block;position:relative; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #CZJ3ntcWFbEw1HmRrpDLtzK16XK3Hibn {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Vr1XZ6TNT3GRNXAevToRWnGAIyFuffVP { display:none; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #QUSBkdpUB473Kr3SLQZRszigzt8aUyKQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #ivloiMz901oawVgFEdtHc503Io7pMNlm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Eun0TZmgMv5ScHdIMFTZlW0maaLQC3n4 { display:block;position:relative; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #G20oUc5rnLNrb3dq5JTgi19LQEqbl0Ub {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #UfhH3IZTZ3WRe2p2DhMGOOAc3B3J49TU { display:none; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #LaBBMa7hICHTQlfUUn93wGWqNJnaOB1x { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #hXPy4JMlHO7wAXCZoTFBZ8i8QBJ1o0gB { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #L5ExeFiQoSdT6aJ01I2SnTkt43kMopmr { display:block;position:relative; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #QJQq7FwA6HqgiXhLEz8Xno35VHrU36xd {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #BstW0DLsbbPmfX9pwangOTzJ5nI9pfI1 { display:none; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #WTNbR7itaTutQRpAhuPvZDR0XJQqZlUJ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #pRuHSvcKdoPtFN8032lCSRI1MTopCSwh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #z26s7xn6wSGTpIId2OXc0DqrCLkP18bR { display:block;position:relative; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #mkTm6R2ATfRZuGdNbwGwv6RnunaEOvEL {  }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #IPxpF8vJimCANNy33gJgrMauPwPOUlgx { display:none; }
#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff8e8;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { background-color: transparent; background-image: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container > .video-iframe-container { display: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container { display: none; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .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); }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { border-width: 0; border-radius: 0; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { font-size:0.875rem;font-family:arial;height:26.25rem;width:75rem;position:relative;display:block; }#x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { 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:5.875rem;width:5.875rem;top:2.9375rem;left:9.5rem;overflow:hidden;display:block; }
#TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:9.1875rem;left:10.4375rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { color:rgba(var(--color-secondary-2),1);display:block;width:26.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11rem;left:10.4375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { 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:15009;opacity:1;top:16.0625rem;left:10.4375rem; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { 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:15010;opacity:1;top:16.0625rem;left:13.0625rem; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#d2GwbzegDvDgAZCRATKe38dkPuvi87cp { 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:3.75rem;left:39.8125rem; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { 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:6.625rem;left:39.8125rem; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#yUGK883NuRkXLpAXciEqUObGSPTbfnHV { color:rgba(var(--color-secondary-2),1);display:block;width:8.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:3.9375rem;left:42.4375rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:6.8125rem;left:42.4375rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { box-sizing:content-box;height:0.0625rem;width:55.875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-secondary-2),0.3);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.6875rem;left:9.59375rem;display:block; }
#wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { color:rgba(var(--color-secondary-2),0.75);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:23.1875rem;left:10.4375rem;height:1.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-1),0);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container { background-color: transparent; background-image: none; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container > .video-iframe-container { display: none; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row > .video-iframe-container { display: none; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .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); }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container { border-width: 0; border-radius: 0; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#FqVgTKzy1qBhr79cgurhDht0S121UHOd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8125rem;width:3.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:1.21875rem;left:70.46875rem; }
#FqVgTKzy1qBhr79cgurhDht0S121UHOd > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; }@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) { #ApU3GTUFdcAaOgTyt4P3TEsrIERe1cPg { top:1.75rem;left:5.84375rem;width:36.0625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { top:13rem;left:0rem;width:24.8125rem;height:;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { top:25.125rem;left:0.0625rem;width:23.4375rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpZkGIOx5cMftQs9VEzXA7iT8FkVrn2I { width:21.625rem;height:4.0625rem;top:32.4375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2ZQCoxZNWdOcE6wyrpCrHgdHI9VEAGf { display:block; }
 }@media only screen and (max-width: 763px) { #VQTrwFNTq8T955X60tGpaefbpQnUMp65 { top:7.25rem;left:0.0625rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT4n8o9DsCbqrBdXsingVwO14dR0c8vL { top:7.25rem;left:6.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 { display:block; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf2ygutDhBZ0eyACz0ffNs0C9RJSxUSF { top:6.6875rem;left:23.875rem;width:23.8125rem;height:7.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5q3ZGP72McDiJ75QvZFPG9bkInLTz3y { top:15.125rem;left:23.875rem;width:23.5rem;height:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FM2BAq7pMdeLww2b9R8QqSoXeUQ9OxFi { width:21.625rem;height:4.0625rem;top:26.8125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUBXUbbCV7dlygRTQ20dFdJ26EeO60eI { display:block; }
 }@media only screen and (max-width: 763px) { #xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH { top:5.0625rem;left:0rem;width:28.8125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fnKqsJl6WRrbmJAB7OTJx8Tt2XagycTq { top:21.75rem;left:24.8125rem;width:22.0625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKVVlADqqChphJWh7P6aXHG278VUaWL3 { top:20.8125rem;left:23.25rem;width:24.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD { display:block; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOe3bA42Ndy4vWizClJF3kZ3wP8vx6wl { top:7.1875rem;left:0rem;width:30.3125rem;height:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdxT3R7UBDdC93wWWOstvQbmBhBQXzgP { top:18.625rem;left:0rem;width:27.625rem;height:6.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRiwD0ZoOiA7U7LxHBImVoB10R1uG2pL { width:21.625rem;height:4.0625rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWoneWHIdQkEf4HBBRUsVXITadZCPUfK { display:block; }
 }@media only screen and (max-width: 763px) { #rGWVtI5NGOs6kQ87uLwUF71TGHyh8tu7 { top:2.1875rem;left:0rem;width:41.75rem;height:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdRIvOa5R0nJDsx6kTZxxsFPTeGxpb7h { top:9.25rem;left:36.125rem;width:11.625rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE7qd0GVcEJwmIcHzebdTQdzmm217K78 { display:block; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrpTuf3u4vFT8Lm5hFQmgBOSCo5M0Mqy { top:5.25rem;left:0rem;width:46.125rem;height:4.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIVbGL8Ot1IRsATM6mmgPUeALlwvIN7k { top:12.6875rem;left:0rem;width:27.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe5DbDH7x2GdGAr6qoa5yuutLKCSKJvm { top:12.6875rem;left:20.125rem;width:27.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5GD2unDeI2BeR3Tum4ibeDC0TTLvqXS { top:29.125rem;left:0.125rem;width:23.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqMh53KeR7U5KEvpoFghOdZZShkbFkin { top:29.125rem;left:23.875rem;width:23.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCAqFVIfESwelbU4myMgITTCVXpi2Sy6 { top:34.1875rem;left:0rem;width:27.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5ethmNtPmzA9dwfAEahXEnBcplVI8B { top:50.625rem;left:0.125rem;width:23.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INM6PJQXcOoledDz3XLpma6t9odnyWXf { top:34.1875rem;left:20.125rem;width:27.625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfC4tx3y9m4y99U4G4OQeMby5T0kG13O { top:50.625rem;left:23.875rem;width:23.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9QwzJ5NZy4XwuBiZHvnVRfpVDvFiBnZ { width:28.5rem;height:4.0625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkymKr8CP2TZIhWAao2asCrtWq3CrL7H { display:block; }
 }@media only screen and (max-width: 763px) { #DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 { display:block; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxsCIRUl79IQT9hW59yzTdtHklWaVb2e { top:5.5rem;left:0rem;width:26.875rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nf1DGt99fyoxgdCPBOQ8UKvg7aTtXSaC { top:10.5rem;left:0rem;width:22.1875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILThTwrrF9VQzMbalWmrzUzUzToDfG7 { top:17rem;left:0rem;width:18.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqrVsDn5Vecrvh5lqXPtGAyOw8ZJubDW { top:18.875rem;left:0rem;width:18.4375rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CWA2BRDNgPOXNn0TFHpyTVwPCxA0fT { top:12.75rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #itWVe5I2TlO2IqoTZLRQMq6XeTJwGOM1 { top:10.5rem;left:9.5625rem;width:22.1875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73HxVwXdf3JPoT2dIOWtpM1MepTlk8c { top:18.875rem;left:13.3125rem;width:18.4375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi69BRBwd3K06glnG5OAt0IDFBLybQIC { top:17rem;left:13.3125rem;width:18.4375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUd0PCSGD3aLOzDr5xUDQbuVCLRUN8rG { top:12.75rem;left:15.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcAfunCPXq2MguCHumAG09z3Z7rDR4dt { top:10.5rem;left:25.4375rem;width:22.1875rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv8dlkvuzZVRGS9hJXbJABHNQcDUQmwD { top:16.75rem;left:29.1875rem;width:18.4375rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTsizhUXGxDZLoMctddy8I5fSTdqRxy { top:12.5rem;left:31.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXNP634KbTXgyBNzyVOxAJAedm1sz0DV { top:20.4375rem;left:29.1875rem;width:18.4375rem;height:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqoIciekpcG1efNCXI1w2gJ3NLT1Fn5D { width:27.875rem;height:4.0625rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTFMbTTmJac2cCpG2RfsW1KmlBdSGSwg { display:block; }
 }@media only screen and (max-width: 763px) { #oQapUH5MERFNAciy3QOA90LoZdQIWrPt { display:block; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Reb7qmrcflQPg8fWXhyat2UAdTEQT33f { top:4.875rem;left:0rem;width:36.1875rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL7JX4iOc4EvAQB8wWHnEeaRfb0zlLDo { top:8.375rem;left:0rem;width:29.625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPF9IpBNZuvsUUn2ciAXHm1EWhwvwOeZ { top:13.375rem;left:0rem;width:29.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF { top:15.25rem;left:2.8125rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wa89TxH8PfiThpnoLVKBi2oTOkwT8uC9 { top:21.6875rem;left:0rem;width:24.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0DEQB63cf78MosB0CzlMfkUbXPKHq9L { top:23.375rem;left:0rem;width:24.3125rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E50VJECzaecEBLiHJKR3x2C2VBf6MSCE { top:13.375rem;left:18.5625rem;width:29.0625rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqGvdapCwWIfTsZyFG9Uom532U0NhE4V { top:23.375rem;left:23.4375rem;width:24.3125rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #csmhJRsA8CnwC0TKw4TDQlaghiBTiax5 { top:21.6875rem;left:22.75rem;width:25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JctKZw4yGzNNO0Q8soloHxOlODoRhd { top:15.25rem;left:23.875rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsGAPBs14LyoPz4G5rB1QD8g3EqImNWn { top:38.0625rem;left:0rem;width:29.0625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6pl4iuC5TnK2oce7uE3kVzilfdycqC { top:48.0625rem;left:0rem;width:25.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oSlZnF5042fyKJ0i7uhNxEXT2PRKR11U { top:46.375rem;left:0rem;width:24.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5 { top:39.9375rem;left:2.8125rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQtAOTL9XN5ihnSzq9ZgGbZZKs44WPtP { top:38.0625rem;left:18.5625rem;width:29.0625rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQxO2dCb3GOL9RDQMA8xlUi8Ft9QCG6x { top:49.5rem;left:22.5rem;width:25.25rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7TSUQnbXxQWp1rsyerdPBLZDT9DI5SZ { top:46.375rem;left:23.5625rem;width:24.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy { top:39.9375rem;left:23.875rem;width:5rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2yT9WuOdmETIIKA3hSK8UZW3TQlenva { width:27.875rem;height:4.0625rem;top:65.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGT0TRoxe4Td1I1qWLfxf2ymOTpB1EaJ { display:block; }
 }@media only screen and (max-width: 763px) { #IW1hotSLoddHLD2WIJEWqzEPcLnw5221 { display:block; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNVZrR6l9GQXXBFpbVpBIxwwNOmWzko2 { top:7.1875rem;left:0rem;width:24.9375rem;height:75.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3155lE3P786elOHLc2C69bs7LeOCIfD { top:10.1875rem;left:3.875rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOcfUtqm7FENgDOHTibtaAIU2dbzCHT { top:13.8125rem;left:4.3125rem;width:19.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Ga0kh0tB9PSvUT2IaI8dU6KvTN0etu { top:30.25rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6JkrWasKxZgg9RRl9R2F92oT789IcaF { top:30.4375rem;left:9rem;width:10.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdIGEA4NzW5pT6EiOVhP5VqWnBpzJWL { top:32.6875rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmqFLnkbLlIEZUFLN6lqVmwy4m775mPh { top:32.875rem;left:9rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7kob3IJ8VnWfbSu6qLISABhfbUv4E6 { top:34.9375rem;left:9rem;width:14.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G44O4C7UBZD6uOKEdvJ90IE65Cerz6Xq { top:35.4375rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vULU9aO6xwSuxKB73BOoGNURqCqb72dg { top:38rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2vPOxr3osbtpMdhf4fTrqNHepTc4xim { top:38.1875rem;left:9rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQRfw8fxWhzB2K1H5bzmArTvFt1kf6TB { top:40.25rem;left:6.3125rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txq5JrvmnFGwklqobJzsFh8HZyMEyqVP { top:42.0625rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pX3F6VT4wT9T6RmSnQRcuZMzic6XnI9Z { top:49.6875rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z89PLy2msxypLhkx7UTTqkBg9o9k3kCi { top:48.5625rem;left:5.75rem;width:18.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkI1gHywWH3vfzOo258sUFJ9xQZTX8E { top:53.1875rem;left:5.75rem;width:18.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8VWT2D9xZ7CtPfGLVxaSoc7GxHKVhk4 { top:55.6875rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6Kus0EnRie6xvyCBsatDmaexoQfJQiX { top:60.25rem;left:5.75rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXIQite07DxiTxZJdNTGO5QTJGqlU8T { top:60.75rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XPn6TMEglx36Ab6U6NnEOK0fwS1ON9bI { top:63.5rem;left:5.75rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXhbhro5XHb83uRxV1OuyqkXbICx4ioD { top:64rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNANQCpaD2387nHuNPDWfotKJAfd3Usm { top:72.375rem;left:8.375rem;width:8.5rem;height:3.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #li9ABiquqEfemKKEK6WK8EUBuJW4FyQ9 { top:73.4375rem;left:15.8125rem;width:8.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MePq3v7gMBoTz6R7Q1XTfRX199Wi1TpC { width:17.8125rem;height:3.0625rem;top:77.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaogfXId7KthbDadoOk8PXDgHE5HGxFk { display:block; }
 }@media only screen and (max-width: 763px) { #N3sRhWiT0erWI2cZzDvVn0wDsiNW2Tcg { top:7.1875rem;left:22.5625rem;width:24.9375rem;height:75.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOFTTeqeebwhvkTdBvQzl09aw4ZbZJAK { width:17.8125rem;height:3.0625rem;top:77.25rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDGgVDJwJosB4np6CkkbXATUnTcWCdT1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ct4QODCL1n8CUkuT7DTQrDtnzB8ngGWi { top:60.25rem;left:23.875rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cshR32F7GyC56TDkicC4Tv7Q9RV9UZpb { top:63.5rem;left:23.875rem;width:18.125rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJvdNWFKzfEvhUOg2zokqAKGk7k4mcn7 { top:64rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROGgcIdok5PUM09cJNpTtyH1Mt5qAuXU { top:72.375rem;left:24.625rem;width:7.25rem;height:3.6875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWgoO1ygp4GiUp8TchDSKi3aZKiVTLX { top:53.1875rem;left:23.875rem;width:18.125rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX64g0ZGF1rAeyalQXgZvl7F3SrIsQCV { top:48.5625rem;left:23.875rem;width:18.125rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWpeZJ29Na4oCkfqRkD1FXJ4lLp7yi1p { top:40.25rem;left:23.875rem;width:17.5625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkQTTV8iHWQ1a4zmVifZUlTDaLx4a3e { top:38.1875rem;left:23.875rem;width:14.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzuTl8TX6fM4FkCD0HJ2OmgcBopPrtXe { top:34.9375rem;left:23.875rem;width:14.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZnz9MWr1dPI9F5Fsb6ENiRxEf8EBwJs { top:73.5rem;left:32.1875rem;width:7.75rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23LVWnCo6wAMfFNLnT2VBokeUVi93Tw { top:13.6875rem;left:23.875rem;width:19.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSP3xwKfmK9y6SqBKtpZsk3JWltBrmIW { top:30.25rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2nkua7dsUFV1x0CyS3yNqs5UUuKPD4f { top:30.4375rem;left:23.875rem;width:14.375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2a6K1ERne14o2Kq1wK217LE8trAZDc5 { top:32.875rem;left:23.875rem;width:13.8125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ebVXTKeT8QBJiio5h8lFMUJmn4LLGc { top:10.1875rem;left:23.875rem;width:20rem;height:2.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q43iXpibtvQhWGqyNQf54Tuzhsec48Bz { top:73.5rem;left:23.875rem;width:1.9375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVLPTTH0m917BqxlF8QMnHTPPCVT9HT { top:46.0625rem;left:6.3125rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8zAwOPVe5MMvQyhAvNINhI6s6ISuWW { top:45.875rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #apQsxbdPwv1LQGmSmybHSHO6RSMg4MAf { top:46.25rem;left:23.875rem;width:17.5625rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6VPacSy0TCQepup3CpcqSPrIC662RtE { top:7.1875rem;left:24.75rem;width:12.5rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXOeSWRF6JHXzkWtld95enomTrBTnn4d { top:7.4375rem;left:25.4375rem;width:11.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2qVLAAATucpTaZJoHRQkpz5u0f0VLxa { top:32.6875rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfIXoZB7LL9z7QpAPBkvKT6hr9L3U1QF { top:35.4375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IWCDI4b6D169B3iCPilmRsfnJmykMbmy { top:38rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExuyJwy33oebtv7J5NQgG20uRWEDDFR1 { top:42.1875rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kkm1ion5nb60hEf6USRTSKXmysGlMPOi { top:46.0625rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKlS4bzGoiTbINPhNvR6NaKFT69LMHIy { top:49.6875rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #srd0fD19tdGEEOQ3QRkxoWbJvGw9VK0M { top:55.625rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARDvUpLlNekEqq5Xi1fX1w08z4TTpFT8 { top:60.75rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTwMxsgcBxgwynobzJFG502cFNsWU680 { top:1.5rem;left:11.625rem;width:12.25rem;height:4.875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntQsTqmstn6ZEgHIW2NRDpL5qSV8uumA { top:67.3125rem;left:5.75rem;width:18.4375rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4tKHeTuDCC5TFUunlnKKb2hsvga7lP { top:68.4375rem;left:6.75rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCGGdnfycpvnhVETB3ob11Mt2PuUlq0J { top:67.3125rem;left:23.875rem;width:18.4375rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyBWr8wtVb6R1QiBSXWsU41PacqyWIME { top:68.4375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb { display:block; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M64dy8evkSNl1FcLqTdd4K8I54NEhWJ0 { top:1.25rem;left:0rem;width:47.75rem;height:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1rBkpLdIM2JoHDzkFb1uxJCfb87Ng92 { top:3.4375rem;left:0rem;width:23.75rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubig8140bNbT9V68wbFfa5oSQ204iyp0 { top:4.4375rem;left:24.9375rem;width:17.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LILRz0aVkr0uDeRFS2iH39Vq660N0KoS { top:6.0625rem;left:24.9375rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrWVVs0EhFFFzTfAn2DSg3sz9DgdMyV { top:8.5rem;left:23.5rem;width:24.25rem;height:18.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz { display:block; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrPyubESHRUTTQNcxIll5lgw0d4oXXFb { top:1.25rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL3n4kzCiC4eNbvBApxytmf9R48bZTVI { top:3.0625rem;left:24rem;width:23.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #axfNFTN1Sk0aKD2dkoAMv2PD9r7rw7qz { top:4.375rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSgfR6BoRKUJ6JT6T9TWcRrQq5DVVRU3 { top:6rem;left:0rem;width:17.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmIMZaG4h4e4i1nnQKIg4JZcuJ2dAQ3 { top:8.4375rem;left:0rem;width:24.25rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT88zS9R8RQUyuwObcd1ZhmrMM98INTB { display:block; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFoeqTPD9FsgNJVBhs3W0JVrlU4cd8HE { top:1.25rem;left:0rem;width:47.75rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6qU9Qyb5c5CBRSuNQAKsx9zCqheB6R { top:3.8125rem;left:0rem;width:23.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoaeJOEZeW3Xz3f7UVEGOpioyF8FFd4B { top:6.5rem;left:24.9375rem;width:22.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PimcRU7P7Rf0xbyQWXGAdVv9ldRutswR { top:8.125rem;left:24.9375rem;width:19.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPHRwaPWlOhQlZiPUUTatq60LTUQBUIp { top:10.5625rem;left:23.5rem;width:24.25rem;height:10.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaAUOt33h40U8un5VDNogH4eWSl1fZUA { display:block; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TseOnKwUDM6A1yDPsnBUBNM21OEFv7eV { top:1.25rem;left:0rem;width:47.75rem;height:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkFn2EWT9DEiyE1BuZq0qyAuVlkm8GG6 { top:3.8125rem;left:24rem;width:23.75rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMaUmsylMwgTxUwSKGfFhb8mNOXiCnUU { top:4.875rem;left:0rem;width:19.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPxRxeUNf7KxFWKBAROiBdT6Bb4t2D4k { top:6.5rem;left:0rem;width:22.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4sN6Dd3sOE1py7QnBnwxuqmU3bFbEo { top:8.9375rem;left:0rem;width:24.25rem;height:13.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe { display:block; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcMmT5vXpwbTNmiACM8BU8fwwCHaKhAb { top:1.25rem;left:0rem;width:47.75rem;height:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1gklrETOWgBdWrh59h8cTW4oXmTrdqN { top:3.6875rem;left:0rem;width:23.75rem;height:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDf9CV72RxPT9X9N8lkbBOseUA2WV6K { top:4.375rem;left:23.25rem;width:24.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvccB2BZTJhJZG9JtZ52PE4Tx9GHbTEt { top:6rem;left:24.9375rem;width:19.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nzzDTZ55yPUJv9zmuXmsM3Nq7k8KKS { top:8.4375rem;left:23.5rem;width:24.25rem;height:21rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p { display:block; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0H9epw8yue7kxkGmgQ1zkm9cegEmcGT { width:35.125rem;height:4.25rem;top:0.625rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOy7ypR37C16NpqRuX5EoBvlRT7uGS2n { display:block; }
 }@media only screen and (max-width: 763px) { #cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC { display:block; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJuLJk6kUg9GVb0doQoXMIG2hiRmyLM5 { top:5.0625rem;left:0rem;width:31.125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHTqtPgEuvyfzsepgDRXgytokxsCA9Ea { top:8.875rem;left:0rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf { display:block; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuLvg4LZNpSiWtPKd68umduHSmtL9lMA { top:6.125rem;left:0rem;width:26.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2EwlaZGxpMy4Ry5Aype3GZNL4PG3LPe { top:2rem;left:0rem;width:26.875rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZAlZeWFpF1kiTUp0pT4oMXBJZ2hDTIV { top:12.25rem;left:6.125rem;width:17.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD99i3stRIEqM1aIuc8cxlqGmhFzsStS { top:12.875rem;left:6.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PRhVIRHdvoPMJQBNFq3ZGlWtSlF8lofD { top:8.375rem;left:9.0625rem;width:14.25rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uUHFsIBRV947T4Z54Gq2FlKluiumHh { top:17.375rem;left:6.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWhBFU8W4VrEJDXifiuT03XZ2GeR9cEH { top:15.875rem;left:6.125rem;width:17.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wryUXCntAx0aT77ZMwCe6hdvmMpFArCp { top:20.9375rem;left:6.125rem;width:17.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECCMrZalpUhhmiw8HbxOL2JNXpG492OT { top:22.4375rem;left:6.3125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIfbKEmD52nLyh60wtr2hNnTthBy3Qy7 { top:6.125rem;left:20.8125rem;width:26.8125rem;height:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfyf3c6g3voddEAgPgNbKx0guNkBmVWO { top:12.25rem;left:23.875rem;width:17.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4uSxSz32cTc82t7urhWXt0cMuVvgVHo { top:8.375rem;left:23.875rem;width:17.4375rem;height:3rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as2oEFGghdtBUkdoLWTApSlFtySDqVSr { top:15.875rem;left:23.875rem;width:17.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPUZfGomNgQtGTwg9EBcInH9OafgPGg { top:20.9375rem;left:23.875rem;width:17.75rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aycdZouETeeNPA3SckGEZs4wtA3NxmwW { top:22.4375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJI3T7paxEFL6tF3Hz4bdD2zCCylPRXK { top:17.375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9q0uqTVqc3AsPzrZIk9xG482wOfqbeJ { top:12.875rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTTk9fBKuc5M6vo7JvmpFpueWWNFhCmT { width:17.8125rem;height:3.0625rem;top:29.625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecno2sLvOJM0p7rE5Ll1u4ZEz59dXWlX { display:block; }
 }@media only screen and (max-width: 763px) { #MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL { display:block; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKIDhJT7ZHayerSEuRiWAUNzbhN864Zc { top:3.5625rem;left:10.4375rem;width:26.875rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqiNaPkmyrXp4s7xLDexgseFdRoxkPDg { top:4.8125rem;left:10.75rem;width:26.3125rem;height:4.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu { display:flex;height:auto;width:27.8125rem;top:12rem;left:8.71875rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #upTNFpacxlM1sImiUhSsswUliE9BK43z {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #CL8iCN7gx1s54g1OQJxoF4fJQCAcT7eK {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #hUOeAX4TH98rmUqLHJz55irTbr4ewF8v {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #s9rZhSUOeVXZ7W4OH2Fp9E6elVMKEFsA {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #T2bVSdRUsc4xAMAhmT6f5inZqIFA0Ld0 {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Xtw9K4bO2oRB34cv5K3Rmbg399HdzbsT {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #cpI83Ic2AuJ4LsFbLTVThb9BZp3Sey8C {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #G9uATA0wNDcwhm6ErtbfxrebmH98go5z {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #ZFt3q2MwkbkxsVdIHQE4m8dskZe08J1Q {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #uD37XivSp5ROkcuixCQpMEn0tPAzkVcW {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #MG3tvA6uDgyJ05aVhAd2DxFzdEPo2Hmb {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Zbrf2LIX8KJLOChyW5ASMh9EQmVcpw3L {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #JZq94hWu1SIIPOdKoIUHSVn7Gdi3FTUG {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #CZJ3ntcWFbEw1HmRrpDLtzK16XK3Hibn {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Vr1XZ6TNT3GRNXAevToRWnGAIyFuffVP {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #QUSBkdpUB473Kr3SLQZRszigzt8aUyKQ {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #ivloiMz901oawVgFEdtHc503Io7pMNlm {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Eun0TZmgMv5ScHdIMFTZlW0maaLQC3n4 {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #G20oUc5rnLNrb3dq5JTgi19LQEqbl0Ub {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #UfhH3IZTZ3WRe2p2DhMGOOAc3B3J49TU {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #LaBBMa7hICHTQlfUUn93wGWqNJnaOB1x {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #hXPy4JMlHO7wAXCZoTFBZ8i8QBJ1o0gB {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #L5ExeFiQoSdT6aJ01I2SnTkt43kMopmr {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #QJQq7FwA6HqgiXhLEz8Xno35VHrU36xd {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #BstW0DLsbbPmfX9pwangOTzJ5nI9pfI1 {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #WTNbR7itaTutQRpAhuPvZDR0XJQqZlUJ {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #pRuHSvcKdoPtFN8032lCSRI1MTopCSwh {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #z26s7xn6wSGTpIId2OXc0DqrCLkP18bR {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #mkTm6R2ATfRZuGdNbwGwv6RnunaEOvEL {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #IPxpF8vJimCANNy33gJgrMauPwPOUlgx {  }
 }@media only screen and (max-width: 763px) { #ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { top:2.9375rem;left:2.6875rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { top:9.1875rem;left:0rem;width:26.3125rem;height:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { top:11rem;left:0rem;width:26.3125rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { top:16.0625rem;left:3.625rem;width:1.6875rem;height:1.6875rem;display:block; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { top:16.0625rem;left:6.25rem;width:1.6875rem;height:1.6875rem;display:block; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #d2GwbzegDvDgAZCRATKe38dkPuvi87cp { top:3.75rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { top:6.625rem;left:23.875rem;width:1.6875rem;height:1.6875rem;display:block; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #yUGK883NuRkXLpAXciEqUObGSPTbfnHV { top:3.9375rem;left:23.875rem;width:8.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { top:6.8125rem;left:23.875rem;width:20.5625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { top:21.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { top:23.1875rem;left:0rem;width:39.25rem;height:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nspPhX4ztXneC5auw6ZzT7XidZJXkCAF { display:block; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqVgTKzy1qBhr79cgurhDht0S121UHOd { top:1.1875rem;left:43.9375rem;width:3.8125rem;height:3.8125rem;display:block; }
#FqVgTKzy1qBhr79cgurhDht0S121UHOd > img { max-width: 100%;max-height:100%; width:3.8125rem; height:3.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;z-index:auto;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 { width:20rem;height:4.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ApU3GTUFdcAaOgTyt4P3TEsrIERe1cPg { width:18.25rem;height:2.5996125rem;top:1.16796875rem;left:0.875rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/121c930a-f5b6-43db-af58-c135e783264c/BG1Mobile.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.adaptive-delivery-prevent-bg, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyload, #Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg.lazyloading { background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { background-color: transparent; background-image: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row > .video-iframe-container { display: none; }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .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); }#Tg6v3ZPLEyuwPOyivU9oegMXeHn599dg > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yx3H5vspOM9QdfTDGVgi62n8zAkNrb7c { width:17.75rem;height:14.786125rem;top:20.9375rem;left:1.125rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QcRLT3pCTLQixxUeyR9OwfG6sxo2J6gD { width:17.0625rem;height:8.4375rem;top:34.396484375rem;left:1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HpZkGIOx5cMftQs9VEzXA7iT8FkVrn2I { width:19rem;height:4.0625rem;top:43.708984375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2ZQCoxZNWdOcE6wyrpCrHgdHI9VEAGf { display:block; }
 }@media only screen and (max-width: 763px) { #VQTrwFNTq8T955X60tGpaefbpQnUMp65 { width:5.25rem;height:5.25rem;top:15.0625rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BT4n8o9DsCbqrBdXsingVwO14dR0c8vL { width:5.25rem;height:5.25rem;top:15.0625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 { display:block; }#hHLPEW4v24lFidnBmWrGgSEdwvTWVIR3 > .row .container { width:20rem;height:52.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lf2ygutDhBZ0eyACz0ffNs0C9RJSxUSF { width:18.875rem;height:6.3369375rem;top:25.4375rem;left:0.5625rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #Z5q3ZGP72McDiJ75QvZFPG9bkInLTz3y { width:18.4375rem;height:6.75rem;top:32.5625rem;left:0.78125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FM2BAq7pMdeLww2b9R8QqSoXeUQ9OxFi { width:19rem;height:4.0625rem;top:46.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUBXUbbCV7dlygRTQ20dFdJ26EeO60eI { display:block; }
 }@media only screen and (max-width: 763px) { #xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH { width:20rem;height:19.0625rem;top:4.4375rem;left:0rem;background-color:#fff9ed;background-image:url("https://images.assets-landingi.com/uc/e43b2dbb-4e1d-4d71-8c39-7955a87bab28/Livros.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH.adaptive-delivery-prevent-bg, #xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH.lazyload, #xb1kTfITqT8n07R7qtgLPbOc6ge9ZfZH.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #fnKqsJl6WRrbmJAB7OTJx8Tt2XagycTq { width:17.625rem;height:2.625rem;top:41.0625rem;left:1.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PKVVlADqqChphJWh7P6aXHG278VUaWL3 { width:20rem;height:5.25rem;top:39.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD { display:block; }#gWWxTGDEdw9NX9KfRA0FREuBG4DW8EJD > .row .container { width:20rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MOe3bA42Ndy4vWizClJF3kZ3wP8vx6wl { width:18.9375rem;height:9.375rem;top:18.5625rem;left:0.53125rem;font-size:1.25rem;font-weight:400;font-style:normal;font-family:"noto serif";text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QdxT3R7UBDdC93wWWOstvQbmBhBQXzgP { width:18.0625rem;height:11.8125rem;top:28.625rem;left:0.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LRiwD0ZoOiA7U7LxHBImVoB10R1uG2pL { width:17.5625rem;height:4.0625rem;top:41.5rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWoneWHIdQkEf4HBBRUsVXITadZCPUfK { display:block; }
 }@media only screen and (max-width: 763px) { #rGWVtI5NGOs6kQ87uLwUF71TGHyh8tu7 { width:20rem;height:16.9375rem;top:2.6486486486486rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hdRIvOa5R0nJDsx6kTZxxsFPTeGxpb7h { width:7.8125rem;height:3.375rem;top:1.8359375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aE7qd0GVcEJwmIcHzebdTQdzmm217K78 { display:block; }#aE7qd0GVcEJwmIcHzebdTQdzmm217K78 > .row .container { width:20rem;height:113.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XrpTuf3u4vFT8Lm5hFQmgBOSCo5M0Mqy { width:17.5rem;height:10.5615rem;top:1.5625rem;left:1.25rem;font-size:1.625rem;text-align:center;text-align-last:center;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #OIVbGL8Ot1IRsATM6mmgPUeALlwvIN7k { width:20rem;height:15.3125rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe5DbDH7x2GdGAr6qoa5yuutLKCSKJvm { width:20rem;height:15.3125rem;top:60.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5GD2unDeI2BeR3Tum4ibeDC0TTLvqXS { width:20rem;height:2.92480625rem;top:29.8125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #VqMh53KeR7U5KEvpoFghOdZZShkbFkin { width:20rem;height:2.92480625rem;top:76.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #TCAqFVIfESwelbU4myMgITTCVXpi2Sy6 { width:20rem;height:15.3125rem;top:35.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF5ethmNtPmzA9dwfAEahXEnBcplVI8B { width:20rem;height:5.8496125rem;top:51.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #INM6PJQXcOoledDz3XLpma6t9odnyWXf { width:20rem;height:15.3125rem;top:81.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfC4tx3y9m4y99U4G4OQeMby5T0kG13O { width:20rem;height:5.8496125rem;top:98.4375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #f9QwzJ5NZy4XwuBiZHvnVRfpVDvFiBnZ { width:19rem;height:4.0625rem;top:106.05908203125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkymKr8CP2TZIhWAao2asCrtWq3CrL7H { display:block; }
 }@media only screen and (max-width: 763px) { #DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 { background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ef2c14af-1680-4710-848a-907e99bafb06/BG2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94.adaptive-delivery-prevent-bg, #DrDnLulaqvhJNNAOezoT76Q3SpLD4A94.lazyload, #DrDnLulaqvhJNNAOezoT76Q3SpLD4A94.lazyloading { background-image: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container { background-color: transparent; background-image: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container > .video-iframe-container { display: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row > .video-iframe-container { display: none; }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .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); }#DrDnLulaqvhJNNAOezoT76Q3SpLD4A94 > .row .container { width:20rem;height:95.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UxsCIRUl79IQT9hW59yzTdtHklWaVb2e { width:15.9375rem;height:6rem;top:1.5625rem;left:2.03125rem;font-size:2rem;font-family:"noto serif";display:block; }
 }@media only screen and (max-width: 763px) { #nf1DGt99fyoxgdCPBOQ8UKvg7aTtXSaC { width:20rem;height:19.5rem;top:8.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EILThTwrrF9VQzMbalWmrzUzUzToDfG7 { width:16.4375rem;height:1.6875rem;top:15.0625rem;left:1.78125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqrVsDn5Vecrvh5lqXPtGAyOw8ZJubDW { width:16.4375rem;height:9rem;top:16.6875rem;left:1.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0CWA2BRDNgPOXNn0TFHpyTVwPCxA0fT { display:flex;width:3.125rem;height:3.125rem;top:10.8125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #itWVe5I2TlO2IqoTZLRQMq6XeTJwGOM1 { width:20rem;height:25.375rem;top:29.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s73HxVwXdf3JPoT2dIOWtpM1MepTlk8c { width:16.4375rem;height:15rem;top:37.4375rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi69BRBwd3K06glnG5OAt0IDFBLybQIC { width:16.4375rem;height:1.6875rem;top:35.5625rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUd0PCSGD3aLOzDr5xUDQbuVCLRUN8rG { display:flex;width:3.125rem;height:3.125rem;top:31.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #xcAfunCPXq2MguCHumAG09z3Z7rDR4dt { width:20rem;height:28.0625rem;top:55.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cv8dlkvuzZVRGS9hJXbJABHNQcDUQmwD { width:16.4375rem;height:3.375rem;top:61.9375rem;left:1.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtTsizhUXGxDZLoMctddy8I5fSTdqRxy { display:flex;width:3.125rem;height:3.125rem;top:57.875rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #xXNP634KbTXgyBNzyVOxAJAedm1sz0DV { width:16.4375rem;height:16.5rem;top:65.3125rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqoIciekpcG1efNCXI1w2gJ3NLT1Fn5D { width:19rem;height:4.0625rem;top:85.3125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTFMbTTmJac2cCpG2RfsW1KmlBdSGSwg { display:block; }
 }@media only screen and (max-width: 763px) { #oQapUH5MERFNAciy3QOA90LoZdQIWrPt { display:block; }#oQapUH5MERFNAciy3QOA90LoZdQIWrPt > .row .container { width:20rem;height:135.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Reb7qmrcflQPg8fWXhyat2UAdTEQT33f { width:15.25rem;height:4.19921875rem;top:2.8125rem;left:2.375rem;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #hL7JX4iOc4EvAQB8wWHnEeaRfb0zlLDo { width:19rem;height:4.5rem;top:7.5625rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPF9IpBNZuvsUUn2ciAXHm1EWhwvwOeZ { width:19.875rem;height:26.625rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF { width:5rem;height:4.9375rem;top:15.625rem;left:1.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/ce01493a-e061-4717-a45e-8933f1e06595/Frame44.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF.adaptive-delivery-prevent-bg, #rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF.lazyload, #rrKG94n3ywFfB7z0dxeKC71pRJsJ8kkF.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Wa89TxH8PfiThpnoLVKBi2oTOkwT8uC9 { width:17.5rem;height:2.92480625rem;top:21.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0DEQB63cf78MosB0CzlMfkUbXPKHq9L { width:17.5rem;height:13.999rem;top:25.0625rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #E50VJECzaecEBLiHJKR3x2C2VBf6MSCE { width:19.875rem;height:26.0625rem;top:68.3125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqGvdapCwWIfTsZyFG9Uom532U0NhE4V { width:17.5rem;height:13.999rem;top:78.8603515625rem;left:1.25rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #csmhJRsA8CnwC0TKw4TDQlaghiBTiax5 { width:17.5rem;height:2.92480625rem;top:75.625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3JctKZw4yGzNNO0Q8soloHxOlODoRhd { width:5rem;height:4.9375rem;top:69.5625rem;left:1.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/89c861c8-2501-4e44-ae5f-e5fce69c4068/Frame45.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R3JctKZw4yGzNNO0Q8soloHxOlODoRhd.adaptive-delivery-prevent-bg, #R3JctKZw4yGzNNO0Q8soloHxOlODoRhd.lazyload, #R3JctKZw4yGzNNO0Q8soloHxOlODoRhd.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ZsGAPBs14LyoPz4G5rB1QD8g3EqImNWn { width:19.875rem;height:25.25rem;top:42rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll6pl4iuC5TnK2oce7uE3kVzilfdycqC { width:17.5rem;height:13.999rem;top:51.75rem;left:1.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #oSlZnF5042fyKJ0i7uhNxEXT2PRKR11U { width:17.5rem;height:1.4624rem;top:49.6875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5 { width:5rem;height:4.9375rem;top:43.25rem;left:1.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/6ff7f074-8939-455f-ab7b-ce42c0ae0630/Frame46.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5.adaptive-delivery-prevent-bg, #EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5.lazyload, #EoG5LrmTrJmigF1hsPk6TOTaT0tcEwF5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #mQtAOTL9XN5ihnSzq9ZgGbZZKs44WPtP { width:19.875rem;height:28.9375rem;top:95.625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQxO2dCb3GOL9RDQMA8xlUi8Ft9QCG6x { width:17.5rem;height:16.7988125rem;top:106.75rem;left:1.3125rem;font-size:1rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #C7TSUQnbXxQWp1rsyerdPBLZDT9DI5SZ { width:17.5rem;height:2.92480625rem;top:103.1875rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy { width:5rem;height:4.9375rem;top:96.875rem;left:1.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/25e4cdfa-2a46-46f4-ba44-5b3e34f34e84/Frame47.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy.adaptive-delivery-prevent-bg, #q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy.lazyload, #q6sRnpR2y4Jtoc3m97gKGmSoCSZ8rfUy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #t2yT9WuOdmETIIKA3hSK8UZW3TQlenva { width:19rem;height:4.0625rem;top:126rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGT0TRoxe4Td1I1qWLfxf2ymOTpB1EaJ { display:block; }
 }@media only screen and (max-width: 763px) { #IW1hotSLoddHLD2WIJEWqzEPcLnw5221 { display:block; }#IW1hotSLoddHLD2WIJEWqzEPcLnw5221 > .row .container { width:20rem;height:175.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mNVZrR6l9GQXXBFpbVpBIxwwNOmWzko2 { width:20rem;height:81.5rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3155lE3P786elOHLc2C69bs7LeOCIfD { width:16.25rem;height:2.11230625rem;top:8.125rem;left:1.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeOcfUtqm7FENgDOHTibtaAIU2dbzCHT { width:18.125rem;height:13.375rem;top:11.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7Ga0kh0tB9PSvUT2IaI8dU6KvTN0etu { display:flex;width:1.625rem;height:1.625rem;top:26.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #U6JkrWasKxZgg9RRl9R2F92oT789IcaF { width:14.375rem;height:1.29980625rem;top:26.412109375rem;left:4.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAdIGEA4NzW5pT6EiOVhP5VqWnBpzJWL { display:flex;width:1.625rem;height:1.625rem;top:28.6865234375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #OmqFLnkbLlIEZUFLN6lqVmwy4m775mPh { width:14.375rem;height:1.29980625rem;top:28.849609375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dI7kob3IJ8VnWfbSu6qLISABhfbUv4E6 { width:14.375rem;height:2.5996125rem;top:30.9375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G44O4C7UBZD6uOKEdvJ90IE65Cerz6Xq { display:flex;width:1.625rem;height:1.625rem;top:31.4248046875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #vULU9aO6xwSuxKB73BOoGNURqCqb72dg { display:flex;width:1.625rem;height:1.625rem;top:34.0244140625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #R2vPOxr3osbtpMdhf4fTrqNHepTc4xim { width:14.375rem;height:1.29980625rem;top:34.1875rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQRfw8fxWhzB2K1H5bzmArTvFt1kf6TB { width:14.375rem;height:6.499rem;top:36.25rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txq5JrvmnFGwklqobJzsFh8HZyMEyqVP { display:flex;width:1.625rem;height:1.625rem;top:38.6865234375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #pX3F6VT4wT9T6RmSnQRcuZMzic6XnI9Z { display:flex;width:1.625rem;height:1.625rem;top:48.9365234375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #z89PLy2msxypLhkx7UTTqkBg9o9k3kCi { width:14.375rem;height:6.499rem;top:46.5rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLkI1gHywWH3vfzOo258sUFJ9xQZTX8E { width:14.375rem;height:7.7988125rem;top:53.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o8VWT2D9xZ7CtPfGLVxaSoc7GxHKVhk4 { display:flex;width:1.625rem;height:1.625rem;top:56.6484375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Z6Kus0EnRie6xvyCBsatDmaexoQfJQiX { width:14.375rem;height:3.8994125rem;top:62rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXIQite07DxiTxZJdNTGO5QTJGqlU8T { display:flex;width:1.625rem;height:1.625rem;top:63.13671875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #XPn6TMEglx36Ab6U6NnEOK0fwS1ON9bI { width:14.375rem;height:2.5996125rem;top:66.5126953125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXhbhro5XHb83uRxV1OuyqkXbICx4ioD { display:flex;width:1.625rem;height:1.625rem;top:67rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #BNANQCpaD2387nHuNPDWfotKJAfd3Usm { width:9.6875rem;height:4.2246125rem;top:77rem;left:2.6875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #li9ABiquqEfemKKEK6WK8EUBuJW4FyQ9 { width:4.75rem;height:2.92480625rem;top:77.625rem;left:12.375rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MePq3v7gMBoTz6R7Q1XTfRX199Wi1TpC { width:17.8125rem;height:3.0625rem;top:82.0625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaogfXId7KthbDadoOk8PXDgHE5HGxFk { display:block; }
 }@media only screen and (max-width: 763px) { #N3sRhWiT0erWI2cZzDvVn0wDsiNW2Tcg { width:19.75rem;height:84.0625rem;top:88.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOFTTeqeebwhvkTdBvQzl09aw4ZbZJAK { width:17.8125rem;height:3.0625rem;top:167.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDGgVDJwJosB4np6CkkbXATUnTcWCdT1 { display:block; }
 }@media only screen and (max-width: 763px) { #Ct4QODCL1n8CUkuT7DTQrDtnzB8ngGWi { width:14.375rem;height:3.8994125rem;top:147.25rem;left:4.375rem;font-size:1rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #cshR32F7GyC56TDkicC4Tv7Q9RV9UZpb { width:14.375rem;height:2.5996125rem;top:151.8125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJvdNWFKzfEvhUOg2zokqAKGk7k4mcn7 { display:flex;width:1.625rem;height:1.625rem;top:152.3125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ROGgcIdok5PUM09cJNpTtyH1Mt5qAuXU { width:6.625rem;height:3.4121125rem;top:162.4375rem;left:5.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDWgoO1ygp4GiUp8TchDSKi3aZKiVTLX { width:14.375rem;height:7.7988125rem;top:138.5rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dX64g0ZGF1rAeyalQXgZvl7F3SrIsQCV { width:14.375rem;height:6.499rem;top:131.5625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWpeZJ29Na4oCkfqRkD1FXJ4lLp7yi1p { width:14.375rem;height:6.499rem;top:121.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLkQTTV8iHWQ1a4zmVifZUlTDaLx4a3e { width:14.375rem;height:1.29980625rem;top:119.0625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzuTl8TX6fM4FkCD0HJ2OmgcBopPrtXe { width:14.375rem;height:2.5996125rem;top:115.625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZnz9MWr1dPI9F5Fsb6ENiRxEf8EBwJs { width:4.75rem;height:2.92480625rem;top:162.6875rem;left:12.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #w23LVWnCo6wAMfFNLnT2VBokeUVi93Tw { width:18.125rem;height:13.375rem;top:95.1875rem;left:0.8125rem;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #pSP3xwKfmK9y6SqBKtpZsk3JWltBrmIW { display:flex;width:1.625rem;height:1.625rem;top:110.5625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #T2nkua7dsUFV1x0CyS3yNqs5UUuKPD4f { width:14.125rem;height:1.29980625rem;top:110.75rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2a6K1ERne14o2Kq1wK217LE8trAZDc5 { width:13.8125rem;height:1.29980625rem;top:113.4375rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7ebVXTKeT8QBJiio5h8lFMUJmn4LLGc { width:14.375rem;height:2.11230625rem;top:92.25rem;left:2.8125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q43iXpibtvQhWGqyNQf54Tuzhsec48Bz { width:1.9375rem;height:1.7871125rem;top:163.6875rem;left:2.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqVLPTTH0m917BqxlF8QMnHTPPCVT9HT { width:14.375rem;height:2.5996125rem;top:43.3369140625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ai8zAwOPVe5MMvQyhAvNINhI6s6ISuWW { display:flex;width:1.625rem;height:1.625rem;top:43.82421875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #apQsxbdPwv1LQGmSmybHSHO6RSMg4MAf { width:14.375rem;height:2.5996125rem;top:128.3125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6VPacSy0TCQepup3CpcqSPrIC662RtE { width:12.5rem;height:2.0625rem;top:88.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qXOeSWRF6JHXzkWtld95enomTrBTnn4d { width:11.1875rem;height:1.4624rem;top:88.9375rem;left:4.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2qVLAAATucpTaZJoHRQkpz5u0f0VLxa { display:flex;width:1.625rem;height:1.625rem;top:113.25rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #LfIXoZB7LL9z7QpAPBkvKT6hr9L3U1QF { display:flex;width:1.625rem;height:1.625rem;top:116.125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #IWCDI4b6D169B3iCPilmRsfnJmykMbmy { display:flex;width:1.625rem;height:1.625rem;top:118.875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ExuyJwy33oebtv7J5NQgG20uRWEDDFR1 { display:flex;width:1.625rem;height:1.625rem;top:123.75rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #Kkm1ion5nb60hEf6USRTSKXmysGlMPOi { display:flex;width:1.625rem;height:1.625rem;top:128.8125rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #TKlS4bzGoiTbINPhNvR6NaKFT69LMHIy { display:flex;width:1.625rem;height:1.625rem;top:134rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #srd0fD19tdGEEOQ3QRkxoWbJvGw9VK0M { display:flex;width:1.625rem;height:1.625rem;top:141.5859375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #ARDvUpLlNekEqq5Xi1fX1w08z4TTpFT8 { display:flex;width:1.625rem;height:1.625rem;top:148.375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #TTwMxsgcBxgwynobzJFG502cFNsWU680 { width:12.25rem;height:2.3999rem;top:2.25rem;left:3.875rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ntQsTqmstn6ZEgHIW2NRDpL5qSV8uumA { width:14.375rem;height:5.19921875rem;top:70.125rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO4tKHeTuDCC5TFUunlnKKb2hsvga7lP { display:flex;width:1.625rem;height:1.625rem;top:71.9375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #oCGGdnfycpvnhVETB3ob11Mt2PuUlq0J { width:14.375rem;height:5.19921875rem;top:155.625rem;left:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyBWr8wtVb6R1QiBSXWsU41PacqyWIME { display:flex;width:1.625rem;height:1.625rem;top:157.375rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb { display:block; }#WSX1ekWETZFtafZzpBrXEDNwwiDSrVUb > .row .container { width:20rem;height:60.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M64dy8evkSNl1FcLqTdd4K8I54NEhWJ0 { width:20rem;height:57.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1rBkpLdIM2JoHDzkFb1uxJCfb87Ng92 { width:16.25rem;height:21.5rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ubig8140bNbT9V68wbFfa5oSQ204iyp0 { width:16.25rem;height:3.25rem;top:25.75rem;left:1.875rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LILRz0aVkr0uDeRFS2iH39Vq660N0KoS { width:16.25rem;height:1.4624rem;top:29rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTrWVVs0EhFFFzTfAn2DSg3sz9DgdMyV { width:16.25rem;height:24.9375rem;top:31.3125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz { display:block; }#SKgaHSm1bbfpB5HefmsJyb6SDoe0UMcz > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FrPyubESHRUTTQNcxIll5lgw0d4oXXFb { width:20rem;height:59.6875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL3n4kzCiC4eNbvBApxytmf9R48bZTVI { width:16.25rem;height:18.1875rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #axfNFTN1Sk0aKD2dkoAMv2PD9r7rw7qz { width:16.25rem;height:3.25rem;top:22.1875rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSgfR6BoRKUJ6JT6T9TWcRrQq5DVVRU3 { width:16.25rem;height:1.4624rem;top:25.4375rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdmIMZaG4h4e4i1nnQKIg4JZcuJ2dAQ3 { width:16.25rem;height:30.1875rem;top:28.0625rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AT88zS9R8RQUyuwObcd1ZhmrMM98INTB { display:block; }#AT88zS9R8RQUyuwObcd1ZhmrMM98INTB > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xFoeqTPD9FsgNJVBhs3W0JVrlU4cd8HE { width:20rem;height:44.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ks6qU9Qyb5c5CBRSuNQAKsx9zCqheB6R { width:16.25rem;height:16.75rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoaeJOEZeW3Xz3f7UVEGOpioyF8FFd4B { width:16.25rem;height:3.25rem;top:20.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PimcRU7P7Rf0xbyQWXGAdVv9ldRutswR { width:16.25rem;height:2.92480625rem;top:23.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPHRwaPWlOhQlZiPUUTatq60LTUQBUIp { width:16.25rem;height:15.75rem;top:27.82421875rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaAUOt33h40U8un5VDNogH4eWSl1fZUA { display:block; }#zaAUOt33h40U8un5VDNogH4eWSl1fZUA > .row .container { width:20rem;height:51.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TseOnKwUDM6A1yDPsnBUBNM21OEFv7eV { width:20rem;height:48.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dkFn2EWT9DEiyE1BuZq0qyAuVlkm8GG6 { width:16.25rem;height:16.8125rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMaUmsylMwgTxUwSKGfFhb8mNOXiCnUU { width:16.25rem;height:3.25rem;top:20.8125rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPxRxeUNf7KxFWKBAROiBdT6Bb4t2D4k { width:16.25rem;height:2.92480625rem;top:24rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oa4sN6Dd3sOE1py7QnBnwxuqmU3bFbEo { width:16.25rem;height:19.6875rem;top:28rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe { display:block; }#Lc6JHEzwfIIqgOSqotNBH9hVJaep5dSe > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HcMmT5vXpwbTNmiACM8BU8fwwCHaKhAb { width:20rem;height:59.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1gklrETOWgBdWrh59h8cTW4oXmTrdqN { width:16.25rem;height:17.1875rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxDf9CV72RxPT9X9N8lkbBOseUA2WV6K { width:16.25rem;height:3.25rem;top:21.4375rem;left:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvccB2BZTJhJZG9JtZ52PE4Tx9GHbTEt { width:16.25rem;height:2.92480625rem;top:24.6875rem;left:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4nzzDTZ55yPUJv9zmuXmsM3Nq7k8KKS { width:16.25rem;height:30.1875rem;top:28.3125rem;left:1.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p { display:block; }#tviuXcK1QQxP7ikysE1HpTkXNxymAZ8p > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z0H9epw8yue7kxkGmgQ1zkm9cegEmcGT { width:20rem;height:4.25rem;top:0.625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gOy7ypR37C16NpqRuX5EoBvlRT7uGS2n { display:block; }
 }@media only screen and (max-width: 763px) { #cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC { display:block; }#cL3Ewfdpg8pdcVknT2nqGLG0pfw5rkXC > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OJuLJk6kUg9GVb0doQoXMIG2hiRmyLM5 { width:20rem;height:4.54980625rem;top:2.3125rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #yHTqtPgEuvyfzsepgDRXgytokxsCA9Ea { height:11.25rem;width:20rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf { display:block; }#DFG8biUCrKmRGqTAyuNAS1W3DEzUFKgf > .row .container { width:20rem;height:53.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PuLvg4LZNpSiWtPKd68umduHSmtL9lMA { width:19.875rem;height:20.6875rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2EwlaZGxpMy4Ry5Aype3GZNL4PG3LPe { width:20rem;height:3rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZAlZeWFpF1kiTUp0pT4oMXBJZ2hDTIV { width:14.375rem;height:3.8994125rem;top:11.25rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD99i3stRIEqM1aIuc8cxlqGmhFzsStS { display:flex;width:1.625rem;height:1.625rem;top:12.4375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #PRhVIRHdvoPMJQBNFq3ZGlWtSlF8lofD { width:14.25rem;height:2.625rem;top:7.5625rem;left:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4uUHFsIBRV947T4Z54Gq2FlKluiumHh { display:flex;width:1.625rem;height:1.625rem;top:16.9375rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #aWhBFU8W4VrEJDXifiuT03XZ2GeR9cEH { width:14.375rem;height:3.8994125rem;top:15.8125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wryUXCntAx0aT77ZMwCe6hdvmMpFArCp { width:14.375rem;height:3.8994125rem;top:20.375rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECCMrZalpUhhmiw8HbxOL2JNXpG492OT { display:flex;width:1.625rem;height:1.625rem;top:21.5625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #gIfbKEmD52nLyh60wtr2hNnTthBy3Qy7 { width:19.875rem;height:18.875rem;top:27rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfyf3c6g3voddEAgPgNbKx0guNkBmVWO { width:14.375rem;height:2.5996125rem;top:32rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4uSxSz32cTc82t7urhWXt0cMuVvgVHo { width:17.4375rem;height:2.625rem;top:28.9375rem;left:1.3125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #as2oEFGghdtBUkdoLWTApSlFtySDqVSr { width:14.375rem;height:3.8994125rem;top:35.5rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #awPUZfGomNgQtGTwg9EBcInH9OafgPGg { width:14.375rem;height:3.8994125rem;top:40.1875rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aycdZouETeeNPA3SckGEZs4wtA3NxmwW { display:flex;width:1.625rem;height:1.625rem;top:41.3125rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #iJI3T7paxEFL6tF3Hz4bdD2zCCylPRXK { display:flex;width:1.625rem;height:1.625rem;top:36.625rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #f9q0uqTVqc3AsPzrZIk9xG482wOfqbeJ { display:flex;width:1.625rem;height:1.625rem;top:32.5rem;left:1.8125rem; }
 }@media only screen and (max-width: 763px) { #mTTk9fBKuc5M6vo7JvmpFpueWWNFhCmT { width:17.8125rem;height:3.0625rem;top:46.9375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ecno2sLvOJM0p7rE5Ll1u4ZEz59dXWlX { display:block; }
 }@media only screen and (max-width: 763px) { #MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL { position:relative;z-index:auto;display:block; }#MX9eJ5DsmXpamTxziH9fL14AE5EAEoSL > .row .container { width:20rem;height:46.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IKIDhJT7ZHayerSEuRiWAUNzbhN864Zc { width:20rem;height:1.3125rem;top:3.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqiNaPkmyrXp4s7xLDexgseFdRoxkPDg { width:15rem;height:6.2988125rem;top:5.0625rem;left:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu { display:flex;height:auto;width:17.5rem;top:11.3603515625rem;left:0rem; }
#yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #upTNFpacxlM1sImiUhSsswUliE9BK43z {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #CL8iCN7gx1s54g1OQJxoF4fJQCAcT7eK {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #hUOeAX4TH98rmUqLHJz55irTbr4ewF8v {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #s9rZhSUOeVXZ7W4OH2Fp9E6elVMKEFsA {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #T2bVSdRUsc4xAMAhmT6f5inZqIFA0Ld0 {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Xtw9K4bO2oRB34cv5K3Rmbg399HdzbsT {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #cpI83Ic2AuJ4LsFbLTVThb9BZp3Sey8C {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #G9uATA0wNDcwhm6ErtbfxrebmH98go5z {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #ZFt3q2MwkbkxsVdIHQE4m8dskZe08J1Q {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #uD37XivSp5ROkcuixCQpMEn0tPAzkVcW {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #MG3tvA6uDgyJ05aVhAd2DxFzdEPo2Hmb {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Zbrf2LIX8KJLOChyW5ASMh9EQmVcpw3L {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #JZq94hWu1SIIPOdKoIUHSVn7Gdi3FTUG {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #CZJ3ntcWFbEw1HmRrpDLtzK16XK3Hibn {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Vr1XZ6TNT3GRNXAevToRWnGAIyFuffVP {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #QUSBkdpUB473Kr3SLQZRszigzt8aUyKQ {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #ivloiMz901oawVgFEdtHc503Io7pMNlm {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #Eun0TZmgMv5ScHdIMFTZlW0maaLQC3n4 {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #G20oUc5rnLNrb3dq5JTgi19LQEqbl0Ub {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #UfhH3IZTZ3WRe2p2DhMGOOAc3B3J49TU {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #LaBBMa7hICHTQlfUUn93wGWqNJnaOB1x {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #hXPy4JMlHO7wAXCZoTFBZ8i8QBJ1o0gB {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #L5ExeFiQoSdT6aJ01I2SnTkt43kMopmr {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #QJQq7FwA6HqgiXhLEz8Xno35VHrU36xd {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #BstW0DLsbbPmfX9pwangOTzJ5nI9pfI1 {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #WTNbR7itaTutQRpAhuPvZDR0XJQqZlUJ {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #pRuHSvcKdoPtFN8032lCSRI1MTopCSwh {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #z26s7xn6wSGTpIId2OXc0DqrCLkP18bR {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #mkTm6R2ATfRZuGdNbwGwv6RnunaEOvEL {  }
 }@media only screen and (max-width: 763px) { #yZv09xWfyAhaBNrm4CcbqGfiNi1wCpsu #IPxpF8vJimCANNy33gJgrMauPwPOUlgx {  }
 }@media only screen and (max-width: 763px) { #ndc961pbESQ4eWhwn22Tlq4G7kPDMubh { display:block; }#ndc961pbESQ4eWhwn22Tlq4G7kPDMubh > .row .container { width:20rem;height:27.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x9AIDnmXZTBTfmylklhDnMuvrO0qkMHc { width:3.125rem;height:3.125rem;top:3.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmrwoZ5yqL5UqIMZ9R6k5AAd77T9aEeX { width:16.9375rem;height:2.69921875rem;top:7.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNxmcuXbnXdvS29CSIdhIZT5XHTWeNha { width:18.75rem;height:3rem;top:10.57421875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 { display:flex;width:1.6875rem;height:1.6875rem;top:18.8125rem;left:0.5rem; }
#wl10JTNZDLqZwU9vCulxIVzWazI8VTD7 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #dzXgV1nDLGLF8xScTEry8V6msqmR97l9 { display:flex;width:1.6875rem;height:1.6875rem;top:18.8125rem;left:2.875rem; }
#dzXgV1nDLGLF8xScTEry8V6msqmR97l9 > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #d2GwbzegDvDgAZCRATKe38dkPuvi87cp { display:flex;width:1.25rem;height:1.25rem;top:14.63525390625rem;left:0.625rem;font-size:0.875rem; }
#d2GwbzegDvDgAZCRATKe38dkPuvi87cp > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 { display:flex;width:1.25rem;height:1.25rem;top:16.88525390625rem;left:0.5rem;font-size:0.875rem; }
#DTmXpA06vLG9Q485aPGK6AlDNTCq7QU3 > img { max-width: 100%;max-height:100%; width:1.25rem; height:1.25rem; } }@media only screen and (max-width: 763px) { #yUGK883NuRkXLpAXciEqUObGSPTbfnHV { width:8.625rem;height:1.19970625rem;top:14.66064375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1aATasLx82mUUMDsInu0TJH0Ppwdzxh { width:16.4375rem;height:1.19970625rem;top:16.91064453125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN2HvXEvIBOR6RT6tVx4UoWOxXf03w8L { width:20rem;height:0.0625rem;top:22.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxBKe6MRDeAKGpWNaIoEz7TttDEiUnLv { width:20rem;height:2.3994125rem;top:24.13671875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nspPhX4ztXneC5auw6ZzT7XidZJXkCAF { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#nspPhX4ztXneC5auw6ZzT7XidZJXkCAF > .row .container { width:20rem;height:5.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FqVgTKzy1qBhr79cgurhDht0S121UHOd { display:flex;width:3.1875rem;height:3.1875rem;top:1.28125rem;left:16.8125rem; }
#FqVgTKzy1qBhr79cgurhDht0S121UHOd > img { max-width: 100%;max-height:100%; width:3.1875rem; height:3.1875rem; } }