.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:236,217,106;--color-primary-1:255,114,18;--color-primary-2:233,159,36;--color-primary-3:255,186,0;--color-primary-4:204,135,40;--color-secondary-0:218,251,223;--color-secondary-1:143,242,158;--color-secondary-2:69,234,93;--color-secondary-3:22,229,53;--color-secondary-4:26,46,33;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"sora";--paragraphs-font-family:"sora"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}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:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/052c60a5-ddb7-4de9-9c74-09fbd715309c/OCCLANDINGPAGEBANNERPRINCIPALDESKTOP1920x685.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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:29.625rem;width:60rem;overflow:visible;position:relative;display:block; }#kxsLcoeyPZvTKoqSX2pqQ0XxTfOPL76I { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.5rem;left:0rem;height:2.5996125rem;display:block; }
#ZQSwE11ukyvwqyQ0S3JSqlw1NdpUcyr8 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:13.0625rem;left:0rem;height:5.2246125rem;display:block; }
#ru0h9LqIuQ5EbQ4tFhQNDuRDm5ZmRKU3 { color:rgba(var(--color-tertiary-0),1);display:block;width:29.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:18.3125rem;left:0rem;height:5.199225rem;display:block; }
#W9I3WIZFVC64lJs69DCz6z7ak775UywS { z-index:15003;top:26.974609375rem;left:0rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ExJTbdJqVHcgq6btXauMDPfHVr7Hlaql { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PV6dABR8htTQyzDwPn9hS3AQ5fQkw7Vx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.0625rem;width:10.1875rem;top:2.125rem;left:0rem;display:block; }
#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q { z-index:auto;position:relative;display:block; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q { background-color: transparent; background-image: none; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row .container > .video-iframe-container { display: none; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row > .video-iframe-container { display: none; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .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); }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q { border-width: 0; border-radius: 0; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row .container { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#zkRqJ24nJAMs7bFKRU9Vn0BKh3iqPxP4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:7.3125rem;left:0rem;height:6.5rem;display:block; }
#zA0HLI9XSzvTqlBCpVv1E9WDp6LuaN7B { color:rgba(var(--color-tertiary-4),1);display:block;width:22.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:8.5rem;left:37.4375rem;height:4.875rem;display:block; }
#azpRmE4EJ21yZ7JiWBrVRRobSQGk2PqI { color:rgba(var(--color-tertiary-4),1);display:block;width:19.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15001;line-height:1;letter-spacing:0;top:13.25rem;left:0rem;height:10rem;display:block; }
#Fofm8QxcLa6g3NxrU8yTLO3KFBkaeVXv { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:14.625rem;left:37.4375rem;height:1.94970625rem;display:block; }
#Ctp1HpFAdL0H8NSU9amerJWTyazCZUkK { color:rgba(var(--color-tertiary-4),1);display:block;width:22.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:17.5rem;left:37.5rem;height:6.5rem;display:block; }
#FRiMw74TET9fk7HscmA9INxqF6zJxb0p { box-sizing:content-box;height:36.8125rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:31.8125rem;left:0rem;display:block; }
#mIF7WwQe8p87flZSyImiUyXmoD4h8V6y { box-sizing:content-box;height:29.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.6875rem;left:4.125rem;display:block; }
#xKADUtUNTbnJI2E7cQ3nTH0pt4c9CLcD { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.2;letter-spacing:0;top:35.6875rem;left:26.4375rem;height:11.9921875rem;display:block; }
#KBsDu0KrpdhGFRwyXU2DKg1o528XQNZe { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:35.6875rem;left:9.0625rem;height:7.1953125rem;display:block; }
#lpeyreu5L1XKghxWp9ConUMbEWcXwJiN { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:35.6875rem;left:43.4375rem;height:8.3945rem;display:block; }
#dqyU3ZCwyOtRNuhBAhSxySkz9DaTCSBp { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:35.6875rem;left:4.125rem;overflow:hidden;display:block; }
#SesEcvC4fK2MdsdR98CyW9pHTEDqmilN { box-sizing:content-box;height:29.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.9375rem;left:21.1875rem;display:block; }
#S784P5VvS5s48EaPZktvvgJJ9czQ05gG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:35.6875rem;left:21.1875rem;overflow:hidden;display:block; }
#zoxBTG5VXN5qV3ELsSZxrJVwGl7O8wUI { box-sizing:content-box;height:29.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:35.6875rem;left:38.125rem;display:block; }
#sWIGgtpIuTOtRMnK2qMaddApmXJIC5co { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:35.6875rem;left:38.125rem;overflow:hidden;display:block; }
#EwETHVeueb94QqrZEJKPnFXboLPVkCeQ { box-sizing:content-box;height:0.0625rem;width:49.75rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:48.625rem;left:4.125rem;display:block; }
#TIRwxoqdO6RMtJx8ULWFDmcNJKlllEq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.2;letter-spacing:0;top:50.6875rem;left:9.0625rem;height:9.59375rem;display:block; }
#DaZbF17CLzXPI1PyD4vvPGbOVPRpNZgQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:50.6875rem;left:4.125rem;overflow:hidden;display:block; }
#u9d7L2TQ2Q1zy3JrXCuLs6OVnpEOkShV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:50.6875rem;left:21.1875rem;overflow:hidden;display:block; }
#gAfhyvzQVb3WMwwan64Tq2TzZ23Cr8eC { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:50.6875rem;left:26.4375rem;height:7.1953125rem;display:block; }
#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV { position:relative;display:none; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV { border-width: 0; border-radius: 0; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#m8mLZEWWT6tzlACJzk57xcgLFoNE03AE { box-sizing:content-box;height:0.0625rem;width:49.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.6875rem;left:4.125rem;display:block; }
#J08QBJlhpG8sOLSlFccWFH7wrX8udd83 { color:rgba(var(--color-tertiary-4),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15024;line-height:1.2;letter-spacing:0;top:25.75rem;left:9.0625rem;height:9.597625rem;display:block; }
#mHK6SoKSlihL9phlTDLDayzTiAxShQtT { color:rgba(var(--color-tertiary-4),1);display:block;width:8.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:25.75rem;left:26.4375rem;height:7.19825rem;display:block; }
#mIZu6pVze4DSnwSya7nwmKTO2IlDqqnu { box-sizing:content-box;height:29.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:10.75rem;left:4.125rem;display:block; }
#vnZqcEhRxClsntDEnTG8X1wCzyOvGU06 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.75rem;left:4.125rem;overflow:hidden;display:block; }
#ZXwROHg4hzMxKwv8SiUMHVZDfgpcLQlA { color:rgba(var(--color-tertiary-4),1);display:block;width:9.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:10.75rem;left:9.0625rem;height:7.1982375rem;display:block; }
#vCMPrMrlGc6lgv91TeeKepvMZtL2ROCe { box-sizing:content-box;height:29.0625rem;width:0.0625rem;position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:11rem;left:21.1875rem;display:block; }
#t5qNO5tq4LaZcUpGJBV7J73LZv6mKFDS { color:rgba(var(--color-tertiary-4),1);display:block;width:10.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15022;line-height:1.2;letter-spacing:0;top:10.75rem;left:26.4375rem;height:11.9970625rem;display:block; }
#zL95aPzO1zip2eH4gGByyxs6KCT6yLd1 { color:rgba(var(--color-tertiary-4),1);display:block;width:9.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:10.75rem;left:43.4375rem;height:8.3979375rem;display:block; }
#Z5UxIOsy05L7hcSUlKPXy1oQcKVFnNUZ { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.75rem;left:4.125rem;overflow:hidden;display:none; }
#TMqyON7f489bQ1av5cPPqnHuPlf9V3Vh { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.75rem;left:4.125rem;overflow:hidden;display:none; }
#mvuk0oONQPACexB7BXTOdltru2zTuT7B { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.75rem;left:4.125rem;overflow:hidden;display:none; }
#PG74RLI9nKuV2xLiopVgT3pVZ44IhBGk { box-sizing:content-box;height:0.0625rem;width:49.75rem;position:absolute;display:block;z-index:15020;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:23.6875rem;left:4.125rem;display:none; }
#TKgNXly0RXg9kI3hVA3JLGwBFlZ6Nk7N { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:10.75rem;left:4.125rem;overflow:hidden;display:none; }
#IVmrX55exmAlqERHJfJHrkAa0LP874LG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container { background-color: transparent; background-image: none; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container > .video-iframe-container { display: none; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row > .video-iframe-container { display: none; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .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); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container { border-width: 0; border-radius: 0; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:60rem;position:relative;display:block; }#usimsRGGc6wfkG3RICOAkoUWI6opclLV { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:10.875rem;left:0rem;height:23.02734375rem;display:block; }
#TLS0taxsa519KKnvAPs1rMdqr4XBq1SL { color:rgba(var(--color-tertiary-0),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:10.875rem;left:23.5625rem;height:19.25rem;display:block; }
#oyXVEq8Kc0G6voUOxZrTGCJ2pb88PAFq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:11.25rem;left:38.875rem;height:21.65625rem;text-align:right;text-align-last:right;display:block; }
#uGVKwEeAsP3lH4uk4wttmTHeir7IgwXm { box-sizing:content-box;height:21.5rem;width:3.1875rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-4),1);background-image:none;top:11.3125rem;left:56.6875rem;border-top:0.0625rem solid #94611c;border-left:0.0625rem solid #94611c;border-right:0.0625rem solid #94611c;border-bottom:0.0625rem solid #94611c;display:block; }
#zwwvHreP99D47sBaIpFoMuTyy6wJB2fP { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.0625rem;width:23.625rem;top:4rem;left:32.25rem;overflow:hidden;display:block; }
#sTsOdN3i5KL43SkyRby17TvnCFESWJzo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:36.125rem;left:20.625rem;overflow:hidden;display:block; }
#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa { border-top:0.0625rem solid #5f3e12;border-left:0;border-right:0;border-bottom:0.0625rem solid #5f3e12;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { background-color: transparent; background-image: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container > .video-iframe-container { display: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row > .video-iframe-container { display: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .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); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { border-width: 0; border-radius: 0; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container { background-color: transparent; background-image: none; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container > .video-iframe-container { display: none; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row > .video-iframe-container { display: none; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .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); }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container { border-width: 0; border-radius: 0; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container { font-size:0.875rem;font-family:arial;height:29.875rem;width:60rem;position:relative;display:block; }#f8l3ClKpBFDPKd8megP7nQRddMbpkQTe { color:rgba(var(--color-secondary-4),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:8.171875rem;left:0rem;height:5.5rem;display:block; }
#qd1TauX9NeUgIXPNISrrkGexbBG7WnGn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:4rem;top:8.546875rem;left:36.875rem;overflow:hidden;display:block; }
#fIk3HEWCf8X0CmnTCT1H791A3i4G0i5I { color:rgba(var(--color-secondary-4),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:8.875rem;left:41.9375rem;height:4.125rem;display:block; }
#uMDJUTaTDr8uQ8V9JB3XIi2VUpKlHxDO { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:15.375rem;left:0rem;display:block; }
#XCmSkGC6N5XIKcW4coCpy18E9zZdH4c3 { z-index:15004;top:20.8125rem;left:17.1875rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b9JBvqSh8LWuJGD7ZcpctPwk3D0oP4BE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IC1AktM4whAPMWH31zuxRCDKKs8LskkU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container { background-color: transparent; background-image: none; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container > .video-iframe-container { display: none; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row > .video-iframe-container { display: none; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .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); }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container { border-width: 0; border-radius: 0; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#hePRnmdTeWVpMsqrvTuPhqdSFccoSiz5 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:1.7998046875rem;left:0rem;height:22rem;display:block; }
#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container { background-color: transparent; background-image: none; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container > .video-iframe-container { display: none; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row > .video-iframe-container { display: none; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .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); }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container { border-width: 0; border-radius: 0; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container { font-size:0.875rem;font-family:arial;height:45.625rem;width:60rem;position:relative;display:block; }#I2Bgi0XSWXInLOJEFnzVEeeEOMNMVoWl { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:5.1875rem;left:0rem;height:2.75rem;display:block; }
#kThPTc7dkryGLfCnyD4KzX4tHqlJSmFM { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:0rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#c2gFoOSREeT25Jd1aoDvCby2WQetRqDR { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:0.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#E3tbWSTdcwLJzCMcS3sf9mOmQTMluAsd { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:10.875rem;left:1.6875rem;height:29.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WgWzxM3RdpynwiJnGpyAqDnVR80Ok21O { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:20rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#f55UuXnD7NmBOoqCQ1NA1TOTyPGUTnkF { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:20.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#VdFDFr5Ci8iKwi1dGFUy7o7sOVB8wT8v { color:rgba(var(--color-tertiary-4),1);display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:10.875rem;left:21.6875rem;height:26rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XMxWK8iliPnp4UIzELnBC3iQoRDCQSTR { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:5.1875rem;left:20rem;height:2.75rem;display:block; }
#ngGrkRl1b3hwQ8A0rsMeZm4lnTTqfuNM { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:39.9375rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#GDHA4dUaE6hhuKauTFg448PGNQ23HU5x { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:40.25rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#ToNBzRFJM52uoVIF6E1N0WkUuoAg7968 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.625rem;height:29.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sA0aH8fJJ27lz1kQcXSAcrG70G9ad3bW { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:2.5rem;left:39.9375rem;height:5.5rem;display:block; }
#gyInRkttJsgK5quXqC60GydTrbRquA5d { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:0rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#d51nWfNTxexDKGEw6qRbJosCWFX3eU4Z { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:0.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container { background-color: transparent; background-image: none; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container > .video-iframe-container { display: none; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row > .video-iframe-container { display: none; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .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); }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container { border-width: 0; border-radius: 0; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#NRwnyMRnIQicvl8gVGup9VPb3RAG7XQJ { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:1.5625rem;left:0rem;height:4.125rem;display:block; }
#L3Z6rhtLcuh7DvWq17EpQ1XskR49z7v5 { box-sizing:content-box;height:23.1875rem;width:18.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.25rem;left:0rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#WXA7voWVN35hkS6VedEedr5dXOOdpbEg { box-sizing:content-box;height:23.125rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.9375rem;left:0.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#tCPcLFtHSKFvl6VEunQPWB8CWpuE04Dm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:8.5625rem;left:1.6875rem;height:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I746GCaJt2RArwIJ9C8CT15hNtTfrlnI { box-sizing:content-box;height:23.25rem;width:18.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:7.25rem;left:20rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#W3ilqV96KTCW7gtbTT7iTI2S2KJyqmkJ { box-sizing:content-box;height:23.1875rem;width:18.6875rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:6.9375rem;left:20.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:block; }
#aEIxsyAQeTWN2FHQwpTlplAFURgSbZTZ { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.5625rem;left:21.6875rem;height:19.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Wz7OSWNzqtFcfkSp1q1NZvfoiXsJtFKK { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:1.5625rem;left:20rem;height:4.125rem;display:block; }
#fylo6ug8FrCGgkPhg0DuZQmLWNtrVNtP { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15012;line-height:1;letter-spacing:0;top:3.43603515625rem;left:47.5rem;height:1.50024375rem;display:block; }
#CTo8sOtXWZsT3TeD16t7GUmexfKGESZ4 { box-sizing:content-box;height:20.4375rem;width:2.375rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),1);background-image:none;top:12.3974609375rem;left:57.546875rem;border-top:0.0625rem solid #94611c;border-left:0.0625rem solid #94611c;border-right:0.0625rem solid #94611c;border-bottom:0.0625rem solid #94611c;display:block; }
#oPSHgV6lBBouqlJENdTLXLTi4IXqPEhZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:12.376098632812rem;left:43.062133789062rem;height:20.7129375rem;text-align:right;text-align-last:right;display:block; }
#txWdt2ZZQOeBMMtVNRNm4Dir0tPFseoc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:normal;z-index:15013;line-height:1;letter-spacing:0;top:5.16357421875rem;left:47.5rem;height:3.75rem;display:block; }
#JwkDdN3T4ckTLtB3ZDTTnLZ9i7sSgSFU { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:7.249755859375rem;left:47.5rem;height:3.2998rem;display:block; }
#GPPt3zBxcRcXo7w34uTLklEQfRz8FcgB { z-index:15004;top:35.9375rem;left:18.125rem;background-color:rgba(var(--color-primary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.9375rem 0.9375rem #ffb21b ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tWnpz16VoAOhgTyspF7OtThmwa7Snn8L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qRCwtJAghsVMC8mUrcCkKWx3TN7bMMBV { box-sizing:content-box;height:19.875rem;width:42.5625rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-4),1);background-image:none;top:44.125rem;left:8.71875rem;display:block; }
#TQ9XhoCFFIC9JuzNlhMnJZVU2h50Vt7q { color:rgba(var(--color-secondary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:2.5rem;left:39.9375rem;height:5.5rem;display:none; }
#SCGnI1uvrNbrltEwW5oqT2d6ChclcPFl { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:10.875rem;left:41.625rem;height:29.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#ZvstLFccerfLLGMBFAbxvAgfufpgTRIc { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:0.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#ZazW9qQN4WnxpIK6AmLIkshGhT0RWTny { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:0rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#pdV33EAZfcvM0X0lA9tIxNa2dbORn7vb { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:0rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#TCpdBBDLbZeo8X5giaygbznAMugIqCwI { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:0.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#dfyzcqootXVh8dNHGqkc8Rbr85fpMIbd { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:9.25rem;left:0.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#usOZ1dD09wksr8NUnGk4VpO6emyPeLxz { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:9.5625rem;left:0rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA { position:relative;display:block; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA { background-color: transparent; background-image: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container > .video-iframe-container { display: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row > .video-iframe-container { display: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .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); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA { border-width: 0; border-radius: 0; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:16.0625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AgezyqX2ShKWh13wausLrPEJvT8guAVO { color:rgba(var(--color-tertiary-0),1);display:block;width:27.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.2;letter-spacing:0;top:8.75rem;left:16.0625rem;height:7.19925rem;text-align:center;text-align-last:center;display:block; }
#QKFyT3nRPLnMPDvAtPnF2G6BnN66PiHk { color:rgba(var(--color-tertiary-0),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:0.9375rem;left:13.0625rem;height:5.5rem;display:block; }
#uSslvCrgcebHMPCRBMFsFczTWFlTWSII { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/9b9f1713-4bcf-433b-b48b-4f97c54e9f40/secao1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ.adaptive-delivery-prevent-bg, #xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ.lazyload, #xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ.lazyloading { background-image: none; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container { background-color: transparent; background-image: none; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container > .video-iframe-container { display: none; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row > .video-iframe-container { display: none; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .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); }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container { border-width: 0; border-radius: 0; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#tnbJzDxIzrlIQ0GWKBcXynfhpqCkPqyT { color:rgba(var(--color-tertiary-4),1);display:block;width:24.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.3125rem;height:10.80078125rem;display:block; }
#pNX1CFoMsr1tPxXDnBbZ3dIxx6M4vwPe { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:5.6875rem;display:block; }
#ZccfAFr3yWIrBIG5HqVRXt5ECyrzvPJW { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5625rem;left:0rem;display:block; }
#eW95HysHAqMiUOLOXVcTPrtZaNabcnTl { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:5.6875rem;display:block; }
#UXz8TNobDiIFhqDIzr4wff3vI4agTZK1 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.3125rem;height:12.34375rem;display:block; }
#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:url("https://images.assets-landingi.com/uc/9b9f1713-4bcf-433b-b48b-4f97c54e9f40/secao1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o.adaptive-delivery-prevent-bg, #cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o.lazyload, #cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o.lazyloading { background-image: none; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container { border-width: 0; border-radius: 0; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:none; }#iTrXUUStOR2JG21zVPSIhtJarV4DcgcG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.375rem;left:6.3125rem;height:10.80419375rem;display:block; }
#fuWxlltDOvP2AFV1ake05Xpfy5t5Ecoa { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:5.375rem;left:0rem;height:5.6875rem;display:block; }
#asJ1IlHq6pFXLecgvMHTfBsUh9n8TgHl { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:19.5625rem;left:0rem;display:block; }
#hBaCLMC0t3al9Pi7PGhnspkdQ755eOHd { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:23.125rem;left:0rem;height:5.6875rem;display:block; }
#EWyhF0TdE6HF16DWBHtvg7ZW5syddik1 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:23.125rem;left:6.3125rem;height:12.34765rem;display:block; }
#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL { position:relative;display:none; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL { border-width: 0; border-radius: 0; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/2db14f05-1e11-4d55-9c2f-b70cb37d48de/secao2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F.adaptive-delivery-prevent-bg, #VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F.lazyload, #VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F.lazyloading { background-image: none; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container { background-color: transparent; background-image: none; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container > .video-iframe-container { display: none; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row > .video-iframe-container { display: none; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .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); }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container { border-width: 0; border-radius: 0; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:block; }#STI8aQn8ONHQJGOVhhn66pzTmmEitNir { color:rgba(var(--color-tertiary-4),1);display:block;width:23.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.311889648438rem;left:6.6558837890625rem;height:7.714875rem;display:block; }
#oLZWZzqZ1QhGoJm7oxc8qsQhi69P1HSe { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:15.9375rem;left:0rem;display:block; }
#e4g9KSmqzPGAGa03u8mM7h38TMdyyWIQ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.656005859375rem;left:6.6558837890625rem;height:9.2578125rem;display:block; }
#WT27Sf8wFDC8CczMaVnTpo0ZrxVuWIyn { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:5.6875rem;display:block; }
#GEMOQGeSSUOGmpD6yXf6wR8o6IKb0CN5 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:5.6875rem;display:block; }
#PZpzOXOLM7HcyzCMhT7hyXMBk8pBmv9S { color:rgba(var(--color-tertiary-4),1);display:block;width:23.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.291137695312rem;left:6.6552734375rem;height:7.714875rem;display:block; }
#O6TWNvaz3rQeEELJXiMCbGmAWtZrlNXV { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.666137695312rem;left:0.3125rem;height:5.6875rem;display:block; }
#Hi5nQcmFfikvHZkUFmEhQUktKhbltzMR { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:31.103637695312rem;left:0.3125rem;display:block; }
#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:url("https://images.assets-landingi.com/uc/2db14f05-1e11-4d55-9c2f-b70cb37d48de/secao2.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7.adaptive-delivery-prevent-bg, #S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7.lazyload, #S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7.lazyloading { background-image: none; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container { border-width: 0; border-radius: 0; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container { font-size:0.875rem;font-family:arial;height:46.125rem;width:60rem;position:relative;display:none; }#Wsh07bZsiC7fAqsixk4fTzOS2OX1BksE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.311889648438rem;left:6.6558837890625rem;height:7.7173125rem;display:block; }
#o0mKQeEgETKk0ECMfCpHfeOKa4Tu8Zmc { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-0),1);background-image:none;top:15.9375rem;left:0rem;display:block; }
#Q38G5dGIu5rXVI7NuTxyOHLy1EXkLSGT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.656005859375rem;left:6.6558837890625rem;height:9.26075rem;display:block; }
#ZEvJ5HONxIvI8NwccOsXUHvKZt6prIvS { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19.5rem;left:0rem;height:5.6875rem;display:block; }
#gksAi0tw0GZ9dTBrnlkInEE7qiS5H0i0 { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:5.6875rem;display:block; }
#qbz4OodxdDq9zZxGf3LSaLww2X4xSNRk { color:rgba(var(--color-tertiary-4),1);display:block;width:23.062125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:35.291137695312rem;left:6.6552734375rem;height:7.7173125rem;display:block; }
#b2XGbJMlXOs3OBkmSTt58FbbT1Od35Ms { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:34.666137695312rem;left:0.3125rem;height:5.6875rem;display:block; }
#tt9T7oTFOo4Hr5bBgTLu6HVNq29IVHKK { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-0),1);background-image:none;top:31.103637695312rem;left:0.3125rem;display:block; }
#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J { position:relative;display:none; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J { border-width: 0; border-radius: 0; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/7eb5a84d-dcb1-44d4-97e0-391a323dba5a/secao3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3.adaptive-delivery-prevent-bg, #iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3.lazyload, #iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3.lazyloading { background-image: none; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container { background-color: transparent; background-image: none; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container > .video-iframe-container { display: none; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row > .video-iframe-container { display: none; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .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); }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container { border-width: 0; border-radius: 0; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container { font-size:0.875rem;font-family:arial;height:34.4375rem;width:60rem;position:relative;display:block; }#Aoh8pEuiutJGra5nTr8ag0TIrIL9Wo9K { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.875rem;left:6.3125rem;height:7.714875rem;display:block; }
#GFbafMsGMJyLO8h3hXQUCVgyDJGQETFC { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.3125rem;left:0rem;display:block; }
#NTFes7dwD24hXsQ8FI3R5lNiqVVfS5Rn { color:rgba(var(--color-tertiary-4),1);display:block;width:20.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.3125rem;height:10.80075rem;display:block; }
#uAgDdC52e6oDIE397yfKHffCshGCOk43 { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:5.6875rem;display:block; }
#HBfNymqrEta0J5T2LhURoftd4SLCeCcS { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:5.6875rem;display:block; }
#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/7eb5a84d-dcb1-44d4-97e0-391a323dba5a/secao3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079.adaptive-delivery-prevent-bg, #UKESE97TyVBBVq6QJn8Tg3cCzC9RK079.lazyload, #UKESE97TyVBBVq6QJn8Tg3cCzC9RK079.lazyloading { background-image: none; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container { border-width: 0; border-radius: 0; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container { font-size:0.875rem;font-family:arial;height:35.125rem;width:60rem;position:relative;display:none; }#s8lZWNf7ETMxMM4qFLSNecu0xRqicCS1 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:20.875rem;left:6.3125rem;height:7.7173125rem;display:block; }
#J8fIz5WDZlxW8vBwk4QZDy9tvUFV2HhT { box-sizing:content-box;height:0.125rem;width:30.06225rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:17.3125rem;left:0rem;display:block; }
#NPl649OFxCy4EXCXACemwcksFyw9y7sT { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:3.125rem;left:6.3125rem;height:9.26075rem;display:block; }
#iA6p3SShpURmTv6eBBT3T14QQTRkWd4l { color:rgba(var(--color-tertiary-4),1);display:block;width:5.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.875rem;left:0rem;height:5.6875rem;display:block; }
#rEQlut959fl8ebfmpdIaqyccps6BLGsy { color:rgba(var(--color-tertiary-4),1);display:block;width:4.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:3.125rem;left:0rem;height:5.6875rem;display:block; }
#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ { position:relative;display:none; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ { border-width: 0; border-radius: 0; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container { background-color: transparent; background-image: none; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container > .video-iframe-container { display: none; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row > .video-iframe-container { display: none; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .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); }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container { border-width: 0; border-radius: 0; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container { font-size:0.875rem;font-family:arial;height:74.25rem;width:60rem;position:relative;display:block; }#KFay8tdhiqdp72AV7weHXSHd4s3133qd { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:1.5625rem;left:0rem;height:22rem;display:block; }
#gMUSpOvL2dw7dgNKeZ3uviyQq1gyCafQ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:68.625rem;width:60rem;top:5.5145263671875rem;left:0rem;overflow:hidden;display:block; }
#pxRAd8K7NhPSgGswVAyVTPnEcgPMRp3I { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:27.15576171875rem;left:0rem;overflow:hidden;display:block; }
#TurGDhgA5qhdN9FqRFwhADTGqXhygDx7 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:38.328247070312rem;left:17.93701171875rem;height:4.875rem;display:block; }
#QQ8sZkHXphDA9t8PoKBra27ceF0INSo6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:15.625rem;top:27.15576171875rem;left:44.375rem;overflow:hidden;display:block; }
#RJ1WKtHW6MLocCrekC9hG5TJawH7ulq0 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.8745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:39.992065429688rem;left:33.186645507812rem;height:3.25rem;text-align:right;text-align-last:right;display:block; }
#Ji4kXaipaMNLmytCRELSSDo1StCdumCl { color:rgba(var(--color-tertiary-0),1);display:block;width:24.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:47.55712890625rem;left:0rem;height:20.82225rem;display:block; }
#dlyyxvdreaTyUg1AvVDugvsTJCZdE5w2 { color:rgba(var(--color-tertiary-0),1);display:block;width:24.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:47.557373046875rem;left:35.813598632812rem;height:8.9238125rem;text-align:right;text-align-last:right;display:block; }
#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 { position:relative;display:block; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 { background-color: transparent; background-image: none; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row .container > .video-iframe-container { display: none; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row > .video-iframe-container { display: none; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .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); }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 { border-width: 0; border-radius: 0; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WHNQ5V3lJzDlDQrJ561EUgQGQ8Pu7B9h { color:rgba(var(--color-tertiary-4),1);display:block;width:27.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:22rem;display:block; }
#hxhVEuw6FZXmatr7TkThz5c6kE0GM0HP { color:rgba(var(--color-tertiary-4),1);display:block;width:30.68725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:7.4371337890625rem;left:29.312744140625rem;height:27.2959125rem;display:block; }
#mEtDRxNT9JNVhgP9N7qrEtUD3gw126sA { z-index:15005;top:38.375rem;left:18.125rem;background-color:rgba(var(--color-primary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.9375rem 0.9375rem rgba(255,214,0,0.25) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wiL6CuMlBE7MKIv5pDMgU7hFb6myQfWg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/d469c735-17ac-4e10-b228-bf02355b11fb/IMG20250423WA0075.jpg");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; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT.adaptive-delivery-prevent-bg, #IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT.lazyload, #IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT.lazyloading { background-image: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container { background-color: transparent; background-image: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container > .video-iframe-container { display: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row > .video-iframe-container { display: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .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); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container { border-width: 0; border-radius: 0; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container { font-size:0.875rem;font-family:arial;height:25.1875rem;width:60rem;position:relative;display:block; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container { background-color: transparent; background-image: none; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container > .video-iframe-container { display: none; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row > .video-iframe-container { display: none; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .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); }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container { border-width: 0; border-radius: 0; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:60rem;position:relative;display:block; }#M5TrTZT4Wbp7QsI3AOZ8y19in1Sd2uhv { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:2.5rem;left:0rem;height:11rem;display:block; }
#uVTSNFLwdTUSdR4lKhOTUAd3I8ahDXXK { box-sizing:content-box;height:17.5625rem;width:17.75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.46875rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#afyoT94xOW9VQdxCXiz2fmHPHWpGInth { box-sizing:content-box;height:17.5625rem;width:19.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.46875rem;left:18.75rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#lCH62o6GmpiHPxytIJTU0V5Oi5dOCIHc { box-sizing:content-box;height:19.5rem;width:20.1875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:16.468505859375rem;left:39.734497070312rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#n4qbNsfNZRgqQEQ6gFPgSlfBy0NiBuT1 { box-sizing:content-box;height:22.6875rem;width:19.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:35rem;left:18.75rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#wVyX1zfuJzfTv9reTXI2ZrK5RpoPDaS4 { box-sizing:content-box;height:22.6875rem;width:17.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:35rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#kydMRgT9ZGRazBEsIPhougLLgfXycg2T { box-sizing:content-box;height:16.8125rem;width:20.125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:36.909790039062rem;left:39.79736328125rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#uJyX9dHl0ylqTaTOPFHVTMTqQlTc85Ah { box-sizing:content-box;height:15.6875rem;width:20rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:54.600219726562rem;left:39.797119140625rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#lMfx2Rue84SuQo3OZK37EeMq271WxEqM { box-sizing:content-box;height:11.6875rem;width:38.6875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:58.5625rem;left:0rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#OGbw06ppsW3QT4bOWIm24fXuyQzQwXfl { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:18.339233398438rem;left:1.4996337890625rem;height:14.2968625rem;display:block; }
#h7HhSLL8vtTQ9hWKZwTZd9C4BuB60Bdq { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:18.139038085938rem;left:20.475463867188rem;height:14.296875rem;display:block; }
#Sv4V6gN1egCHtFQRSMkbpNr1wWRqDwXa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.999875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:18.062744140625rem;left:40.86669921875rem;height:16.084rem;display:block; }
#EyEe1K7enkXxc0QJZV0triNd4iHpCKx2 { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:37.108154296875rem;left:1.4996337890625rem;height:19.6581875rem;display:block; }
#SQ1N1V1l9JCUNawgiTx4GIXCktfGXG0S { color:rgba(var(--color-tertiary-4),1);display:block;width:17.56225rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:37.108154296875rem;left:20.475463867188rem;height:17.871125rem;display:block; }
#KnMZgDhAxxLpx9GtztX39mgRVeT6CBFh { color:rgba(var(--color-tertiary-4),1);display:block;width:18.18725rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:38.206176757812rem;left:40.773315429688rem;height:14.296875rem;display:block; }
#UFuJOoy4p5sTRRTrKAwclgrEAtqfK9aJ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.437375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:60.27587890625rem;left:1.4996337890625rem;height:7.1484375rem;display:block; }
#SWQeA448K96uUkl0Tc0nQn3NrFiLkDRd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.186625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:56.107177734375rem;left:40.77392578125rem;height:12.50975rem;display:block; }
#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container { background-color: transparent; background-image: none; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container > .video-iframe-container { display: none; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row > .video-iframe-container { display: none; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .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); }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container { border-width: 0; border-radius: 0; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container { font-size:0.875rem;font-family:arial;height:58rem;width:60rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; }#lmlycBgHvpABGVMF9hVCq285siULBSsv { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:5rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:2.3125rem;left:0rem;height:11rem;display:block; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;vertical-align:top; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .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; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .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; }#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-trigger.adaptive-delivery-prevent-bg, #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-trigger.lazyload, #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-trigger.lazyloading { background-image: none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU { box-sizing:content-box;height:auto;width:57.5rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15007;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:16.625rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #yCfwf0AmTANFktkbxzksRJLTZqyqxU42 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HNLUczK5RINftxRQqGzzqMfDrCnkmDL0 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #p76ElJhxX09DMa6GDDGmESdVtcSE1c1a { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #J4SHpgqEpKdZAXIw7iu1QFWFiZC6Vqq3 {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #efMFimfZFf7anEglM90aqHbHybL67o8s {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #wXlqxZvF8ce1oTxXcTx9daB2BsgTBMop { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #xbihNPozFXBwSlIXx1qQgKSCOk6MPaUO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HyLuHHw3S5CGGVXxaaK1U5sKAU2xTUli { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #IPyU8rbpvV70n5moTFzfNDDEzAg3yWcy {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #dVgGdpwOQaa4TXMM1k5oby8vrWZ0Dx5S { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #VHRVICHPPpsZGxrTlcTR2Ht7LibU82Df { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #lukfGdzmN5I82DM0qxc5qu2bv4VINCBo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #gyn8WX1QBlhVUDuyNQ39U59kDtDqzwfM { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tkHi5qTUdrWd8h0Jrfhv7vuAFxLoCC4g {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #T3LXIvyh2Vu58qgTh5hyaThrAgrCJqIk { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #LpiT3LtgtUv0GRqmrO82ddArGESfoNQN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HNTlRn5mQhezvlCMu5H9VP934mwaOuxW { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #fQgEJl3vtF1TCuVgDzyLcKsnhH44ntX0 { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #SaXvC11o6WpSP5KRnAhrcguJSSWIgPKK {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #ssgK5nIbkNiQiVRqFFWpy0qeQN2JXyPW { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tUzbzvhtQL5ryC9IbbHWhiLHTW90l0i5 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #bel9ATGEMf5K8nPU8ckimaI3VOeTipWu { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #IneArp59V6CoIG5qEv8lMy5hiGVtXXLf { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #SNCAU7hGIWtFG9GwHsrtTLQCfh1wkzxk {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #F14f2TAPtg0PWVS5ZaWL87rfgmVrKtgc { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #mZBAITlEgUR3JeEaKQdWyZimH0PnU0ld { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #U484hlqp3SLbTXsMTOkwmIDG2knvCXCm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #I1PnObXJk79niiXnHAWdgH3Jhry2O4Th { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #fiSiL9ohPCwQTKuiaOaevV9LbdH2mRpT {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #ld7FMh9ObPSTwoB9IRewsNtTETb7Qs9Z { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tP4UT0A7EG3WNxsOvXLdKIL7q85bSox4 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #GLRHOz42eIiqkXaiBiQPDD7CcOTMmGqR { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #qoZPq8EGamJxc06TQhimpmKT6sF0SOEu { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #RWuPrTa9TPLWavaSWT6AyF7S8L3pU3LS {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HZ4ORTM269VmkLic3zMFIg1WevKJdt33 { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #yaLPnACnF8uqlSDdXIinv0RHWENHnKVX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #JGu8Sip8ahxL2NCz2TFndBUfErP3R5Uh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #cOWeiH4wTF1HIXuHp3pz3EPxFpCqZBD1 { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #BN9Vmi5aHkrolQb9Rg0cJaLv3eXnCTg2 {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #XO98AOg2Re7TKKE9ONcBOuOMqolz1e8X { display:none; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #s32eboUAugEu2cTTHTLTsIyOpvfloypl { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #Ch7tb4KL8tl26te34uu4OGH6mmprKBf7 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #qDWUxWfqAtuPQqKLtqSrRUrWcXxn0UKf { display:block;position:relative; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #glWd8ziPD3yQo9B56PJtHCHMrLrFbQvv {  }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #VwOgovEg7O9UinesWMlW1Ffv6fCpBXAP { display:none; }
#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container { background-color: transparent; background-image: none; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container > .video-iframe-container { display: none; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row > .video-iframe-container { display: none; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .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); }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container { border-width: 0; border-radius: 0; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#pDEmK4o5XafpBce2AkV5lhXzFt7taXV5 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:18.75rem;top:5.4375rem;left:38.1875rem;overflow:hidden;display:block; }
#pBNT3GxoVAb2fOsDMF2WXX20LbnRWrpk { box-sizing:content-box;height:31.375rem;width:47.375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-4),1);background-image:none;top:3.3125rem;left:5.1875rem;display:block; }
#kVMJ8EQgCCfS4NFcdF1WofuqtlNWTUt6 { box-sizing:content-box;height:31.3125rem;width:47.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:3rem;left:5.4375rem;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);display:block; }
#CXgrUISaBTWXlGlncSTKgydgdzpqooqf { color:rgba(var(--color-tertiary-4),1);display:block;width:35.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:5.4375rem;left:9rem;height:5.5rem;display:block; }
#KImZqHRzcDqUxhbxmZs6f3xSMKDDiZLw { color:rgba(var(--color-tertiary-4),1);display:block;width:3.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:20.5625rem;left:9rem;height:1.7871125rem;display:block; }
#JTEXAIfHLdVMrKADm1ibagHgFeTBHzcJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:19.625rem;left:12.3125rem;height:3.0249rem;display:block; }
#weTDTTBzmIGserHc1ZX11AmSIivBWWai { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:23.14990234375rem;left:9rem;height:1.0996125rem;display:block; }
#W4x0RnTFAd9nkzxubwsdVKkKDWG7o4wR { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:18.0625rem;left:9rem;height:1.168825rem;display:block; }
#lVotkOu58UgAxocIZ1y3r66m4dmwoJVT { color:rgba(var(--color-tertiary-4),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:13.4375rem;left:9rem;height:2.3369125rem;display:block; }
#fhLU9IhGpBx4l7DzakmNwfG59ml2bVli { z-index:15006;top:26.9375rem;left:9rem;background-color:rgba(var(--color-secondary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0.9375rem 0.9375rem #a4ecbd ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.75rem;height:4.8125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#F3TECafWbrVCKAgQVzcLuQXfpRQu3TNE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CnskAPJvFQLBUmnubO1SRzoT67fHobCq { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:2.8125rem;left:31.3125rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#quvynRPnNFnW8Xp1fKpAELRstz2f14DS { box-sizing:content-box;height:34rem;width:18.6875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.8125rem;left:31rem;border-top:0.0625rem solid #8d5e1d;border-left:0.0625rem solid #8d5e1d;border-right:0.0625rem solid #8d5e1d;border-bottom:0.0625rem solid #8d5e1d;display:none; }
#FQILGPGmInyieoScFd3Sb5DQh2FWrBoc { color:rgba(var(--color-tertiary-4),1);display:block;width:6.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:20.5625rem;left:27.6875rem;height:1.7871125rem;display:block; }
#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),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; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container { background-color: transparent; background-image: none; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container > .video-iframe-container { display: none; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row > .video-iframe-container { display: none; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .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); }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container { border-width: 0; border-radius: 0; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container { font-size:0.875rem;font-family:arial;height:36.8125rem;width:60rem;position:relative;display:block; }#q3nMm9C55dTMcaJ7KOIgmEAUi1qqZU0t { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:3.53125rem;left:0rem;height:20.625rem;display:block; }
#DbTuDXkMS4h4I24dl9P3oBFfaClEpghn { color:rgba(var(--color-tertiary-0),1);display:block;width:30.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:3.53125rem;left:29.9375rem;height:20.625rem;text-align:right;text-align-last:right;display:block; }
#lpmUWG1qGRf6tJyRg9qFce8Qga4bTwG2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.25rem;width:7.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:25.4375rem;left:52.625rem; }
#XEemLZ3PN57adpmivni7nuaJnTT197S2 { position:relative;display:block; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 { background-color: transparent; background-image: none; }#XEemLZ3PN57adpmivni7nuaJnTT197S2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row .container > .video-iframe-container { display: none; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row > .video-iframe-container { display: none; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .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); }#XEemLZ3PN57adpmivni7nuaJnTT197S2 { border-width: 0; border-radius: 0; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV { position:relative;display:block; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV { background-color: transparent; background-image: none; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row .container > .video-iframe-container { display: none; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row > .video-iframe-container { display: none; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .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); }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV { border-width: 0; border-radius: 0; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EdxVPL1XycJWdIqRIc02CWLdcCmZ80r6 { position:absolute;display:block;z-index:15000;height:28.375rem;width:30.125rem;top:-0.03125rem;left:0rem;display:block; }
#zL0QGoVCUO6doQVvCAPS5wivqXqL8VRW { color:rgba(var(--color-tertiary-4),1);display:block;width:19.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:12.8125rem;left:34.4375rem;height:2.75rem;display:block; }
#UGGz9X3XchXTTDTgMMyWWln5b4hT75Ti { color:rgba(var(--color-tertiary-4),1);display:block;width:18.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:25.5625rem;left:34.4375rem;height:2.75rem;display:block; }
#Ow6ydiwp7umpsIDqSU32IxdfvMFaGGTZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:14rem;top:0rem;left:33.4375rem;overflow:hidden;display:block; }
#Rcc69eOfrCMoz9yvabJD7WAIWwJuZXhy { position:absolute;display:block;z-index:15000;height:28.375rem;width:30.125rem;top:-0.03125rem;left:0rem;display:none; }
#VkUHoEuIegldTdf92sRLNSrbUc15wkay { position:relative;display:block; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay { background-color: transparent; background-image: none; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row .container > .video-iframe-container { display: none; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row > .video-iframe-container { display: none; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .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); }#VkUHoEuIegldTdf92sRLNSrbUc15wkay { border-width: 0; border-radius: 0; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X4gelOHBlAhFMyJdTieGMXVyl2Nby4PE { box-sizing:content-box;height:0.0625rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),1);background-image:none;top:3.375rem;left:0rem;display:block; }
#NXXWCJtmmTAJVy1Aw4KcgaJHR3lbSqnM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:7.6875rem;left:0rem; }
#HVMi9HiiBmlhiRpZxhvMCP9nZmrZLAGi { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:7.8125rem;left:48.375rem;overflow:hidden;display:block; }
#QoWbHydk8lkvCUHDhndb1kmDhnf98EHl { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:2.0625rem;top:7.9375rem;left:24.25rem;overflow:hidden;display:block; }
#xb2x84Z8KXTNvdr3HHsOQTTRD3xJToTS { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.1;letter-spacing:0;top:8rem;left:2.75rem;height:1.375rem;display:block; }
#uhcZqsnM9S89TVFZxnpbxzZuBgExus5V { color:rgba(var(--color-tertiary-4),1);display:block;width:11.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:8rem;left:26.875rem;height:1.375rem;display:block; }
#NqCmfIyB6pboooWLuiZaxckFPndOBczl { color:rgba(var(--color-tertiary-4),1);display:block;width:9.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15012;line-height:1.1;letter-spacing:0;top:8rem;left:50.8125rem;height:1.375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxsLcoeyPZvTKoqSX2pqQ0XxTfOPL76I { top:10.5rem;left:0rem;width:12.5rem;height:2.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQSwE11ukyvwqyQ0S3JSqlw1NdpUcyr8 { top:13.0625rem;left:0rem;width:29.8125rem;height:5.1875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru0h9LqIuQ5EbQ4tFhQNDuRDm5ZmRKU3 { top:18.3125rem;left:0rem;width:29.3125rem;height:5.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9I3WIZFVC64lJs69DCz6z7ak775UywS { top:26.9375rem;left:0rem;width:23.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExJTbdJqVHcgq6btXauMDPfHVr7Hlaql { display:block; }
 }@media only screen and (max-width: 763px) { #PV6dABR8htTQyzDwPn9hS3AQ5fQkw7Vx { width:10.1875rem;height:5.0625rem;top:2.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q { display:block; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkRqJ24nJAMs7bFKRU9Vn0BKh3iqPxP4 { top:7.3125rem;left:0rem;width:27.6875rem;height:6.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zA0HLI9XSzvTqlBCpVv1E9WDp6LuaN7B { top:8.5rem;left:25.1875rem;width:22.5625rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpRmE4EJ21yZ7JiWBrVRRobSQGk2PqI { top:13.25rem;left:0rem;width:19.875rem;height:10rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fofm8QxcLa6g3NxrU8yTLO3KFBkaeVXv { top:14.625rem;left:31.3125rem;width:12.5rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ctp1HpFAdL0H8NSU9amerJWTyazCZUkK { top:17.5rem;left:25.5rem;width:22.25rem;height:6.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRiMw74TET9fk7HscmA9INxqF6zJxb0p { top:31.8125rem;left:0rem;width:47.75rem;height:36.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIF7WwQe8p87flZSyImiUyXmoD4h8V6y { top:35.6875rem;left:0rem;width:0.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKADUtUNTbnJI2E7cQ3nTH0pt4c9CLcD { top:35.6875rem;left:20.3125rem;width:10.3125rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBsDu0KrpdhGFRwyXU2DKg1o528XQNZe { top:35.6875rem;left:2.9375rem;width:9.5625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpeyreu5L1XKghxWp9ConUMbEWcXwJiN { top:35.6875rem;left:37.3125rem;width:9.0625rem;height:8.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqyU3ZCwyOtRNuhBAhSxySkz9DaTCSBp { top:35.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SesEcvC4fK2MdsdR98CyW9pHTEDqmilN { top:35.9375rem;left:15.0625rem;width:0.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S784P5VvS5s48EaPZktvvgJJ9czQ05gG { top:35.6875rem;left:15.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoxBTG5VXN5qV3ELsSZxrJVwGl7O8wUI { top:35.6875rem;left:32rem;width:0.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWIGgtpIuTOtRMnK2qMaddApmXJIC5co { top:35.6875rem;left:32rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwETHVeueb94QqrZEJKPnFXboLPVkCeQ { top:48.625rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIRwxoqdO6RMtJx8ULWFDmcNJKlllEq7 { top:50.6875rem;left:2.9375rem;width:8.3125rem;height:9.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DaZbF17CLzXPI1PyD4vvPGbOVPRpNZgQ { top:50.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9d7L2TQ2Q1zy3JrXCuLs6OVnpEOkShV { top:50.6875rem;left:15.0625rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAfhyvzQVb3WMwwan64Tq2TzZ23Cr8eC { top:50.6875rem;left:20.3125rem;width:8.5rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #snLqB5MUt61GTbMuO62TSIJeu2x6DbFV { display:none; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m8mLZEWWT6tzlACJzk57xcgLFoNE03AE { top:23.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08QBJlhpG8sOLSlFccWFH7wrX8udd83 { top:25.75rem;left:2.9375rem;width:8.3125rem;height:9.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHK6SoKSlihL9phlTDLDayzTiAxShQtT { top:5.125rem;left:4.25rem;width:8.5rem;height:4.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mIZu6pVze4DSnwSya7nwmKTO2IlDqqnu { top:10.75rem;left:0rem;width:0.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnZqcEhRxClsntDEnTG8X1wCzyOvGU06 { top:10.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwROHg4hzMxKwv8SiUMHVZDfgpcLQlA { top:10.75rem;left:2.9375rem;width:9.5625rem;height:7.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCMPrMrlGc6lgv91TeeKepvMZtL2ROCe { top:11rem;left:15.0625rem;width:0.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qNO5tq4LaZcUpGJBV7J73LZv6mKFDS { top:10.75rem;left:20.3125rem;width:10.3125rem;height:11.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL95aPzO1zip2eH4gGByyxs6KCT6yLd1 { top:10.75rem;left:37.3125rem;width:9.0625rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UxIOsy05L7hcSUlKPXy1oQcKVFnNUZ { top:10.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TMqyON7f489bQ1av5cPPqnHuPlf9V3Vh { top:10.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mvuk0oONQPACexB7BXTOdltru2zTuT7B { top:10.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PG74RLI9nKuV2xLiopVgT3pVZ44IhBGk { top:23.6875rem;left:0rem;width:47.75rem;height:0.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKgNXly0RXg9kI3hVA3JLGwBFlZ6Nk7N { top:10.75rem;left:0rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #IVmrX55exmAlqERHJfJHrkAa0LP874LG { display:block; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usimsRGGc6wfkG3RICOAkoUWI6opclLV { top:10.875rem;left:0rem;width:20.125rem;height:23rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLS0taxsa519KKnvAPs1rMdqr4XBq1SL { top:10.875rem;left:17.4375rem;width:14.75rem;height:19.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oyXVEq8Kc0G6voUOxZrTGCJ2pb88PAFq { top:11.25rem;left:32.75rem;width:13.9375rem;height:21.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGVKwEeAsP3lH4uk4wttmTHeir7IgwXm { top:11.3125rem;left:44.4375rem;width:3.1875rem;height:21.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwwvHreP99D47sBaIpFoMuTyy6wJB2fP { top:4rem;left:24.125rem;width:23.625rem;height:27.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTsOdN3i5KL43SkyRby17TvnCFESWJzo { top:36.125rem;left:14.5rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa { display:block; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIC5qGDADZbF70mQktVRA3FZKd0JUAPE { display:block; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8l3ClKpBFDPKd8megP7nQRddMbpkQTe { top:8.125rem;left:0rem;width:27.8125rem;height:5.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qd1TauX9NeUgIXPNISrrkGexbBG7WnGn { top:8.5rem;left:30.75rem;width:4rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIk3HEWCf8X0CmnTCT1H791A3i4G0i5I { top:8.875rem;left:29.6875rem;width:18.0625rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMDJUTaTDr8uQ8V9JB3XIi2VUpKlHxDO { top:15.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmSkGC6N5XIKcW4coCpy18E9zZdH4c3 { top:20.8125rem;left:11.0625rem;width:23.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9JBvqSh8LWuJGD7ZcpctPwk3D0oP4BE { display:block; }
 }@media only screen and (max-width: 763px) { #IC1AktM4whAPMWH31zuxRCDKKs8LskkU { display:block; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePRnmdTeWVpMsqrvTuPhqdSFccoSiz5 { top:1.75rem;left:0rem;width:26.25rem;height:22rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr3fy0iknZdSQMfDWi51HANIgdL7GXSp { display:block; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2Bgi0XSWXInLOJEFnzVEeeEOMNMVoWl { top:5.1875rem;left:0rem;width:20.0625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kThPTc7dkryGLfCnyD4KzX4tHqlJSmFM { top:9.5625rem;left:0rem;width:18.6875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gFoOSREeT25Jd1aoDvCby2WQetRqDR { top:9.25rem;left:0rem;width:18.6875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3tbWSTdcwLJzCMcS3sf9mOmQTMluAsd { top:10.875rem;left:0rem;width:15.6875rem;height:29.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgWzxM3RdpynwiJnGpyAqDnVR80Ok21O { top:9.5625rem;left:12.9375rem;width:18.6875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #f55UuXnD7NmBOoqCQ1NA1TOTyPGUTnkF { top:9.25rem;left:12.9375rem;width:18.6875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdFDFr5Ci8iKwi1dGFUy7o7sOVB8wT8v { top:10.875rem;left:15.875rem;width:15.125rem;height:26rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxWK8iliPnp4UIzELnBC3iQoRDCQSTR { top:5.1875rem;left:11.6875rem;width:20.0625rem;height:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngGrkRl1b3hwQ8A0rsMeZm4lnTTqfuNM { top:9.5625rem;left:12.9375rem;width:18.6875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDHA4dUaE6hhuKauTFg448PGNQ23HU5x { top:9.25rem;left:28.8125rem;width:18.6875rem;height:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToNBzRFJM52uoVIF6E1N0WkUuoAg7968 { top:10.875rem;left:31.75rem;width:15.6875rem;height:29.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sA0aH8fJJ27lz1kQcXSAcrG70G9ad3bW { top:2.5rem;left:11.6875rem;width:20.0625rem;height:5.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyInRkttJsgK5quXqC60GydTrbRquA5d { top:9.5625rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #d51nWfNTxexDKGEw6qRbJosCWFX3eU4Z { top:9.25rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR { display:block; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRwnyMRnIQicvl8gVGup9VPb3RAG7XQJ { top:1.5625rem;left:0rem;width:20.0625rem;height:4.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3Z6rhtLcuh7DvWq17EpQ1XskR49z7v5 { top:7.25rem;left:0rem;width:18.6875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXA7voWVN35hkS6VedEedr5dXOOdpbEg { top:6.9375rem;left:0rem;width:18.6875rem;height:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCPcLFtHSKFvl6VEunQPWB8CWpuE04Dm { top:8.5625rem;left:0rem;width:15.6875rem;height:17.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I746GCaJt2RArwIJ9C8CT15hNtTfrlnI { top:7.25rem;left:12.9375rem;width:18.6875rem;height:23.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3ilqV96KTCW7gtbTT7iTI2S2KJyqmkJ { top:6.9375rem;left:12.9375rem;width:18.6875rem;height:23.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEIxsyAQeTWN2FHQwpTlplAFURgSbZTZ { top:8.5625rem;left:15.875rem;width:14.1875rem;height:19.5rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7OSWNzqtFcfkSp1q1NZvfoiXsJtFKK { top:1.5625rem;left:11.6875rem;width:20.0625rem;height:4.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fylo6ug8FrCGgkPhg0DuZQmLWNtrVNtP { top:3.375rem;left:35.125rem;width:12.5rem;height:1.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTo8sOtXWZsT3TeD16t7GUmexfKGESZ4 { top:12.375rem;left:45.1875rem;width:2.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPSHgV6lBBouqlJENdTLXLTi4IXqPEhZ { top:12.375rem;left:32.7490234375rem;width:12.5rem;height:20.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #txWdt2ZZQOeBMMtVNRNm4Dir0tPFseoc { top:5.125rem;left:35.125rem;width:12.5rem;height:3.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwkDdN3T4ckTLtB3ZDTTnLZ9i7sSgSFU { top:7.1875rem;left:35.125rem;width:12.5rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPPt3zBxcRcXo7w34uTLklEQfRz8FcgB { top:35.9375rem;left:0rem;width:23.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnpz16VoAOhgTyspF7OtThmwa7Snn8L { display:block; }
 }@media only screen and (max-width: 763px) { #qRCwtJAghsVMC8mUrcCkKWx3TN7bMMBV { top:44.125rem;left:0rem;width:42.5625rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ9XhoCFFIC9JuzNlhMnJZVU2h50Vt7q { top:2.5rem;left:11.6875rem;width:20.0625rem;height:5.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SCGnI1uvrNbrltEwW5oqT2d6ChclcPFl { top:10.875rem;left:31.75rem;width:15.6875rem;height:29.25rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZvstLFccerfLLGMBFAbxvAgfufpgTRIc { top:9.25rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZazW9qQN4WnxpIK6AmLIkshGhT0RWTny { top:9.5625rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdV33EAZfcvM0X0lA9tIxNa2dbORn7vb { top:9.5625rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCpdBBDLbZeo8X5giaygbznAMugIqCwI { top:9.25rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #dfyzcqootXVh8dNHGqkc8Rbr85fpMIbd { top:9.25rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #usOZ1dD09wksr8NUnGk4VpO6emyPeLxz { top:9.5625rem;left:0rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA { display:block; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgezyqX2ShKWh13wausLrPEJvT8guAVO { top:8.75rem;left:9.93701171875rem;width:27.8125rem;height:7.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKFyT3nRPLnMPDvAtPnF2G6BnN66PiHk { top:0.9375rem;left:6.9375rem;width:33.875rem;height:5.5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSslvCrgcebHMPCRBMFsFczTWFlTWSII { display:none; }
 }@media only screen and (max-width: 763px) { #xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ { display:block; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tnbJzDxIzrlIQ0GWKBcXynfhpqCkPqyT { top:5.375rem;left:0.125rem;width:24.25rem;height:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pNX1CFoMsr1tPxXDnBbZ3dIxx6M4vwPe { top:5.375rem;left:0rem;width:4.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZccfAFr3yWIrBIG5HqVRXt5ECyrzvPJW { top:19.5625rem;left:0rem;width:30rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW95HysHAqMiUOLOXVcTPrtZaNabcnTl { top:23.125rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXz8TNobDiIFhqDIzr4wff3vI4agTZK1 { top:23.125rem;left:0.8125rem;width:23rem;height:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o { display:block; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTrXUUStOR2JG21zVPSIhtJarV4DcgcG { top:5.375rem;left:0.125rem;width:23.75rem;height:10.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuWxlltDOvP2AFV1ake05Xpfy5t5Ecoa { top:5.375rem;left:0rem;width:4.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asJ1IlHq6pFXLecgvMHTfBsUh9n8TgHl { top:19.5625rem;left:0rem;width:30rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBaCLMC0t3al9Pi7PGhnspkdQ755eOHd { top:23.125rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWyhF0TdE6HF16DWBHtvg7ZW5syddik1 { top:23.125rem;left:0.8125rem;width:23rem;height:12.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL { display:none; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F { display:block; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #STI8aQn8ONHQJGOVhhn66pzTmmEitNir { top:20.25rem;left:0.875rem;width:23rem;height:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLZWZzqZ1QhGoJm7oxc8qsQhi69P1HSe { top:15.9375rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4g9KSmqzPGAGa03u8mM7h38TMdyyWIQ { top:3.625rem;left:0.625rem;width:23.25rem;height:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT27Sf8wFDC8CczMaVnTpo0ZrxVuWIyn { top:19.5rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEMOQGeSSUOGmpD6yXf6wR8o6IKb0CN5 { top:3.625rem;left:0rem;width:4.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZpzOXOLM7HcyzCMhT7hyXMBk8pBmv9S { top:35.25rem;left:0.875rem;width:23rem;height:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6TWNvaz3rQeEELJXiMCbGmAWtZrlNXV { top:34.625rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5nQcmFfikvHZkUFmEhQUktKhbltzMR { top:31.6875rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 { display:block; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wsh07bZsiC7fAqsixk4fTzOS2OX1BksE { top:20.25rem;left:0.875rem;width:23rem;height:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0mKQeEgETKk0ECMfCpHfeOKa4Tu8Zmc { top:15.9375rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38G5dGIu5rXVI7NuTxyOHLy1EXkLSGT { top:3.625rem;left:0.625rem;width:23.25rem;height:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEvJ5HONxIvI8NwccOsXUHvKZt6prIvS { top:19.5rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gksAi0tw0GZ9dTBrnlkInEE7qiS5H0i0 { top:3.625rem;left:0rem;width:4.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbz4OodxdDq9zZxGf3LSaLww2X4xSNRk { top:35.25rem;left:0.875rem;width:23rem;height:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2XGbJMlXOs3OBkmSTt58FbbT1Od35Ms { top:34.625rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tt9T7oTFOo4Hr5bBgTLu6HVNq29IVHKK { top:31.6875rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J { display:none; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 { display:block; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Aoh8pEuiutJGra5nTr8ag0TIrIL9Wo9K { top:20.875rem;left:0.875rem;width:23rem;height:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GFbafMsGMJyLO8h3hXQUCVgyDJGQETFC { top:17.3125rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFes7dwD24hXsQ8FI3R5lNiqVVfS5Rn { top:3.125rem;left:0.125rem;width:20.625rem;height:10.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgDdC52e6oDIE397yfKHffCshGCOk43 { top:20.875rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HBfNymqrEta0J5T2LhURoftd4SLCeCcS { top:3.125rem;left:0rem;width:4.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 { display:block; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8lZWNf7ETMxMM4qFLSNecu0xRqicCS1 { top:20.875rem;left:0.875rem;width:23rem;height:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8fIz5WDZlxW8vBwk4QZDy9tvUFV2HhT { top:17.3125rem;left:0rem;width:30rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPl649OFxCy4EXCXACemwcksFyw9y7sT { top:3.125rem;left:0.125rem;width:23.75rem;height:9.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iA6p3SShpURmTv6eBBT3T14QQTRkWd4l { top:20.875rem;left:0rem;width:5.1875rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEQlut959fl8ebfmpdIaqyccps6BLGsy { top:3.125rem;left:0rem;width:4.8125rem;height:5.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ { display:none; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD { display:block; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFay8tdhiqdp72AV7weHXSHd4s3133qd { top:1.5625rem;left:0rem;width:30.0625rem;height:22rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMUSpOvL2dw7dgNKeZ3uviyQq1gyCafQ { top:5.5rem;left:0rem;width:47.75rem;height:54.6140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxRAd8K7NhPSgGswVAyVTPnEcgPMRp3I { top:27.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurGDhgA5qhdN9FqRFwhADTGqXhygDx7 { top:38.3125rem;left:14.87451171875rem;width:8.4375rem;height:4.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ8sZkHXphDA9t8PoKBra27ceF0INSo6 { top:27.125rem;left:0rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ1WKtHW6MLocCrekC9hG5TJawH7ulq0 { top:39.9375rem;left:23.999145507812rem;width:8.8125rem;height:3.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ji4kXaipaMNLmytCRELSSDo1StCdumCl { top:47.5rem;left:0rem;width:24.1875rem;height:16.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlyyxvdreaTyUg1AvVDugvsTJCZdE5w2 { top:47.5rem;left:23.625rem;width:24.125rem;height:8.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 { display:block; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHNQ5V3lJzDlDQrJ561EUgQGQ8Pu7B9h { top:8.25rem;left:0rem;width:27.25rem;height:22rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxhVEuw6FZXmatr7TkThz5c6kE0GM0HP { top:7.375rem;left:17.125rem;width:30.625rem;height:27.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEtDRxNT9JNVhgP9N7qrEtUD3gw126sA { top:38.375rem;left:12rem;width:23.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiL6CuMlBE7MKIv5pDMgU7hFb6myQfWg { display:block; }
 }@media only screen and (max-width: 763px) { #IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT { display:block; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NduRT12i4L5i9BVRVogHHTsFEKbh04SP { display:block; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5TrTZT4Wbp7QsI3AOZ8y19in1Sd2uhv { top:2.5rem;left:0rem;width:35.4375rem;height:11rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVTSNFLwdTUSdR4lKhOTUAd3I8ahDXXK { top:16.4375rem;left:0rem;width:17.75rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #afyoT94xOW9VQdxCXiz2fmHPHWpGInth { top:16.4375rem;left:12.625rem;width:19.875rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCH62o6GmpiHPxytIJTU0V5Oi5dOCIHc { top:16.4375rem;left:27.4375rem;width:20.1875rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qbNsfNZRgqQEQ6gFPgSlfBy0NiBuT1 { top:35rem;left:12.625rem;width:19.9375rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVyX1zfuJzfTv9reTXI2ZrK5RpoPDaS4 { top:35rem;left:0rem;width:17.75rem;height:22.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kydMRgT9ZGRazBEsIPhougLLgfXycg2T { top:36.875rem;left:27.5rem;width:20.125rem;height:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyX9dHl0ylqTaTOPFHVTMTqQlTc85Ah { top:54.5625rem;left:27.625rem;width:20rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMfx2Rue84SuQo3OZK37EeMq271WxEqM { top:58.5625rem;left:0rem;width:38.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGbw06ppsW3QT4bOWIm24fXuyQzQwXfl { top:18.3125rem;left:0rem;width:15rem;height:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7HhSLL8vtTQ9hWKZwTZd9C4BuB60Bdq { top:18.125rem;left:14.350463867188rem;width:17.5rem;height:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sv4V6gN1egCHtFQRSMkbpNr1wWRqDwXa { top:18.0625rem;left:29.8125rem;width:17.9375rem;height:16.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyEe1K7enkXxc0QJZV0triNd4iHpCKx2 { top:37.0625rem;left:0rem;width:15rem;height:19.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ1N1V1l9JCUNawgiTx4GIXCktfGXG0S { top:37.0625rem;left:14.350463867188rem;width:17.5rem;height:17.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMZgDhAxxLpx9GtztX39mgRVeT6CBFh { top:38.1875rem;left:29.625rem;width:18.125rem;height:14.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuJOoy4p5sTRRTrKAwclgrEAtqfK9aJ { top:60.25rem;left:0rem;width:36.375rem;height:7.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWQeA448K96uUkl0Tc0nQn3NrFiLkDRd { top:56.0625rem;left:29.625rem;width:18.125rem;height:12.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH { display:block; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmlycBgHvpABGVMF9hVCq285siULBSsv { top:2.3125rem;left:0rem;width:35.4375rem;height:11rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU { display:flex;height:auto;width:45.25rem;top:16.625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #yCfwf0AmTANFktkbxzksRJLTZqyqxU42 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HNLUczK5RINftxRQqGzzqMfDrCnkmDL0 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #p76ElJhxX09DMa6GDDGmESdVtcSE1c1a {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #J4SHpgqEpKdZAXIw7iu1QFWFiZC6Vqq3 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #efMFimfZFf7anEglM90aqHbHybL67o8s {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #wXlqxZvF8ce1oTxXcTx9daB2BsgTBMop {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #xbihNPozFXBwSlIXx1qQgKSCOk6MPaUO {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HyLuHHw3S5CGGVXxaaK1U5sKAU2xTUli {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #IPyU8rbpvV70n5moTFzfNDDEzAg3yWcy {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #dVgGdpwOQaa4TXMM1k5oby8vrWZ0Dx5S {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #VHRVICHPPpsZGxrTlcTR2Ht7LibU82Df {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #lukfGdzmN5I82DM0qxc5qu2bv4VINCBo {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #gyn8WX1QBlhVUDuyNQ39U59kDtDqzwfM {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tkHi5qTUdrWd8h0Jrfhv7vuAFxLoCC4g {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #T3LXIvyh2Vu58qgTh5hyaThrAgrCJqIk {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #LpiT3LtgtUv0GRqmrO82ddArGESfoNQN {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HNTlRn5mQhezvlCMu5H9VP934mwaOuxW {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #fQgEJl3vtF1TCuVgDzyLcKsnhH44ntX0 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #SaXvC11o6WpSP5KRnAhrcguJSSWIgPKK {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #ssgK5nIbkNiQiVRqFFWpy0qeQN2JXyPW {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tUzbzvhtQL5ryC9IbbHWhiLHTW90l0i5 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #bel9ATGEMf5K8nPU8ckimaI3VOeTipWu {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #IneArp59V6CoIG5qEv8lMy5hiGVtXXLf {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #SNCAU7hGIWtFG9GwHsrtTLQCfh1wkzxk {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #F14f2TAPtg0PWVS5ZaWL87rfgmVrKtgc {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #mZBAITlEgUR3JeEaKQdWyZimH0PnU0ld {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #U484hlqp3SLbTXsMTOkwmIDG2knvCXCm {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #I1PnObXJk79niiXnHAWdgH3Jhry2O4Th {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #fiSiL9ohPCwQTKuiaOaevV9LbdH2mRpT {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #ld7FMh9ObPSTwoB9IRewsNtTETb7Qs9Z {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tP4UT0A7EG3WNxsOvXLdKIL7q85bSox4 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #GLRHOz42eIiqkXaiBiQPDD7CcOTMmGqR {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #qoZPq8EGamJxc06TQhimpmKT6sF0SOEu {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #RWuPrTa9TPLWavaSWT6AyF7S8L3pU3LS {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HZ4ORTM269VmkLic3zMFIg1WevKJdt33 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #yaLPnACnF8uqlSDdXIinv0RHWENHnKVX {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #JGu8Sip8ahxL2NCz2TFndBUfErP3R5Uh {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #cOWeiH4wTF1HIXuHp3pz3EPxFpCqZBD1 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #BN9Vmi5aHkrolQb9Rg0cJaLv3eXnCTg2 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #XO98AOg2Re7TKKE9ONcBOuOMqolz1e8X {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #s32eboUAugEu2cTTHTLTsIyOpvfloypl {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #Ch7tb4KL8tl26te34uu4OGH6mmprKBf7 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #qDWUxWfqAtuPQqKLtqSrRUrWcXxn0UKf {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #glWd8ziPD3yQo9B56PJtHCHMrLrFbQvv {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #VwOgovEg7O9UinesWMlW1Ffv6fCpBXAP {  }
 }@media only screen and (max-width: 763px) { #rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT { display:block; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDEmK4o5XafpBce2AkV5lhXzFt7taXV5 { top:5.4375rem;left:29rem;width:18.75rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNT3GxoVAb2fOsDMF2WXX20LbnRWrpk { top:3.3125rem;left:0rem;width:47.375rem;height:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVMJ8EQgCCfS4NFcdF1WofuqtlNWTUt6 { top:3rem;left:0rem;width:47.375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXgrUISaBTWXlGlncSTKgydgdzpqooqf { top:5.4375rem;left:2.875rem;width:35.4375rem;height:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KImZqHRzcDqUxhbxmZs6f3xSMKDDiZLw { top:20.5625rem;left:2.875rem;width:3.3125rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEXAIfHLdVMrKADm1ibagHgFeTBHzcJ { top:19.625rem;left:6.1875rem;width:16.0625rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTDTTBzmIGserHc1ZX11AmSIivBWWai { top:23.125rem;left:2.875rem;width:25.4375rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4x0RnTFAd9nkzxubwsdVKkKDWG7o4wR { top:18.0625rem;left:2.875rem;width:25.4375rem;height:1.125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVotkOu58UgAxocIZ1y3r66m4dmwoJVT { top:13.4375rem;left:2.875rem;width:25.4375rem;height:2.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhLU9IhGpBx4l7DzakmNwfG59ml2bVli { top:26.9375rem;left:2.875rem;width:23.75rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3TECafWbrVCKAgQVzcLuQXfpRQu3TNE { display:block; }
 }@media only screen and (max-width: 763px) { #CnskAPJvFQLBUmnubO1SRzoT67fHobCq { top:3.4375rem;left:25.8125rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #quvynRPnNFnW8Xp1fKpAELRstz2f14DS { top:3.4375rem;left:25.5rem;width:18.6875rem;height:34rem;display:none; }
 }@media only screen and (max-width: 763px) { #FQILGPGmInyieoScFd3Sb5DQh2FWrBoc { top:20.5625rem;left:21.5625rem;width:6.25rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhIH1PbWoypq0I7PG7OPuslQBzVe00T { display:block; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3nMm9C55dTMcaJ7KOIgmEAUi1qqZU0t { top:3.5rem;left:0rem;width:30.0625rem;height:20.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbTuDXkMS4h4I24dl9P3oBFfaClEpghn { top:3.5rem;left:0rem;width:30.0625rem;height:20.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpmUWG1qGRf6tJyRg9qFce8Qga4bTwG2 { top:25.4375rem;left:39.8125rem;width:7.25rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XEemLZ3PN57adpmivni7nuaJnTT197S2 { display:block; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV { display:block; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdxVPL1XycJWdIqRIc02CWLdcCmZ80r6 { top:0rem;left:0rem;width:30.125rem;height:28.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL0QGoVCUO6doQVvCAPS5wivqXqL8VRW { top:12.8125rem;left:25.25rem;width:19.3125rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UGGz9X3XchXTTDTgMMyWWln5b4hT75Ti { top:25.5625rem;left:25.25rem;width:18.8125rem;height:2.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ow6ydiwp7umpsIDqSU32IxdfvMFaGGTZ { top:0rem;left:24.25rem;width:14rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcc69eOfrCMoz9yvabJD7WAIWwJuZXhy { top:0rem;left:0rem;width:30.125rem;height:28.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #VkUHoEuIegldTdf92sRLNSrbUc15wkay { display:block; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4gelOHBlAhFMyJdTieGMXVyl2Nby4PE { top:3.375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXXWCJtmmTAJVy1Aw4KcgaJHR3lbSqnM { top:7.6875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVMi9HiiBmlhiRpZxhvMCP9nZmrZLAGi { top:7.8125rem;left:42.25rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoWbHydk8lkvCUHDhndb1kmDhnf98EHl { top:7.9375rem;left:18.125rem;width:2.0625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2x84Z8KXTNvdr3HHsOQTTRD3xJToTS { top:8rem;left:0rem;width:11.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhcZqsnM9S89TVFZxnpbxzZuBgExus5V { top:8rem;left:20.75rem;width:11.0625rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqCmfIyB6pboooWLuiZaxckFPndOBczl { top:8rem;left:38.5625rem;width:9.1875rem;height:1.375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8be87ed4-831b-4f81-af15-733e729041cf/OCCLANDINGPAGEBANNERPRINCIPALMOBILE360x280.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(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 { width:20rem;height:15.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kxsLcoeyPZvTKoqSX2pqQ0XxTfOPL76I { width:12.5rem;height:0.9746125rem;top:5.75rem;left:0rem;font-size:0.75rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZQSwE11ukyvwqyQ0S3JSqlw1NdpUcyr8 { width:12.5rem;height:1.7871125rem;top:7.0625rem;left:0rem;font-size:0.8125rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ru0h9LqIuQ5EbQ4tFhQNDuRDm5ZmRKU3 { width:12.5rem;height:1.949225rem;top:9.0625rem;left:0rem;font-size:0.75rem;color:#ffffff;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W9I3WIZFVC64lJs69DCz6z7ak775UywS { top:12.111328125rem;left:0rem;width:13.875rem;height:2.5625rem;text-align:center;text-align-last:center;font-size:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExJTbdJqVHcgq6btXauMDPfHVr7Hlaql { display:block; }
 }@media only screen and (max-width: 763px) { #PV6dABR8htTQyzDwPn9hS3AQ5fQkw7Vx { top:1.0625rem;left:0rem;width:5.0625rem;height:2.5rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q { position:relative;z-index:auto;display:block; }#QZBHMrJaLgk49BhOX32fCSwZRMz8c71Q > .row .container { width:20rem;height:16.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkRqJ24nJAMs7bFKRU9Vn0BKh3iqPxP4 { width:10.3125rem;height:2.11230625rem;top:5.375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zA0HLI9XSzvTqlBCpVv1E9WDp6LuaN7B { width:9.5rem;height:3.8984375rem;top:2.5625rem;left:10.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #azpRmE4EJ21yZ7JiWBrVRRobSQGk2PqI { width:5.5rem;height:3.25rem;top:7.4375rem;left:0rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fofm8QxcLa6g3NxrU8yTLO3KFBkaeVXv { width:2.9375rem;height:1.13720625rem;top:7.4375rem;left:10.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ctp1HpFAdL0H8NSU9amerJWTyazCZUkK { width:9.625rem;height:4.87305rem;top:9.625rem;left:10.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FRiMw74TET9fk7HscmA9INxqF6zJxb0p { width:20rem;height:36.8125rem;top:22.7705125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mIF7WwQe8p87flZSyImiUyXmoD4h8V6y { width:0.0625rem;height:29.0625rem;top:26.6455125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKADUtUNTbnJI2E7cQ3nTH0pt4c9CLcD { width:10.3125rem;height:11.9970625rem;top:26.6455125rem;left:9.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KBsDu0KrpdhGFRwyXU2DKg1o528XQNZe { width:12.5rem;height:7.1982375rem;top:26.6455125rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #lpeyreu5L1XKghxWp9ConUMbEWcXwJiN { width:12.5rem;height:5.9985375rem;top:26.6455125rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #dqyU3ZCwyOtRNuhBAhSxySkz9DaTCSBp { width:2.8125rem;height:2.8125rem;top:26.6455125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SesEcvC4fK2MdsdR98CyW9pHTEDqmilN { width:0.0625rem;height:29.0625rem;top:26.8955125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S784P5VvS5s48EaPZktvvgJJ9czQ05gG { width:2.8125rem;height:2.8125rem;top:26.6455125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zoxBTG5VXN5qV3ELsSZxrJVwGl7O8wUI { width:0.0625rem;height:29.0625rem;top:26.6455125rem;left:19.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #sWIGgtpIuTOtRMnK2qMaddApmXJIC5co { width:2.8125rem;height:2.8125rem;top:26.6455125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwETHVeueb94QqrZEJKPnFXboLPVkCeQ { width:20rem;height:0.0625rem;top:39.5830125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TIRwxoqdO6RMtJx8ULWFDmcNJKlllEq7 { width:12.5rem;height:8.3979375rem;top:41.6455125rem;left:7.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #DaZbF17CLzXPI1PyD4vvPGbOVPRpNZgQ { width:2.8125rem;height:2.8125rem;top:41.6455125rem;left:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9d7L2TQ2Q1zy3JrXCuLs6OVnpEOkShV { width:2.8125rem;height:2.8125rem;top:41.6455125rem;left:17.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAfhyvzQVb3WMwwan64Tq2TzZ23Cr8eC { width:10.75rem;height:5.9985375rem;top:41.6455125rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #snLqB5MUt61GTbMuO62TSIJeu2x6DbFV { background-color:#ecd96a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container { background-color: transparent; background-image: none; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container > .video-iframe-container { display: none; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row > .video-iframe-container { display: none; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .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); }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container { border-width: 0; border-radius: 0; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#snLqB5MUt61GTbMuO62TSIJeu2x6DbFV > .row .container { width:20rem;height:35.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m8mLZEWWT6tzlACJzk57xcgLFoNE03AE { width:20rem;height:0.0625rem;top:9.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J08QBJlhpG8sOLSlFccWFH7wrX8udd83 { width:7rem;height:7.1953125rem;top:10.875rem;left:2.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mHK6SoKSlihL9phlTDLDayzTiAxShQtT { width:6.5rem;height:5.3964875rem;top:22.1875rem;left:2.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mIZu6pVze4DSnwSya7nwmKTO2IlDqqnu { width:0.0625rem;height:29.0625rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnZqcEhRxClsntDEnTG8X1wCzyOvGU06 { width:1.9375rem;height:1.9375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXwROHg4hzMxKwv8SiUMHVZDfgpcLQlA { width:6.875rem;height:5.39648125rem;top:2.25rem;left:2.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vCMPrMrlGc6lgv91TeeKepvMZtL2ROCe { width:0.0625rem;height:29.0625rem;top:2.25rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5qNO5tq4LaZcUpGJBV7J73LZv6mKFDS { width:6.8125rem;height:8.99413125rem;top:10.875rem;left:13.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zL95aPzO1zip2eH4gGByyxs6KCT6yLd1 { width:6.8125rem;height:6.295875rem;top:2.25rem;left:13.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z5UxIOsy05L7hcSUlKPXy1oQcKVFnNUZ { width:1.9375rem;height:1.9375rem;top:10.875rem;left:0rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TMqyON7f489bQ1av5cPPqnHuPlf9V3Vh { width:1.9375rem;height:1.9375rem;top:2.25rem;left:10.375rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mvuk0oONQPACexB7BXTOdltru2zTuT7B { width:1.9375rem;height:1.9375rem;top:10.875rem;left:10.375rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #PG74RLI9nKuV2xLiopVgT3pVZ44IhBGk { width:20rem;height:0.0625rem;top:21rem;left:0rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #TKgNXly0RXg9kI3hVA3JLGwBFlZ6Nk7N { width:1.9375rem;height:1.9375rem;top:22.1875rem;left:0rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #IVmrX55exmAlqERHJfJHrkAa0LP874LG { background-color:#e99f24;background-image:none;display:block; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container { background-color: transparent; background-image: none; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container > .video-iframe-container { display: none; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row > .video-iframe-container { display: none; }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .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); }#IVmrX55exmAlqERHJfJHrkAa0LP874LG > .row .container { width:20rem;height:16.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #usimsRGGc6wfkG3RICOAkoUWI6opclLV { width:9.9375rem;height:6.875rem;top:3.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TLS0taxsa519KKnvAPs1rMdqr4XBq1SL { width:5.375rem;height:7.14844375rem;top:3.9375rem;left:7.6875rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oyXVEq8Kc0G6voUOxZrTGCJ2pb88PAFq { width:4.6875rem;height:7.6972875rem;top:3.9375rem;left:13.5rem;font-size:1rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #uGVKwEeAsP3lH4uk4wttmTHeir7IgwXm { width:0.8125rem;height:7.5625rem;top:3.9375rem;left:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwwvHreP99D47sBaIpFoMuTyy6wJB2fP { width:10.375rem;height:11.9375rem;top:2.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTsOdN3i5KL43SkyRby17TvnCFESWJzo { width:11.0625rem;height:11.0625rem;top:25.3125rem;left:5.65625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e99f24;background-image:url("https://images.assets-landingi.com/uc/f8818bf0-d398-434e-8cb4-407146578611/SELOCURSOFAIXAAMARELA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa.adaptive-delivery-prevent-bg, #fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa.lazyload, #fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa.lazyloading { background-image: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { background-color: transparent; background-image: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container > .video-iframe-container { display: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row > .video-iframe-container { display: none; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .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); }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { border-width: 0; border-radius: 0; }#fTM0DfgST6yGZQ65dRTwVuzznyrPTgqa > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wIC5qGDADZbF70mQktVRA3FZKd0JUAPE { display:block; }#wIC5qGDADZbF70mQktVRA3FZKd0JUAPE > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8l3ClKpBFDPKd8megP7nQRddMbpkQTe { width:9.875rem;height:1.6494125rem;top:1.2490234375rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qd1TauX9NeUgIXPNISrrkGexbBG7WnGn { width:1.375rem;height:1.625rem;top:1.26171875rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIk3HEWCf8X0CmnTCT1H791A3i4G0i5I { width:8rem;height:1.6494125rem;top:1.24951171875rem;left:12rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uMDJUTaTDr8uQ8V9JB3XIi2VUpKlHxDO { width:20rem;height:0.0625rem;top:3.66064453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCmSkGC6N5XIKcW4coCpy18E9zZdH4c3 { top:6.84814453125rem;left:0.5rem;width:19rem;height:2.75rem;text-align:center;text-align-last:center;font-size:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9JBvqSh8LWuJGD7ZcpctPwk3D0oP4BE { display:block; }
 }@media only screen and (max-width: 763px) { #IC1AktM4whAPMWH31zuxRCDKKs8LskkU { display:block; }#IC1AktM4whAPMWH31zuxRCDKKs8LskkU > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hePRnmdTeWVpMsqrvTuPhqdSFccoSiz5 { width:20rem;height:7.14845rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xr3fy0iknZdSQMfDWi51HANIgdL7GXSp { display:block; }#xr3fy0iknZdSQMfDWi51HANIgdL7GXSp > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I2Bgi0XSWXInLOJEFnzVEeeEOMNMVoWl { width:7.75rem;height:1.625rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kThPTc7dkryGLfCnyD4KzX4tHqlJSmFM { width:9.375rem;height:19.6875rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2gFoOSREeT25Jd1aoDvCby2WQetRqDR { width:9.375rem;height:19.6875rem;top:3.6875rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E3tbWSTdcwLJzCMcS3sf9mOmQTMluAsd { width:8.25rem;height:16.0839875rem;top:4.5rem;left:0.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WgWzxM3RdpynwiJnGpyAqDnVR80Ok21O { width:18.6875rem;height:34rem;top:86.75rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f55UuXnD7NmBOoqCQ1NA1TOTyPGUTnkF { width:18.6875rem;height:34rem;top:122.125rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdFDFr5Ci8iKwi1dGFUy7o7sOVB8wT8v { width:8.25rem;height:14.2968875rem;top:4.5rem;left:11.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxWK8iliPnp4UIzELnBC3iQoRDCQSTR { width:7.5rem;height:1.625rem;top:1.25rem;left:10.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ngGrkRl1b3hwQ8A0rsMeZm4lnTTqfuNM { width:18.6875rem;height:34rem;top:157.5rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GDHA4dUaE6hhuKauTFg448PGNQ23HU5x { width:18.6875rem;height:34rem;top:192.875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ToNBzRFJM52uoVIF6E1N0WkUuoAg7968 { width:15.6875rem;height:0;top:38.1875rem;left:2.1875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #sA0aH8fJJ27lz1kQcXSAcrG70G9ad3bW { width:20rem;height:0;top:28.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gyInRkttJsgK5quXqC60GydTrbRquA5d { width:9.375rem;height:19.6875rem;top:3.875rem;left:10.3125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #d51nWfNTxexDKGEw6qRbJosCWFX3eU4Z { width:9.375rem;height:19.6875rem;top:3.6875rem;left:10.5rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR { display:block; }#AQIfvvGztvMLzq4Li0BKtTCepBu6GJOR > .row .container { width:20rem;height:51.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NRwnyMRnIQicvl8gVGup9VPb3RAG7XQJ { width:9.375rem;height:2.2675875rem;top:0rem;left:10.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L3Z6rhtLcuh7DvWq17EpQ1XskR49z7v5 { width:18.6875rem;height:23.1875rem;top:6.625rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WXA7voWVN35hkS6VedEedr5dXOOdpbEg { width:18.6875rem;height:23.125rem;top:31.1875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tCPcLFtHSKFvl6VEunQPWB8CWpuE04Dm { width:8.25rem;height:10.72265625rem;top:4.83447265625rem;left:11.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I746GCaJt2RArwIJ9C8CT15hNtTfrlnI { width:18.6875rem;height:23.25rem;top:88.25rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #W3ilqV96KTCW7gtbTT7iTI2S2KJyqmkJ { width:18.6875rem;height:23.1875rem;top:112.875rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aEIxsyAQeTWN2FHQwpTlplAFURgSbZTZ { width:7.625rem;height:10.72265625rem;top:30.5rem;left:0.8125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wz7OSWNzqtFcfkSp1q1NZvfoiXsJtFKK { width:8.8125rem;height:3.296875rem;top:25.75rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fylo6ug8FrCGgkPhg0DuZQmLWNtrVNtP { width:7.75rem;height:1.0625rem;top:26.25rem;left:11.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTo8sOtXWZsT3TeD16t7GUmexfKGESZ4 { width:0.6875rem;height:13.3125rem;top:32.0625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPSHgV6lBBouqlJENdTLXLTi4IXqPEhZ { width:12.5rem;height:13.40334375rem;top:32.13818359375rem;left:5.5625rem;font-size:0.6875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #txWdt2ZZQOeBMMtVNRNm4Dir0tPFseoc { width:8.4375rem;height:3.125rem;top:27.375rem;left:11.5625rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JwkDdN3T4ckTLtB3ZDTTnLZ9i7sSgSFU { width:8.3125rem;height:2.3369125rem;top:29.0625rem;left:11.5625rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GPPt3zBxcRcXo7w34uTLklEQfRz8FcgB { top:47.25rem;left:0.5rem;width:19rem;height:2.5rem;text-align:center;text-align-last:center;font-size:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWnpz16VoAOhgTyspF7OtThmwa7Snn8L { display:block; }
 }@media only screen and (max-width: 763px) { #qRCwtJAghsVMC8mUrcCkKWx3TN7bMMBV { width:20rem;height:19.875rem;top:196rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TQ9XhoCFFIC9JuzNlhMnJZVU2h50Vt7q { width:9.375rem;height:3.296875rem;top:0rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #SCGnI1uvrNbrltEwW5oqT2d6ChclcPFl { width:8.25rem;height:16.97754375rem;top:4.89697265625rem;left:0.875rem;font-size:0.6875rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ZvstLFccerfLLGMBFAbxvAgfufpgTRIc { width:9.375rem;height:19.6875rem;top:4rem;left:10.5rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #ZazW9qQN4WnxpIK6AmLIkshGhT0RWTny { width:9.375rem;height:19.6875rem;top:4.1875rem;left:10.3125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #pdV33EAZfcvM0X0lA9tIxNa2dbORn7vb { width:9.375rem;height:19.6875rem;top:4.25rem;left:0rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TCpdBBDLbZeo8X5giaygbznAMugIqCwI { width:9.375rem;height:19.6875rem;top:4.0625rem;left:0.1875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #dfyzcqootXVh8dNHGqkc8Rbr85fpMIbd { width:9.375rem;height:13.75rem;top:29.4375rem;left:0.1875rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #usOZ1dD09wksr8NUnGk4VpO6emyPeLxz { width:9.375rem;height:13.75rem;top:29.625rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/196abb69-8c6b-4cbf-9604-4f69f4cc13d7/BACKGROUNDDAILUSAODIFERENCIAIS1000x525px.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA.adaptive-delivery-prevent-bg, #yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA.lazyload, #yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA.lazyloading { background-image: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container { background-color: transparent; background-image: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container > .video-iframe-container { display: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row > .video-iframe-container { display: none; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .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); }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container { border-width: 0; border-radius: 0; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yJLSMHXrJxqtT3LzSSnWAVp1hXNxT0RA > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AgezyqX2ShKWh13wausLrPEJvT8guAVO { width:17.4375rem;height:5.09765625rem;top:7.6875rem;left:1.28125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QKFyT3nRPLnMPDvAtPnF2G6BnN66PiHk { width:20rem;height:1.7871125rem;top:4.3125rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uSslvCrgcebHMPCRBMFsFczTWFlTWSII { top:2.0625rem;left:0rem;width:20rem;height:14rem;z-index:15000;background-color:#cc8728;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ { display:none; }#xgt24eSB9mTcqdmb4fZKzfdiXxZ9rPxJ > .row .container { width:20rem;height:20.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tnbJzDxIzrlIQ0GWKBcXynfhpqCkPqyT { width:17.25rem;height:6.822275rem;top:0.375rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pNX1CFoMsr1tPxXDnBbZ3dIxx6M4vwPe { width:4.8125rem;height:2.4375rem;top:0.0625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZccfAFr3yWIrBIG5HqVRXt5ECyrzvPJW { width:20rem;height:0.0625rem;top:9.07177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eW95HysHAqMiUOLOXVcTPrtZaNabcnTl { width:2.75rem;height:2.4375rem;top:11.07177734375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UXz8TNobDiIFhqDIzr4wff3vI4agTZK1 { width:17.25rem;height:6.82226875rem;top:11.25927734375rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o { background-color:#ecd96a;background-image:none;display:block; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container { background-color: transparent; background-image: none; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container > .video-iframe-container { display: none; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row > .video-iframe-container { display: none; }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .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); }#cZxOJOh52SGKXiyzOuyZ55OGDiieIQ0o > .row .container { width:20rem;height:22.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iTrXUUStOR2JG21zVPSIhtJarV4DcgcG { width:17.25rem;height:6.822275rem;top:2.0625rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fuWxlltDOvP2AFV1ake05Xpfy5t5Ecoa { width:4.8125rem;height:2.4375rem;top:1.75rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #asJ1IlHq6pFXLecgvMHTfBsUh9n8TgHl { width:20rem;height:0.0625rem;top:10.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBaCLMC0t3al9Pi7PGhnspkdQ755eOHd { width:2.75rem;height:2.4375rem;top:12.8125rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EWyhF0TdE6HF16DWBHtvg7ZW5syddik1 { width:17.25rem;height:6.82226875rem;top:13rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/78ced744-3f83-4e2e-974c-91dd52650b59/IMG20250423WA0073.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL.adaptive-delivery-prevent-bg, #hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL.lazyload, #hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL.lazyloading { background-image: none; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container { background-color: transparent; background-image: none; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container > .video-iframe-container { display: none; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row > .video-iframe-container { display: none; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .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); }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container { border-width: 0; border-radius: 0; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hM2LLQJuMCFTm2fp5KpphdmP4x7UcntL > .row .container { width:20rem;height:10.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F { display:none; }#VqKMFz1Ok4snmkAzFlHqTXQPTG0Tzd3F > .row .container { width:20rem;height:25.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #STI8aQn8ONHQJGOVhhn66pzTmmEitNir { width:17.25rem;height:3.8984375rem;top:10.875rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oLZWZzqZ1QhGoJm7oxc8qsQhi69P1HSe { width:20rem;height:0.0625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4g9KSmqzPGAGa03u8mM7h38TMdyyWIQ { width:17.25rem;height:4.87305rem;top:1.8125rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WT27Sf8wFDC8CczMaVnTpo0ZrxVuWIyn { width:2.875rem;height:2.4375rem;top:10.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GEMOQGeSSUOGmpD6yXf6wR8o6IKb0CN5 { width:1.6875rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PZpzOXOLM7HcyzCMhT7hyXMBk8pBmv9S { width:17.25rem;height:3.8984375rem;top:19.4375rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #O6TWNvaz3rQeEELJXiMCbGmAWtZrlNXV { width:2.625rem;height:2.4375rem;top:19.0625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hi5nQcmFfikvHZkUFmEhQUktKhbltzMR { width:20rem;height:0.0625rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 { background-color:#ffba00;background-image:none;display:block; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container { background-color: transparent; background-image: none; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container > .video-iframe-container { display: none; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row > .video-iframe-container { display: none; }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .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); }#S2tA7yZ3cy3FhHZwkWpGc1v3DLDAcBH7 > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wsh07bZsiC7fAqsixk4fTzOS2OX1BksE { width:17.25rem;height:3.8984375rem;top:10.875rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #o0mKQeEgETKk0ECMfCpHfeOKa4Tu8Zmc { width:20rem;height:0.0625rem;top:8.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q38G5dGIu5rXVI7NuTxyOHLy1EXkLSGT { width:17.25rem;height:4.87305rem;top:1.8125rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZEvJ5HONxIvI8NwccOsXUHvKZt6prIvS { width:2.875rem;height:2.4375rem;top:10.625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gksAi0tw0GZ9dTBrnlkInEE7qiS5H0i0 { width:1.6875rem;height:2.4375rem;top:1.5rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qbz4OodxdDq9zZxGf3LSaLww2X4xSNRk { width:17.25rem;height:3.8984375rem;top:19.4375rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #b2XGbJMlXOs3OBkmSTt58FbbT1Od35Ms { width:2.625rem;height:2.4375rem;top:19.0625rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tt9T7oTFOo4Hr5bBgTLu6HVNq29IVHKK { width:20rem;height:0.0625rem;top:17.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f5bb3585-82ad-464e-a1e8-3ca2cb80ced3/IMG20250423WA0074.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J.adaptive-delivery-prevent-bg, #iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J.lazyload, #iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J.lazyloading { background-image: none; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container { background-color: transparent; background-image: none; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container > .video-iframe-container { display: none; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row > .video-iframe-container { display: none; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .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); }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container { border-width: 0; border-radius: 0; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFyVuJ1yWwefN39ZA39TzvNN3Jszec8J > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 { display:none; }#iZk6dlPTs1fBMvEbITNhA7uQ4VETWzu3 > .row .container { width:20rem;height:18.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Aoh8pEuiutJGra5nTr8ag0TIrIL9Wo9K { width:17.25rem;height:4.87305rem;top:11.38427734375rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GFbafMsGMJyLO8h3hXQUCVgyDJGQETFC { width:20rem;height:0.0625rem;top:9.32177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFes7dwD24hXsQ8FI3R5lNiqVVfS5Rn { width:17.25rem;height:5.84765625rem;top:1.6875rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uAgDdC52e6oDIE397yfKHffCshGCOk43 { width:2.5rem;height:2.4375rem;top:11.07177734375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HBfNymqrEta0J5T2LhURoftd4SLCeCcS { width:2.4375rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 { background-color:#e99f24;background-image:none;display:block; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container { background-color: transparent; background-image: none; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container > .video-iframe-container { display: none; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row > .video-iframe-container { display: none; }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .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); }#UKESE97TyVBBVq6QJn8Tg3cCzC9RK079 > .row .container { width:20rem;height:18.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s8lZWNf7ETMxMM4qFLSNecu0xRqicCS1 { width:17.25rem;height:4.87305rem;top:11.38427734375rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #J8fIz5WDZlxW8vBwk4QZDy9tvUFV2HhT { width:20rem;height:0.0625rem;top:9.32177734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPl649OFxCy4EXCXACemwcksFyw9y7sT { width:17.25rem;height:5.84765625rem;top:1.6875rem;left:2.75rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iA6p3SShpURmTv6eBBT3T14QQTRkWd4l { width:2.5rem;height:2.4375rem;top:11.07177734375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rEQlut959fl8ebfmpdIaqyccps6BLGsy { width:2.4375rem;height:2.4375rem;top:1.375rem;left:0rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/28f662ec-8623-4746-928b-31dd78786f00/IMG20250423WA0077.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ.adaptive-delivery-prevent-bg, #KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ.lazyload, #KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ.lazyloading { background-image: none; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container { background-color: transparent; background-image: none; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container > .video-iframe-container { display: none; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row > .video-iframe-container { display: none; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .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); }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container { border-width: 0; border-radius: 0; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KkxPhqXBbkMu9DaQrlUdTQ1FJ0syVZDQ > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD { display:block; }#z6cTu9gRt19TQ3709gQpcfxKLm7z1pdD > .row .container { width:20rem;height:58.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KFay8tdhiqdp72AV7weHXSHd4s3133qd { width:20rem;height:7.14845rem;top:2.4140625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gMUSpOvL2dw7dgNKeZ3uviyQq1gyCafQ { width:20rem;height:22.875rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxRAd8K7NhPSgGswVAyVTPnEcgPMRp3I { width:10.5625rem;height:10.5625rem;top:12.3916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TurGDhgA5qhdN9FqRFwhADTGqXhygDx7 { width:8.4375rem;height:3.1669875rem;top:19.8486328125rem;left:11.5625rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QQ8sZkHXphDA9t8PoKBra27ceF0INSo6 { width:10.5625rem;height:10.5625rem;top:38.6416015625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ1WKtHW6MLocCrekC9hG5TJawH7ulq0 { width:8.8125rem;height:2.1123rem;top:47.154296875rem;left:0rem;font-size:0.8125rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ji4kXaipaMNLmytCRELSSDo1StCdumCl { width:20rem;height:11.547875rem;top:24.125rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #dlyyxvdreaTyUg1AvVDugvsTJCZdE5w2 { width:20rem;height:5.249025rem;top:50.73046875rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 { display:block; }#K36Fe80Wd6qEOeuehLU5V91lCWK71oA4 > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHNQ5V3lJzDlDQrJ561EUgQGQ8Pu7B9h { width:20rem;height:7.14845rem;top:2.0625rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hxhVEuw6FZXmatr7TkThz5c6kE0GM0HP { width:20rem;height:22.41603125rem;top:10.8359375rem;left:0rem;font-size:0.75rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mEtDRxNT9JNVhgP9N7qrEtUD3gw126sA { top:33.90478515625rem;left:0.5rem;width:19rem;height:2.375rem;text-align:center;text-align-last:center;font-size:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiL6CuMlBE7MKIv5pDMgU7hFb6myQfWg { display:block; }
 }@media only screen and (max-width: 763px) { #IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d469c735-17ac-4e10-b228-bf02355b11fb/IMG20250423WA0075.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT.adaptive-delivery-prevent-bg, #IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT.lazyload, #IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT.lazyloading { background-image: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container { background-color: transparent; background-image: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container > .video-iframe-container { display: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row > .video-iframe-container { display: none; }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .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); }#IdUDs396N71Z2FhEMQMQxKcH8cQ5lRbT > .row .container { width:20rem;height:9.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NduRT12i4L5i9BVRVogHHTsFEKbh04SP { display:block; }#NduRT12i4L5i9BVRVogHHTsFEKbh04SP > .row .container { width:20rem;height:54.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5TrTZT4Wbp7QsI3AOZ8y19in1Sd2uhv { width:11.8125rem;height:3.574225rem;top:1.9375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uVTSNFLwdTUSdR4lKhOTUAd3I8ahDXXK { width:8.625rem;height:9.5rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #afyoT94xOW9VQdxCXiz2fmHPHWpGInth { width:10.75rem;height:9.5rem;top:7.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCH62o6GmpiHPxytIJTU0V5Oi5dOCIHc { width:8.625rem;height:16.375rem;top:30.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4qbNsfNZRgqQEQ6gFPgSlfBy0NiBuT1 { width:8.625rem;height:12.5625rem;top:17.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVyX1zfuJzfTv9reTXI2ZrK5RpoPDaS4 { width:10.75rem;height:12.5625rem;top:17.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kydMRgT9ZGRazBEsIPhougLLgfXycg2T { width:10.75rem;height:8.375rem;top:30.4375rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJyX9dHl0ylqTaTOPFHVTMTqQlTc85Ah { width:10.75rem;height:7.5rem;top:39.3125rem;left:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMfx2Rue84SuQo3OZK37EeMq271WxEqM { width:19.875rem;height:4.875rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGbw06ppsW3QT4bOWIm24fXuyQzQwXfl { width:7.875rem;height:8.7714875rem;top:7.8125rem;left:0.4375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h7HhSLL8vtTQ9hWKZwTZd9C4BuB60Bdq { width:10rem;height:7.796875rem;top:7.875rem;left:9.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Sv4V6gN1egCHtFQRSMkbpNr1wWRqDwXa { width:8rem;height:10.7206875rem;top:30.8125rem;left:0.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyEe1K7enkXxc0QJZV0triNd4iHpCKx2 { width:10rem;height:8.7715rem;top:17.75rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQ1N1V1l9JCUNawgiTx4GIXCktfGXG0S { width:7.875rem;height:11.6953125rem;top:17.6875rem;left:11.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KnMZgDhAxxLpx9GtztX39mgRVeT6CBFh { width:9.9375rem;height:6.82225rem;top:30.8125rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFuJOoy4p5sTRRTrKAwclgrEAtqfK9aJ { width:18.75rem;height:3.8984375rem;top:47.75rem;left:0.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SWQeA448K96uUkl0Tc0nQn3NrFiLkDRd { width:9.9375rem;height:6.82225rem;top:39.6875rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH { display:block; }#DP45AQTs5Bswfk1oUQCBbpOTTePgRPpH > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lmlycBgHvpABGVMF9hVCq285siULBSsv { width:20rem;height:3.574225rem;top:1.9375rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-heading-text { font-size:0.8125rem;height:auto;line-height:1.2;overflow:hidden; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU .accordion-desc-text { font-size:0.8125rem;height:auto;line-height:1.2;overflow:hidden; }
#wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU { display:flex;height:auto;width:20rem;top:7.13671875rem;left:0rem;gap:0.125rem; }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #yCfwf0AmTANFktkbxzksRJLTZqyqxU42 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HNLUczK5RINftxRQqGzzqMfDrCnkmDL0 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #p76ElJhxX09DMa6GDDGmESdVtcSE1c1a {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #J4SHpgqEpKdZAXIw7iu1QFWFiZC6Vqq3 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #efMFimfZFf7anEglM90aqHbHybL67o8s {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #wXlqxZvF8ce1oTxXcTx9daB2BsgTBMop {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #xbihNPozFXBwSlIXx1qQgKSCOk6MPaUO {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HyLuHHw3S5CGGVXxaaK1U5sKAU2xTUli {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #IPyU8rbpvV70n5moTFzfNDDEzAg3yWcy {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #dVgGdpwOQaa4TXMM1k5oby8vrWZ0Dx5S {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #VHRVICHPPpsZGxrTlcTR2Ht7LibU82Df {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #lukfGdzmN5I82DM0qxc5qu2bv4VINCBo {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #gyn8WX1QBlhVUDuyNQ39U59kDtDqzwfM {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tkHi5qTUdrWd8h0Jrfhv7vuAFxLoCC4g {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #T3LXIvyh2Vu58qgTh5hyaThrAgrCJqIk {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #LpiT3LtgtUv0GRqmrO82ddArGESfoNQN {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HNTlRn5mQhezvlCMu5H9VP934mwaOuxW {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #fQgEJl3vtF1TCuVgDzyLcKsnhH44ntX0 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #SaXvC11o6WpSP5KRnAhrcguJSSWIgPKK {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #ssgK5nIbkNiQiVRqFFWpy0qeQN2JXyPW {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tUzbzvhtQL5ryC9IbbHWhiLHTW90l0i5 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #bel9ATGEMf5K8nPU8ckimaI3VOeTipWu {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #IneArp59V6CoIG5qEv8lMy5hiGVtXXLf {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #SNCAU7hGIWtFG9GwHsrtTLQCfh1wkzxk {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #F14f2TAPtg0PWVS5ZaWL87rfgmVrKtgc {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #mZBAITlEgUR3JeEaKQdWyZimH0PnU0ld {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #U484hlqp3SLbTXsMTOkwmIDG2knvCXCm {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #I1PnObXJk79niiXnHAWdgH3Jhry2O4Th {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #fiSiL9ohPCwQTKuiaOaevV9LbdH2mRpT {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #ld7FMh9ObPSTwoB9IRewsNtTETb7Qs9Z {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #tP4UT0A7EG3WNxsOvXLdKIL7q85bSox4 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #GLRHOz42eIiqkXaiBiQPDD7CcOTMmGqR {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #qoZPq8EGamJxc06TQhimpmKT6sF0SOEu {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #RWuPrTa9TPLWavaSWT6AyF7S8L3pU3LS {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #HZ4ORTM269VmkLic3zMFIg1WevKJdt33 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #yaLPnACnF8uqlSDdXIinv0RHWENHnKVX {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #JGu8Sip8ahxL2NCz2TFndBUfErP3R5Uh {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #cOWeiH4wTF1HIXuHp3pz3EPxFpCqZBD1 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #BN9Vmi5aHkrolQb9Rg0cJaLv3eXnCTg2 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #XO98AOg2Re7TKKE9ONcBOuOMqolz1e8X {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #s32eboUAugEu2cTTHTLTsIyOpvfloypl {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #Ch7tb4KL8tl26te34uu4OGH6mmprKBf7 {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #qDWUxWfqAtuPQqKLtqSrRUrWcXxn0UKf {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #glWd8ziPD3yQo9B56PJtHCHMrLrFbQvv {  }
 }@media only screen and (max-width: 763px) { #wUL3ZaRTTLlGiWoPgc7SxmUmavUWuiJU #VwOgovEg7O9UinesWMlW1Ffv6fCpBXAP {  }
 }@media only screen and (max-width: 763px) { #rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT { display:block; }#rbkCag2aZGaTaJEzMmWWRcASlk6IWiaT > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pDEmK4o5XafpBce2AkV5lhXzFt7taXV5 { width:6.8125rem;height:6.8125rem;top:4.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBNT3GxoVAb2fOsDMF2WXX20LbnRWrpk { width:19.6875rem;height:18.1875rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVMJ8EQgCCfS4NFcdF1WofuqtlNWTUt6 { width:19.6875rem;height:18.4375rem;top:2.4375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXgrUISaBTWXlGlncSTKgydgdzpqooqf { width:14.375rem;height:2.4746125rem;top:4.4375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KImZqHRzcDqUxhbxmZs6f3xSMKDDiZLw { width:2.3125rem;height:1.23730625rem;top:12.599609375rem;left:1.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTEXAIfHLdVMrKADm1ibagHgFeTBHzcJ { width:11.1875rem;height:1.71875rem;top:12.1875rem;left:3.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #weTDTTBzmIGserHc1ZX11AmSIivBWWai { width:14rem;height:0.82470625rem;top:14.150390625rem;left:1.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4x0RnTFAd9nkzxubwsdVKkKDWG7o4wR { width:13.75rem;height:0.7558625rem;top:11.3125rem;left:1.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVotkOu58UgAxocIZ1y3r66m4dmwoJVT { width:14.625rem;height:1.6494125rem;top:7.8125rem;left:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhLU9IhGpBx4l7DzakmNwfG59ml2bVli { top:16.5625rem;left:1.9375rem;width:16.1875rem;height:2.75rem;text-align:center;text-align-last:center;font-size:0.75rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3TECafWbrVCKAgQVzcLuQXfpRQu3TNE { display:block; }
 }@media only screen and (max-width: 763px) { #CnskAPJvFQLBUmnubO1SRzoT67fHobCq { width:9.375rem;height:19.6875rem;top:42.8125rem;left:5.25rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #quvynRPnNFnW8Xp1fKpAELRstz2f14DS { width:9.375rem;height:19.6875rem;top:21.75rem;left:5.25rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #FQILGPGmInyieoScFd3Sb5DQh2FWrBoc { width:4.75rem;height:1.23730625rem;top:12.537109375rem;left:12.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhIH1PbWoypq0I7PG7OPuslQBzVe00T { display:block; }#nGhIH1PbWoypq0I7PG7OPuslQBzVe00T > .row .container { width:20rem;height:15.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q3nMm9C55dTMcaJ7KOIgmEAUi1qqZU0t { width:10.625rem;height:8.59375rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DbTuDXkMS4h4I24dl9P3oBFfaClEpghn { width:8.4375rem;height:8.59375rem;top:1.25rem;left:11.5625rem;font-size:1.5625rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #lpmUWG1qGRf6tJyRg9qFce8Qga4bTwG2 { display:flex;width:3rem;height:3rem;top:10.7958984375rem;left:17rem; }
 }@media only screen and (max-width: 763px) { #XEemLZ3PN57adpmivni7nuaJnTT197S2 { display:block; }#XEemLZ3PN57adpmivni7nuaJnTT197S2 > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV { display:block; }#rE0s9RAbDZPSBTitcaVtXNNL2fQttuuV > .row .container { width:20rem;height:10.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EdxVPL1XycJWdIqRIc02CWLdcCmZ80r6 { width:20rem;height:28.375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zL0QGoVCUO6doQVvCAPS5wivqXqL8VRW { width:6.5rem;height:1.375rem;top:4.9873046875rem;left:11.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UGGz9X3XchXTTDTgMMyWWln5b4hT75Ti { width:8.375rem;height:1.375rem;top:8.6875rem;left:11.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ow6ydiwp7umpsIDqSU32IxdfvMFaGGTZ { width:5.9375rem;height:2.9375rem;top:0rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rcc69eOfrCMoz9yvabJD7WAIWwJuZXhy { width:10rem;height:10rem;top:0rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #VkUHoEuIegldTdf92sRLNSrbUc15wkay { display:block; }#VkUHoEuIegldTdf92sRLNSrbUc15wkay > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X4gelOHBlAhFMyJdTieGMXVyl2Nby4PE { width:20rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXXWCJtmmTAJVy1Aw4KcgaJHR3lbSqnM { display:flex;width:1rem;height:1rem;top:3rem;left:0rem;font-size:0.6875rem; }
 }@media only screen and (max-width: 763px) { #HVMi9HiiBmlhiRpZxhvMCP9nZmrZLAGi { width:0.875rem;height:0.875rem;top:3.0625rem;left:14.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoWbHydk8lkvCUHDhndb1kmDhnf98EHl { width:1rem;height:0.625rem;top:3.1875rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #xb2x84Z8KXTNvdr3HHsOQTTRD3xJToTS { width:5.1875rem;height:0.6875rem;top:3.15625rem;left:1rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhcZqsnM9S89TVFZxnpbxzZuBgExus5V { width:5.5rem;height:0.6875rem;top:3.15625rem;left:8rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NqCmfIyB6pboooWLuiZaxckFPndOBczl { width:5rem;height:0.6875rem;top:3.1875rem;left:15rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }