.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:231,239,255;--color-primary-1:174,201,255;--color-primary-2:93,146,255;--color-primary-3:47,73,128;--color-primary-4:14,22,38;--color-secondary-0:225,246,246;--color-secondary-1:155,225,226;--color-secondary-2:54,194,196;--color-secondary-3:27,97,98;--color-secondary-4:8,29,29;--color-tertiary-0:255,255,255;--color-tertiary-1:211,211,211;--color-tertiary-2:107,107,107;--color-tertiary-3:54,54,54;--color-tertiary-4:11,11,11;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/9751f5d6-7513-4ced-a575-b60d34a395c2/frame_2085662523.webp");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; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6.adaptive-delivery-prevent-bg, #G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6.lazyload, #G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6.lazyloading { background-image: none; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container { background-color: transparent; background-image: none; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container > .video-iframe-container { display: none; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row > .video-iframe-container { display: none; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .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); }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container { border-width: 0; border-radius: 0; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container { font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;position:relative;display:block; }#CPuSzqvwEibOW1kmLi7OoXD0xsuXEHZh { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.687rem;width:15.37475rem;top:6.312255859375rem;left:0rem;overflow:hidden;display:block; }
#wIdyX9HEC5vZ5iwQB8inaSErToKl7h8f { color:#f6ebe1;display:block;width:36.62475rem;position:absolute;font-family:"ibm plex sans";font-size:2.4375rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:20.872802734375rem;left:0rem;height:14.624rem;font-style:normal;display:block; }
#SmXTx3b3Is9VsKLx8or2wkFHaaZcnm2e { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.8730625rem;height:5.18676875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.951416015625rem;left:0rem;display:block; }
#hL0de39aZ2NV3OQ7oLVHqM6IvTXO34GB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ToDFQTHR54idIt6FPXS7v9VEgyNp6lho { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.9375rem;width:35.125rem;top:7.1240234375rem;left:39.87548828125rem;overflow:hidden;display:block; }
#oDXLRu3vLuTWxXRkCaR8qIoKE5r8WSvO { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:36.625rem;top:15.185546875rem;left:0rem;overflow:hidden;display:block; }
#AqWHd3Hbx4xvXsTWXwEJnyzXyHrBs2Fd { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.999025rem;width:30rem;top:52.75rem;left:0rem;overflow:hidden;display:block; }
#L5asryMwSivx2vVV3oR8qAKmwVKwAu9f { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:20.625rem;top:52.6875rem;left:30.5625rem;overflow:hidden;display:block; }
#ZPksK7JuukvbHvdHGKNp5FuaiR2kTB8u { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:23.125rem;top:52.75rem;left:51.875rem;overflow:hidden;display:block; }
#IR8lATvoINOzNcOS2fBxZFC2Lk7MlGRq { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.8125rem;width:75rem;display:none; }
#AuPL7hZGA5gWaKvseEgysFnVV7fS1hp4 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:22.8125rem;display:none; }
#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151210;background-image:url("https://images.assets-landingi.com/uc/a40698b5-651f-4f61-bcd1-eee938a00f45/apresentamos.webp");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; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn.adaptive-delivery-prevent-bg, #flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn.lazyload, #flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn.lazyloading { background-image: none; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container { background-color: transparent; background-image: none; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container > .video-iframe-container { display: none; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row > .video-iframe-container { display: none; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .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); }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container { border-width: 0; border-radius: 0; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container { font-size:0.875rem;font-family:arial;height:37.5625rem;width:75rem;position:relative;display:block; }#mw2keG4UGBQO2QPLTLypkTHEuVEGcfC8 { position:absolute;display:block;z-index:15016;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:17.9375rem;top:15.375rem;left:19.8125rem;overflow:hidden;display:block; }
#kht1tedfMgGXopBJmugAmakB1O6Roi9n { color:#f6ebe1;display:block;width:38.4985625rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15014;line-height:1.2;letter-spacing:0;top:4.99755859375rem;left:18.24951171875rem;height:7.6494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C0RCccxEohSyl8MmwCiIJgkP95uaMTZQ { position:absolute;display:block;z-index:15015;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:16.125rem;top:15.375rem;left:2.4375rem;overflow:hidden;display:block; }
#PR7c34i9b3RUGy3MTqZaTibPA2e8Jkdl { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:16.125rem;top:15.375rem;left:38.875rem;overflow:hidden;display:block; }
#eGbaeRSSU2TPZvtgBZZQzuElagmsEeTq { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.3125rem;width:16.4375rem;top:15.375rem;left:56.1875rem;overflow:hidden;display:block; }
#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/583b34b8-c08c-4bfd-9dfe-5077b14070ad/frame_2085662524.webp");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; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31.adaptive-delivery-prevent-bg, #JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31.lazyload, #JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31.lazyloading { background-image: none; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container { background-color: transparent; background-image: none; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container > .video-iframe-container { display: none; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row > .video-iframe-container { display: none; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .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); }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container { border-width: 0; border-radius: 0; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container { font-size:0.875rem;font-family:arial;height:75.875rem;width:75rem;position:relative;display:block; }#GdrEeogzUZEraIkITHZaP0nPAuiEGcDL { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:42.0605625rem;width:75rem;top:18.404541015625rem;left:0rem;display:block; }
#bKkMGMGOCwomIkanAucNGmhFsxJ4GRuq { color:#f6ebe1;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15015;line-height:1.2;letter-spacing:0;top:4.248046875rem;left:15.15625rem;height:7.64975rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LFePP7sMX6DZhagaUG3AppZhlmKR9e7z { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.25rem;height:5.18676875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:63.858642578125rem;left:19.375rem;display:block; }
#p2n5kQ36IzhetTf7nhNDbTO6yllCiDTe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EpevQQAhmyA4lV7a74VeTm0W0unRliqP { color:#c9c0b8;display:block;width:32.9980625rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:13.9208984375rem;left:20.999755859375rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk { border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(246,235,225,0.3);background-color:#f6ebe1;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; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container { background-color: transparent; background-image: none; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container > .video-iframe-container { display: none; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row > .video-iframe-container { display: none; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .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); }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container { border-width: 0; border-radius: 0; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container { font-size:0.875rem;font-family:arial;height:58.59375rem;width:75rem;position:relative;display:block; }#HDx4zrGSu8KTGpTIDwAGg34lyx8CtTUf { color:#000000;display:block;width:53.9355625rem;position:absolute;font-family:"ibm plex sans";font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:5.654296875rem;left:10.531005859375rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xumOiuFkhMerhZHKLXTUq9l3I4sm7M1s { color:rgba(0,0,0,0.8);display:block;width:51.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:13.203125rem;left:11.71875rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#HsTMIruOAhqDDvoCCeUW0CI75EZy9Rwv { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:7.875rem;width:36.875rem;top:19.8291015625rem;left:0rem;overflow:hidden;display:block; }
#QweCQvMRMdaLUyvfTIMXEpivM3cRID3C { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:8.125rem;width:36.875rem;top:19.703369140625rem;left:38.125rem;overflow:hidden;display:block; }
#tMVlFwCzd56pTLIzknHuNWsBAX4U1qGF { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.75rem;width:28.4375rem;top:28.9375rem;left:0rem;overflow:hidden;display:block; }
#QXdl4dLNTRWGQJKpvT7yHx8WcMwC9Kmo { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.6875rem;width:23rem;top:28.96728515625rem;left:29.68701171875rem;overflow:hidden;display:block; }
#GrzRneZP0TQBiixs58DQ5mVUhSzFp8HU { position:absolute;display:block;z-index:15011;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: none;height:9.625rem;width:21.25rem;top:28.997802734375rem;left:53.75rem;overflow:hidden;display:block; }
#OxDM3TSdRpn2hOqwhTVGEQp9rH4AIo8x { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.125rem;height:5.18676875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:41.1083984375rem;left:23.4375rem;display:block; }
#El6aUDXZJ1TGMt8JHck1OODcVbKisR5G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XIP2AaZR3Suvb4UUGORMOVFoqvTQDgTz { color:rgba(0,0,0,0.8);display:block;width:51.5625rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:47.66845703125rem;left:11.71875rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#KohAw0wWfgF1O4ikdy1N2uTQEHVRnrdB { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:28.125rem;width:75rem;display:none; }
#RJIsSPW6FCh0mRWuW7mfhuNg5nXnfS4p { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.125rem;width:75rem;display:none; }
#Z026nBDxbcTJGUJhewiRIyStbbeFgLHM { box-sizing:content-box;height:26rem;width:75rem;position:absolute;display:block;z-index:15017;background-color:rgba(21,18,16,0.7);background-image:url("https://images.assets-landingi.com/uc/f06063a9-e1f6-4942-8832-a1523e119dba/apresentamos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(249,242,237,0.2);border-left:0.0625rem solid rgba(249,242,237,0.2);border-right:0.0625rem solid rgba(249,242,237,0.2);border-bottom:0.0625rem solid rgba(249,242,237,0.2);top:54.361572265625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#Z026nBDxbcTJGUJhewiRIyStbbeFgLHM.adaptive-delivery-prevent-bg, #Z026nBDxbcTJGUJhewiRIyStbbeFgLHM.lazyload, #Z026nBDxbcTJGUJhewiRIyStbbeFgLHM.lazyloading { background-image: none; }
#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx { 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/9e5568d0-d33e-4bd6-be83-0b3fe70038d3/background3.webp");background-position:top left !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; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx.adaptive-delivery-prevent-bg, #xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx.lazyload, #xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx.lazyloading { background-image: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container { background-color: transparent; background-image: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container > .video-iframe-container { display: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row > .video-iframe-container { display: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .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); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container { border-width: 0; border-radius: 0; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container { font-size:0.875rem;font-family:arial;height:136.3125rem;width:75rem;position:relative;display:block; }#t5acWXN6x4T02wLW5iZID5lN2Zaz1Sd4 { color:#f6ebe1;display:block;width:44.6875rem;position:absolute;font-family:"ibm plex sans";font-size:3.4375rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:29.686208724976rem;left:15.15625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uAXhwqJH2tfWuJocwRaJr96qCazVMh0f { color:#f6ebe1;display:block;width:48.562rem;position:absolute;font-family:"ibm plex sans";font-size:2.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:0.623779296875rem;left:13.2177734375rem;height:5.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W4Mxn9lOvV0gTaBEDWle9TTL7VZKRNm4 { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.0625rem;width:52.8125rem;top:8.125rem;left:11.09375rem;overflow:hidden;display:block; }
#VXH268osyntnSFafzpbCqQwVLkazI5Oc { box-sizing:content-box;height:25.99975rem;width:75rem;position:absolute;display:block;z-index:15018;background-color:rgba(21,18,16,0.7);background-image:url("https://images.assets-landingi.com/uc/f06063a9-e1f6-4942-8832-a1523e119dba/apresentamos.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(249,242,237,0.2);border-left:0.0625rem solid rgba(249,242,237,0.2);border-right:0.0625rem solid rgba(249,242,237,0.2);border-bottom:0.0625rem solid rgba(249,242,237,0.2);top:4.7509765625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:none; }#VXH268osyntnSFafzpbCqQwVLkazI5Oc.adaptive-delivery-prevent-bg, #VXH268osyntnSFafzpbCqQwVLkazI5Oc.lazyload, #VXH268osyntnSFafzpbCqQwVLkazI5Oc.lazyloading { background-image: none; }
#SprpL6pHek2dFsLGIye6ibaFlvIKnfyS { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:37rem;width:75rem;display:none; }
#pdzplUgwUdyVKyd8TLQ4ChDpNrCIT67k { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5625rem;width:24.6875rem;top:71.96875rem;left:25.15625rem;overflow:hidden;display:block; }
#i3tuELkIRuiw9wdGk1wLHO1AfcqqRb5I { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:24.5rem;top:36.810546875rem;left:25.15625rem;overflow:hidden;display:block; }
#TNxSNi5ThabsBcMKzeq9borkrbXsTDZE { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:24.625rem;top:72rem;left:50.375rem;overflow:hidden;display:block; }
#G6AQT5Dh3oqz2AIB4Aw5055S6fsAWKz8 { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.6875rem;top:106.9375rem;left:25.1875rem;overflow:hidden;display:block; }
#iT4IJ9D7lDDhCGiCXgVamaFTG5IsG6mg { position:absolute;display:block;z-index:15025;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.75rem;width:24.6875rem;top:106.9375rem;left:0rem;overflow:hidden;display:block; }
#a8beRFsms6K0yhMTlgWLcoZaXnVXhO1f { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.6875rem;width:24.6875rem;top:106.9375rem;left:50.3125rem;overflow:hidden;display:block; }
#V7gQXePWnvoZU0ZqcLiTtqXWzMOhGIQn { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.5rem;width:24.5625rem;top:71.998698234556rem;left:0rem;overflow:hidden;display:block; }
#rizPigB1uguGrKrflbOBW6UP2r17aOCm { position:absolute;display:block;z-index:15021;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:24.4375rem;top:36.80859375rem;left:50.436199188233rem;overflow:hidden;display:block; }
#xt7C0QNwTfAQzWGfhJEIwTObgbKy3xI4 { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.25rem;width:24.4375rem;top:36.87109375rem;left:0rem;overflow:hidden;display:block; }
#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/bd11ddbb-161e-4f75-9f74-36739abc3a0a/gradiente.webp");background-position:top left !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; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4.adaptive-delivery-prevent-bg, #hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4.lazyload, #hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4.lazyloading { background-image: none; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container { background-color: transparent; background-image: none; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container > .video-iframe-container { display: none; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row > .video-iframe-container { display: none; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .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); }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container { border-width: 0; border-radius: 0; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container { font-size:0.875rem;font-family:arial;height:87.125rem;width:75rem;position:relative;display:block; }#cEDiJyi2Zb6tpqrAopTXdu3qgv6ZgXZw { color:#f6ebe1;display:block;width:61.062rem;position:absolute;font-family:"ibm plex sans";font-size:2.8125rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:7.310791015625rem;left:6.968994140625rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IFbLJrnTqztEJOT0s7qTLGhWDPuUqMEW { box-sizing:content-box;height:37.0625rem;width:75rem;position:absolute;display:block;z-index:15016;background-color:rgba(21,18,16,0.7);background-image:url("https://images.assets-landingi.com/uc/e74b9a62-4645-45d3-85bc-823acfcb638f/apresentamos2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-top:0.0625rem solid rgba(249,242,237,0.2);border-left:0.0625rem solid rgba(249,242,237,0.2);border-right:0.0625rem solid rgba(249,242,237,0.2);border-bottom:0.0625rem solid rgba(249,242,237,0.2);top:2.845458984375rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }#IFbLJrnTqztEJOT0s7qTLGhWDPuUqMEW.adaptive-delivery-prevent-bg, #IFbLJrnTqztEJOT0s7qTLGhWDPuUqMEW.lazyload, #IFbLJrnTqztEJOT0s7qTLGhWDPuUqMEW.lazyloading { background-image: none; }
#NJ2XPmzXbMs7Cc7vOIElRTyqCtnGDE9V { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.18676875rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:37.032470703125rem;left:21.25rem;display:block; }
#lasxevIVcdHKBMDTOToOoOod3IBE9P6T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JfLBpLN8TlIAvdqBQzqEPpWDHKvlmTnT { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5rem;width:31.6875rem;top:49.8125rem;left:3.25rem;overflow:hidden;display:block; }
#y22QWzSd6cP3LnGrA1pwrBmghfnaBVB0 { color:#f6ebe1;display:block;width:34.3125rem;position:absolute;font-family:"ibm plex sans";font-size:2.8125rem;font-weight:400;z-index:15018;line-height:1.2;letter-spacing:0;top:51.625rem;left:37.375rem;height:10.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EsVbGJr4DfbMaMn4goDcxZPpJUgLQvW9 { box-sizing:content-box;height:14.0625rem;width:32.4375rem;position:absolute;display:block;z-index:15008;background-color:rgba(239,121,17,0.05);background-image:none;box-shadow: none;border-top:0;border-left:0.1875rem solid #ef7911;border-right:0;border-bottom:0;top:63.4375rem;left:37.375rem;display:block; }
#JboxGLXK1vJoOowuM3tngAZoy9mgmOQ8 { color:rgba(203,193,184,0.8);display:block;width:28.6865rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:65.5625rem;left:39.5625rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#dms2986MttQJoZOA4rtaVA7zxhfxXT7J { position:absolute;display:block;z-index:15020;height:21.125rem;width:75rem;top:12.657470703125rem;left:0rem;display:block; }
#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/4fc05f97-5ea4-4cd0-a458-f9a272ce34e7/frame_2085662525.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2.adaptive-delivery-prevent-bg, #pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2.lazyload, #pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2.lazyloading { background-image: none; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container { background-color: transparent; background-image: none; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container > .video-iframe-container { display: none; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row > .video-iframe-container { display: none; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .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); }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container { border-width: 0; border-radius: 0; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container { font-size:0.875rem;font-family:arial;height:42.4375rem;width:75rem;position:relative;display:block; }#BHBu9c1Z6MTuS4dd1Qq7rgKP769Z6FS3 { box-sizing:content-box;height:16.1875rem;width:32.4375rem;position:absolute;display:block;z-index:15012;background-color:rgba(239,121,17,0.05);background-image:none;box-shadow: none;border-top:0;border-left:0.1875rem solid #ef7911;border-right:0;border-bottom:0;top:16.8125rem;left:2.375rem;display:block; }
#vLWRQEWvbFvgHZVeB8SxFaadeZ88P5tZ { color:rgba(203,193,184,0.8);display:block;width:28.6865rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:18.9375rem;left:4.5625rem;height:11.375rem;text-align:left;text-align-last:left;display:block; }
#h96y6KIqzRiQPATbv11IQu759hnhJefh { position:absolute;display:block;z-index:15023;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.1875rem;width:37.125rem;top:5.515625rem;left:40.183597564698rem;overflow:hidden;display:block; }
#XbO2yw1VkPXcG2FrTdLIiFos5kw9qUoB { color:#f6ebe1;display:block;width:35.81175rem;position:absolute;font-family:"ibm plex sans";font-size:2.5625rem;font-weight:400;z-index:15022;line-height:1.2;letter-spacing:0;top:5.516357421875rem;left:2.374267578125rem;height:9.224125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/38640b6d-5b75-4fe8-a6d2-467df8fae3a8/frame_2085662527.webp");background-position:top 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; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4.adaptive-delivery-prevent-bg, #KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4.lazyload, #KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4.lazyloading { background-image: none; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container { background-color: transparent; background-image: none; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container > .video-iframe-container { display: none; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row > .video-iframe-container { display: none; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .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); }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container { border-width: 0; border-radius: 0; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container { font-size:0.875rem;font-family:arial;height:51.1875rem;width:75rem;position:relative;display:block; }#gdJDfTriBuCw9i4xVfuJlJ6vvrHR0Zoa { color:#f6ebe1;display:block;width:34.1875rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:5.316162109375rem;left:0rem;height:15.2988125rem;font-style:normal;display:block; }
#r1KTTGc0a4PFrv1qkx05EE4dWUV8bDLP { color:rgba(203,193,184,0.8);display:block;width:29.5rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:22.628173828125rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#GoUwuFvMMvKnIfkW435qgkBcGxQigWuA { position:absolute;display:block;z-index:15017;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.125rem;width:27.9375rem;top:27.6904296875rem;left:0rem;overflow:hidden;display:block; }
#P6wmEzEiFpCHE4y0FwgEgDn28meH266g { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.18676875rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:35.565185546875rem;left:0rem;display:block; }
#RBzO07iWrP8cWi93h8Pea2NnJ0LCwTDC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zl0ro1HseC3G6CChiUeIsTWDPPRENJTL { position:absolute;display:block;z-index:15020;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:38.562rem;width:36.3745rem;top:5.316162109375rem;left:38.62548828125rem;overflow:hidden;display:block; }
#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/8012a230-97dd-4e59-a697-e72065029afd/frame_2085662526.webp");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; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc.adaptive-delivery-prevent-bg, #bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc.lazyload, #bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc.lazyloading { background-image: none; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container { background-color: transparent; background-image: none; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container > .video-iframe-container { display: none; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row > .video-iframe-container { display: none; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .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); }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container { border-width: 0; border-radius: 0; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:75rem;position:relative;display:block; }#OOWicQQ6PgITK548V8WIJGdOlnJA3ZSE { color:#f6ebe1;display:block;width:47.99925rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.78515625rem;left:13.49853515625rem;height:7.6494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tqeGtqR3k7M7Cz35BJ3tpkIT2CsnFThT { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.875rem;width:24.375rem;top:16.688232421875rem;left:0rem;overflow:hidden;display:block; }
#gnsTNk08o7yNDJka4XwlDXgRrI7sX6Bu { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.625rem;width:24.3125rem;top:16.68701171875rem;left:25.3125rem;overflow:hidden;display:block; }
#i5vMTw5tMgUcWeCMnXq8SSfVwrbbOJLn { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.625rem;width:24.3125rem;top:16.688232421875rem;left:50.625rem;overflow:hidden;display:block; }
#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/7e86cef5-7a7b-4ebd-b209-ae6c9fc8cdc7/slice_3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp.adaptive-delivery-prevent-bg, #yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp.lazyload, #yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp.lazyloading { background-image: none; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container { background-color: transparent; background-image: none; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container > .video-iframe-container { display: none; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row > .video-iframe-container { display: none; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .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); }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container { border-width: 0; border-radius: 0; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container { font-size:0.875rem;font-family:arial;height:128.625rem;width:75rem;position:relative;display:block; }#oh4SxkQLtiVFLGvdgHS36FCAMIQ3kT5U { color:#f6ebe1;display:block;width:54.43725rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:5.596923828125rem;left:10.28076171875rem;height:7.6494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QF6I8zEZK5D5khzq3mcuufwyuXrlmp8U { position:absolute;display:block;z-index:15005;height:45.875rem;width:75rem;top:17.59765625rem;left:0rem;display:block; }
#IPoXuhNUtqAPMoUCVSN0wCQowHbS3riF { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.18676875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:69.656982421875rem;left:21.25rem;display:block; }
#kskJOJOrucr3XKMJIpvrFDIDg1ex2Lur { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zpho8huZE123MIq1Vc4JBXD9yvHdX6kL { color:#f6ebe1;display:block;width:54.4360625rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:83.20556640625rem;left:10.28076171875rem;height:7.6494375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DoJaal8n1OVHLsvub23dopHrt91xV6wU { position:absolute;display:block;z-index:15006;height:21.74925rem;width:75rem;top:92.70751953125rem;left:0rem;display:block; }
#rTxgcpkCshmVxqQtvyJKMT6sceIGrQ4B { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#40260f;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:32.5rem;height:5.18676875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:115.59448242188rem;left:21.25rem;display:block; }
#mnIzQx1QEnd6QKrcxpNbkrtUyHa0LKhc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;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; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container { background-color: transparent; background-image: none; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container > .video-iframe-container { display: none; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row > .video-iframe-container { display: none; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .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); }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container { border-width: 0; border-radius: 0; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container { font-size:0.875rem;font-family:arial;height:106.9375rem;width:75rem;position:relative;display:block; }#c5ZJz5qFtvme5GT3b2b3IJX7Aql5KGTU { color:#f6ebe1;display:block;width:61.4978125rem;position:absolute;font-family:"ibm plex sans";font-size:3.1875rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:4.24560546875rem;left:6.75048828125rem;height:3.82470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OQmp6nft9zsug035xaPNlCQA1oPRpMes { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.125rem;width:14.3125rem;top:74rem;left:4.6875rem;overflow:hidden;display:block; }
#HVfIbywan69PUCVGi5wsxxy5NXGeEgW4 { color:#f6ebe1;display:block;width:32rem;position:absolute;font-family:"ibm plex sans";font-size:3.3125rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;top:81.5rem;left:4.6875rem;height:9.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xNE1OzCcRFr3aCQ6LEpFCPnOgvt8lONq { color:#c9c0b8;display:block;width:30.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:92.375rem;left:4.6875rem;height:5.7744125rem;display:block; }
#ATLou83WW8VeHC5E4VPUIe7lKkq9CEqF { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.375rem;width:24.0625rem;top:10.1875rem;left:0rem;overflow:hidden;display:block; }
#GrAJXGAUpo4IfUGthVkW9Zwh8eHKTVih { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:24.0625rem;top:10.1875rem;left:25.5rem;overflow:hidden;display:block; }
#iAXf9G9eeGQPQIBPOKJaCHz4mSCVmiZt { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:24.0625rem;top:10.1875rem;left:50.9375rem;overflow:hidden;display:block; }
#GTL5IZfMr2ginFm1kfazQ4OcMElrPfBT { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:24.0625rem;top:28.4375rem;left:12.5625rem;overflow:hidden;display:block; }
#zCamEyotM5MITEhd7r7hURtB98muUOor { position:absolute;display:block;z-index:15034;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.4375rem;width:24.0625rem;top:28.4375rem;left:38.375rem;overflow:hidden;display:block; }
#B22J30BFWsDWTSefM54mtltTydU01OAH { color:rgba(203,193,184,0.8);display:block;width:75rem;position:absolute;font-family:"ibm plex sans";font-size:1.25rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.22119140625rem;left:0rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-form-header {  }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:23.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-text {padding-top: 0; padding-bottom: 0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.9375rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-select { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#fafafa;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.1875rem;box-sizing:border-box;height:2.5625rem;color:#535353;font-family:roboto;font-size:0.9375rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-select {padding-top: 0; padding-bottom: 0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-button { border-top-left-radius:62.4375rem;border-top-right-radius:62.4375rem;border-bottom-left-radius:62.4375rem;border-bottom-right-radius:62.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -moz-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -ms-linear-gradient(159deg, #f5992e, #f56b2e);background-image: -o-linear-gradient(159deg, #f5992e, #f56b2e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#f56b2e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5992e', endColorstr='#f56b2e' );";background-image: linear-gradient(159deg, #f5992e, #f56b2e);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0.4375rem;margin-bottom:0.25rem;margin-left:0.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:22.25rem;height:3.4375rem;font-family:"open sans";overflow:hidden;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(var(--color-secondary-4),0.11);box-shadow: none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo [class*="-text"]:-moz-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo [class*="-text"]::-moz-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo [class*="-text"]:-ms-input-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo [class*="-text"]::-webkit-input-placeholder { color:#535353;font-family:roboto;font-size:0.9375rem;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:22rem;overflow:hidden;font-style:normal;float:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-container:first-of-type{padding-top:0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-container:last-of-type{padding-bottom:0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:69.6435546875rem;left:45.248046875rem; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.1875rem;display:block;vertical-align:top; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-info-text { display:block;height:auto;font-family:roboto;font-size:0.875rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),0.51);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo {display:block;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.1875rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: none;position:absolute;top:69.6435546875rem;left:45.248046875rem; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #rivJAAx3DIT9t24a2kqMqoqdi5yKP4cr { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #OmPMuyRe4J591GV5ohMuCgPW9K1cU5mc { position:relative;display:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #R0xhQkzpsrFJBpzB3zoZATZpd5cNhI9u { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #wLNpabLXd0fvWlbTz0xMvJt4ivnGD488 { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #T7SUc6rUq7Ou75STsHCSJvX7eLmEATOA { position:relative;display:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #MwgUNTWlcOtAb6cwSumAIOmKnsQp7iv9 { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #hL1DX46mII5qBphQyTwGk2H6qg5z7hc2 { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #JKZWZTASFn12SIJitJcVR7Ai4DvRPUT9 { position:relative;display:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #TnVKq9epmNxhBkOTDJm3F0nEJRLvquz9 { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #DcpqTPkMesCCE7a4vycI6aDeW9UAuEmq { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #QEliLr6qpEmss8ftS4dArhZz6hmeiVmE { position:relative;display:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #aEBZXIMF7bah5NhNtbEqvPtHk8ozDDts { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #gkNGU2wUQZKKl5iV0hVnz6hbgyDBEJxG { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #COmLblcHULEmCaewvlIf3R8syIJPDVJB { position:relative;display:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #X5TJ55uyPxJ4gGgvZ7UlnA9BEXPHirUN { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #VoNNK7liTDm5uzbTTAZQTXJxG9Z0hqdd { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #SARWlszes3hT1UDztM0hX3dKNKMN3lFU { position:relative;display:none; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #c1tweRI2cPVhtHdOZ8HEMmiIWMAN2gKv { position:relative; }
#sPTnmVbFv60M5oaObFqcQ2VbMKGSX5Qs { position:relative;display:block; }
#ZD43D2Fe9Z6gWc26zwu9FoznTGa31yto { position:relative;display:block; }
#NLbVDFTs83MzLmCi1o2OJlTnMwVZuxPE { position:relative;display:block; }
#zoqMDN18J46HZOEiX4Thmsul9ZRol7Ty { position:relative;display:block; }
#bKHJGTAgNZVO8dMKgeityreTX7kkW8H9 { position:relative;display:block; }
#cK2QfLAdOKWAyDAL64ReKDPxEw0wtr5O { position:relative;display:block; }
#kWrmDraTCVaSF2nKuNpxBIrNsIuxbQNI { position:relative;display:block; }
#DWod6np5ruX5QQZgzHFQkuF7GE70hqGZ { position:relative;display:block; }
#vHsB3SD2GDSIub7llweVEMoI4RNXG7ld { position:relative;display:block; }
#z380xVcmiTgZq68NUIRXodOnFmfpieEE { position:relative;display:block; }
#sPoSTn0bEoo25KeNwufb0aKNJelLkKyO { position:relative;display:block; }
#tI0LTwIRt2gTJagn17Xm302tSBglXcLT { position:relative;display:block; }
#ZBKsf69nMMGr7CoVhEMG7HQULeMWF9H7 { position:relative;display:block; }
#yz5EN17LSfMVtzMDf7NhIEZii0yhMOwZ { position:relative;display:block; }
#TiADguOS9yIUkXp4ApW7W7JmPGcRhOhw { position:relative;display:block; }
#Je2mmtKPiJ90fftvosVz8PkK8DuvwXRJ { position:relative;display:block; }
#Q27OHoq4Dntik1T8izDZu9fKPdX1ue4d { position:relative;display:block; }
#AOSNUOTG0ReRzpgDuaQ70B09aSaJ73Z6 { position:relative;display:block; }
#tbsUeTFtcuBe89ScgVBsamP9w04svo2a { position:relative;display:block; }
#BvVibZxSRvBGdpp0Uc35BEG4HLMydGET { position:relative;display:block; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #V7tGmARtIKwBGnw3HuZizb6JJdxB6wOd { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #hrPEKzTE1b4mT1MH8n4xfKqopiDuobpG { position:relative; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #zQynnlJ8y7TI5PVUe26mT4XD9O4ZEXhZ { position:relative;display:block;z-index:15000; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #CwilbvrZLMTVhxLsQJE0eAqVnHI0v3iy { position:relative;display:block;z-index:15000; }
#auO55hVJRlzsHweVQOAF8Aei1Nk5paeR { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.4375rem;width:48.4375rem;top:51.1875rem;left:12.5625rem;overflow:hidden;display:block; }
#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/52103494-81b0-42c2-9d6d-7ada04c3906b/frame_2085662521.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be.adaptive-delivery-prevent-bg, #oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be.lazyload, #oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be.lazyloading { background-image: none; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container { background-color: transparent; background-image: none; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container > .video-iframe-container { display: none; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row > .video-iframe-container { display: none; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .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); }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container { border-width: 0; border-radius: 0; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#C7srisEsGEfBoAFywTc0FTpKkW1Crqba { color:#f6ebe1;display:block;width:43.31175rem;position:absolute;font-family:"ibm plex sans";font-size:3.5rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:5.99853515625rem;left:15.843505859375rem;height:4.19970625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-element-container { border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;flex-direction:column;align-items:center;background-color:rgba(32,32,32,0.27);background-image:none;box-shadow: none;border-top:0.0625rem solid #ef7911;border-left:0.0625rem solid #ef7911;border-right:0.0625rem solid #ef7911;border-bottom:0.0625rem solid #ef7911;vertical-align:top; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .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; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-heading-text { display:block;position:relative;width:100%;font-family:"ibm plex sans";font-weight:400;font-size:1.4375rem;color:#ef7911;font-style:normal;height:auto;line-height:1.2;overflow:hidden; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:"ibm plex sans";color:rgba(255,255,255,0.65);line-height:1.4;overflow:hidden;height:auto; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .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_cca1010966b02278121a415c765a31f734cc32be.svg");background-size:contain !important; }#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-trigger.adaptive-delivery-prevent-bg, #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-trigger.lazyload, #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-trigger.lazyloading { background-image: none; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk { box-sizing:content-box;height:auto;width:45.6875rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15011;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:17.06982421875rem;left:14.65625rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #NEOduDaCD1ZZX1EQskpxMe9XWF6kogci { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #gC3bsozavHTliMkr1NBp8VBD1aAJi6MN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #BrVhJwG4CH8THmMaxyb7oP2AnyLAwoWR { display:block;position:relative; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #icQkM4KBuUJqCO0V21WHtHbWCyiTeV2Q {  }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #KEVK7LF9PceLVUWwV6iQRn4VTFGoCxir {  }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ZGRTpqUGmgzc4lDS9hf6lhBUrnfhpJ80 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #DkIxFEWdDBsxxruf4RHdSPaIkkE218Pt { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ROIeoRpmnS2EeTkVaMJPgQQ7T010oIvs { display:block;position:relative; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #swAp1xgsvmKnReerC9PaDX216Tf5NHdS {  }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ylTWDukOOf87zqKgbM5CNIqaE140TQbH { display:none; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #sdhqAv6hD5iTtA0DeWnKzWONDTsl3e9F { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #yTiNiP73FK5rDfl5hU7UFugkpc5GTQIg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #tedQg0HlpOF2JfLucT0ZrQBte6eZmuVm { display:block;position:relative; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #QuZNdBO56DyaR9ht30U2fpQL78f3lCFr {  }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #vNbAQL75Gx60UH9F2ORokt5Ey5eBZrZM { display:none; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #J72bs6Ti4FXv1mMbNmCPfxF6ihybFeyX { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #JFHnmxuWpNSgL88HEdcmh08MSnIyUxbI { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #AMvzfMVQxCuppkkp72vSb2ms065M4bZw { display:block;position:relative; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #cDTmXSb3wnBCSQN8u5LZ0ayIpTT9vDTM {  }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #vNNks9TxgTdVSh3ALuTLK9TTwnfLUBhR { display:none; }
#T2TiaeQHkTxq5qfoD67XnPZMWfJaiIlz { color:#c9c0b8;display:block;width:27.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:11.873779296875rem;left:23.59375rem;height:2.0625rem;text-align:center;text-align-last:center;display:block; }
#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container { background-color: transparent; background-image: none; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container > .video-iframe-container { display: none; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row > .video-iframe-container { display: none; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .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); }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container { border-width: 0; border-radius: 0; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:75rem;position:relative;display:block; }#PHL1MzeopxHJBbza73tcho2aw6aJCEzC { color:#c3c3c3;display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:0.91845703125rem;left:0rem;height:0.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 { display:block; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPuSzqvwEibOW1kmLi7OoXD0xsuXEHZh { top:6.25rem;left:0rem;width:15.3125rem;height:6.6599253646401rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIdyX9HEC5vZ5iwQB8inaSErToKl7h8f { top:20.8125rem;left:0rem;width:36.5625rem;height:;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmXTx3b3Is9VsKLx8or2wkFHaaZcnm2e { width:24.8125rem;height:5.125rem;top:38.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0de39aZ2NV3OQ7oLVHqM6IvTXO34GB { display:block; }
 }@media only screen and (max-width: 763px) { #ToDFQTHR54idIt6FPXS7v9VEgyNp6lho { top:7.0625rem;left:12.625rem;width:35.125rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDXLRu3vLuTWxXRkCaR8qIoKE5r8WSvO { top:15.125rem;left:0rem;width:36.625rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqWHd3Hbx4xvXsTWXwEJnyzXyHrBs2Fd { top:52.75rem;left:0rem;width:30rem;height:3.999025rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5asryMwSivx2vVV3oR8qAKmwVKwAu9f { top:52.6875rem;left:16.9375rem;width:20.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPksK7JuukvbHvdHGKNp5FuaiR2kTB8u { top:52.75rem;left:24.625rem;width:23.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8lATvoINOzNcOS2fBxZFC2Lk7MlGRq { width:47.75rem;height:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuPL7hZGA5gWaKvseEgysFnVV7fS1hp4 { width:22.8125rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn { display:block; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mw2keG4UGBQO2QPLTLypkTHEuVEGcfC8 { top:15.375rem;left:6.1875rem;width:17.875rem;height:15.259571695378rem;display:block; }
 }@media only screen and (max-width: 763px) { #kht1tedfMgGXopBJmugAmakB1O6Roi9n { top:4.9375rem;left:4.62451171875rem;width:38.4375rem;height:7.625rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C0RCccxEohSyl8MmwCiIJgkP95uaMTZQ { top:15.375rem;left:0rem;width:16.125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR7c34i9b3RUGy3MTqZaTibPA2e8Jkdl { top:15.375rem;left:25.25rem;width:16.0625rem;height:15.253858706607rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGbaeRSSU2TPZvtgBZZQzuElagmsEeTq { top:15.375rem;left:31.375rem;width:16.375rem;height:15.254973610963rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 { display:block; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdrEeogzUZEraIkITHZaP0nPAuiEGcDL { top:18.375rem;left:0rem;width:47.75rem;height:26.778558125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKkMGMGOCwomIkanAucNGmhFsxJ4GRuq { top:4.1875rem;left:1.53125rem;width:44.6875rem;height:;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFePP7sMX6DZhagaUG3AppZhlmKR9e7z { width:36.25rem;height:5.125rem;top:63.8125rem;left:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2n5kQ36IzhetTf7nhNDbTO6yllCiDTe { display:block; }
 }@media only screen and (max-width: 763px) { #EpevQQAhmyA4lV7a74VeTm0W0unRliqP { top:13.875rem;left:7.37451171875rem;width:32.9375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk { display:block; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDx4zrGSu8KTGpTIDwAGg34lyx8CtTUf { top:5.625rem;left:0rem;width:47.75rem;height:6.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xumOiuFkhMerhZHKLXTUq9l3I4sm7M1s { top:13.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsTMIruOAhqDDvoCCeUW0CI75EZy9Rwv { top:19.8125rem;left:0rem;width:36.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QweCQvMRMdaLUyvfTIMXEpivM3cRID3C { top:19.6875rem;left:10.875rem;width:36.875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMVlFwCzd56pTLIzknHuNWsBAX4U1qGF { top:28.9375rem;left:0rem;width:28.4375rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXdl4dLNTRWGQJKpvT7yHx8WcMwC9Kmo { top:28.9375rem;left:16.06201171875rem;width:23rem;height:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrzRneZP0TQBiixs58DQ5mVUhSzFp8HU { top:28.9375rem;left:26.5rem;width:21.25rem;height:9.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxDM3TSdRpn2hOqwhTVGEQp9rH4AIo8x { width:28.125rem;height:5.125rem;top:41.0625rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #El6aUDXZJ1TGMt8JHck1OODcVbKisR5G { display:block; }
 }@media only screen and (max-width: 763px) { #XIP2AaZR3Suvb4UUGORMOVFoqvTQDgTz { top:47.625rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KohAw0wWfgF1O4ikdy1N2uTQEHVRnrdB { width:47.75rem;height:17.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RJIsSPW6FCh0mRWuW7mfhuNg5nXnfS4p { width:47.75rem;height:17.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z026nBDxbcTJGUJhewiRIyStbbeFgLHM { top:54.3125rem;left:0rem;width:47.625rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx { display:block; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5acWXN6x4T02wLW5iZID5lN2Zaz1Sd4 { top:29.625rem;left:1.53125rem;width:44.6875rem;height:4.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAXhwqJH2tfWuJocwRaJr96qCazVMh0f { top:0.5625rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4Mxn9lOvV0gTaBEDWle9TTL7VZKRNm4 { top:8.125rem;left:0rem;width:47.75rem;height:8.1937869822485rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXH268osyntnSFafzpbCqQwVLkazI5Oc { top:4.75rem;left:0rem;width:47.625rem;height:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SprpL6pHek2dFsLGIye6ibaFlvIKnfyS { width:47.75rem;height:23.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pdzplUgwUdyVKyd8TLQ4ChDpNrCIT67k { top:71.9375rem;left:11.53125rem;width:24.6875rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tuELkIRuiw9wdGk1wLHO1AfcqqRb5I { top:36.75rem;left:11.53125rem;width:24.5rem;height:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxSNi5ThabsBcMKzeq9borkrbXsTDZE { top:72rem;left:23.125rem;width:24.625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6AQT5Dh3oqz2AIB4Aw5055S6fsAWKz8 { top:106.9375rem;left:11.5625rem;width:24.6875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4IJ9D7lDDhCGiCXgVamaFTG5IsG6mg { top:106.9375rem;left:0rem;width:24.6875rem;height:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8beRFsms6K0yhMTlgWLcoZaXnVXhO1f { top:106.9375rem;left:23.0625rem;width:24.6875rem;height:27.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gQXePWnvoZU0ZqcLiTtqXWzMOhGIQn { top:71.9375rem;left:0rem;width:24.5625rem;height:34.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizPigB1uguGrKrflbOBW6UP2r17aOCm { top:36.75rem;left:23.1875rem;width:24.4375rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7C0QNwTfAQzWGfhJEIwTObgbKy3xI4 { top:36.8125rem;left:0rem;width:24.4375rem;height:34.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 { display:block; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEDiJyi2Zb6tpqrAopTXdu3qgv6ZgXZw { top:7.25rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IFbLJrnTqztEJOT0s7qTLGhWDPuUqMEW { top:2.8125rem;left:0rem;width:47.625rem;height:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2XPmzXbMs7Cc7vOIElRTyqCtnGDE9V { width:32.5rem;height:5.125rem;top:37rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lasxevIVcdHKBMDTOToOoOod3IBE9P6T { display:block; }
 }@media only screen and (max-width: 763px) { #JfLBpLN8TlIAvdqBQzqEPpWDHKvlmTnT { top:49.8125rem;left:0rem;width:31.6875rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y22QWzSd6cP3LnGrA1pwrBmghfnaBVB0 { top:51.625rem;left:13.4375rem;width:34.3125rem;height:10.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsVbGJr4DfbMaMn4goDcxZPpJUgLQvW9 { top:63.4375rem;left:15.1875rem;width:32.375rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JboxGLXK1vJoOowuM3tngAZoy9mgmOQ8 { top:65.5625rem;left:19.125rem;width:28.625rem;height:9.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dms2986MttQJoZOA4rtaVA7zxhfxXT7J { top:12.625rem;left:0rem;width:47.75rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 { display:block; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHBu9c1Z6MTuS4dd1Qq7rgKP769Z6FS3 { top:16.8125rem;left:0rem;width:32.375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLWRQEWvbFvgHZVeB8SxFaadeZ88P5tZ { top:18.9375rem;left:0rem;width:28.625rem;height:11.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h96y6KIqzRiQPATbv11IQu759hnhJefh { top:5.5rem;left:10.625rem;width:37.125rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbO2yw1VkPXcG2FrTdLIiFos5kw9qUoB { top:5.5rem;left:0rem;width:35.75rem;height:9.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 { display:block; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdJDfTriBuCw9i4xVfuJlJ6vvrHR0Zoa { top:5.3125rem;left:0rem;width:34.125rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1KTTGc0a4PFrv1qkx05EE4dWUV8bDLP { top:22.625rem;left:0rem;width:29.5rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GoUwuFvMMvKnIfkW435qgkBcGxQigWuA { top:27.6875rem;left:0rem;width:27.9375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wmEzEiFpCHE4y0FwgEgDn28meH266g { width:32.5rem;height:5.125rem;top:35.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzO07iWrP8cWi93h8Pea2NnJ0LCwTDC { display:block; }
 }@media only screen and (max-width: 763px) { #zl0ro1HseC3G6CChiUeIsTWDPPRENJTL { top:5.3125rem;left:11.375rem;width:36.3125rem;height:38.496271426411rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc { display:block; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOWicQQ6PgITK548V8WIJGdOlnJA3ZSE { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tqeGtqR3k7M7Cz35BJ3tpkIT2CsnFThT { top:16.6875rem;left:0rem;width:24.375rem;height:50.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnsTNk08o7yNDJka4XwlDXgRrI7sX6Bu { top:16.625rem;left:11.6875rem;width:24.3125rem;height:50.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vMTw5tMgUcWeCMnXq8SSfVwrbbOJLn { top:16.6875rem;left:23.375rem;width:24.3125rem;height:50.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp { display:block; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh4SxkQLtiVFLGvdgHS36FCAMIQ3kT5U { top:5.5625rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QF6I8zEZK5D5khzq3mcuufwyuXrlmp8U { top:17.5625rem;left:0rem;width:47.75rem;height:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPoXuhNUtqAPMoUCVSN0wCQowHbS3riF { width:32.5rem;height:5.125rem;top:69.625rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskJOJOrucr3XKMJIpvrFDIDg1ex2Lur { display:block; }
 }@media only screen and (max-width: 763px) { #zpho8huZE123MIq1Vc4JBXD9yvHdX6kL { top:83.1875rem;left:0rem;width:47.75rem;height:7.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DoJaal8n1OVHLsvub23dopHrt91xV6wU { top:92.6875rem;left:0rem;width:47.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxgcpkCshmVxqQtvyJKMT6sceIGrQ4B { width:32.5rem;height:5.125rem;top:115.5625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #mnIzQx1QEnd6QKrcxpNbkrtUyHa0LKhc { display:block; }
 }@media only screen and (max-width: 763px) { #rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx { display:block; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5ZJz5qFtvme5GT3b2b3IJX7Aql5KGTU { top:4.1875rem;left:0rem;width:47.75rem;height:3.8125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQmp6nft9zsug035xaPNlCQA1oPRpMes { top:74rem;left:0rem;width:14.3125rem;height:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVfIbywan69PUCVGi5wsxxy5NXGeEgW4 { top:81.5rem;left:0rem;width:32rem;height:9.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNE1OzCcRFr3aCQ6LEpFCPnOgvt8lONq { top:92.375rem;left:0rem;width:30.1875rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATLou83WW8VeHC5E4VPUIe7lKkq9CEqF { top:10.1875rem;left:0rem;width:24.0625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrAJXGAUpo4IfUGthVkW9Zwh8eHKTVih { top:10.1875rem;left:11.875rem;width:24.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAXf9G9eeGQPQIBPOKJaCHz4mSCVmiZt { top:10.1875rem;left:23.6875rem;width:24.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTL5IZfMr2ginFm1kfazQ4OcMElrPfBT { top:28.4375rem;left:0rem;width:24.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCamEyotM5MITEhd7r7hURtB98muUOor { top:28.4375rem;left:23.6875rem;width:24.0625rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B22J30BFWsDWTSefM54mtltTydU01OAH { top:48.1875rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-regular-label { width:23.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-text { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-text {padding-top: 0; padding-bottom: 0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-textarea { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-select { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-select {padding-top: 0; padding-bottom: 0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-button { width:22.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0.4375rem; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-checkbox-label { width:22rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo  { width:23.1875rem;height:auto;top:69.625rem;left:22.0625rem; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .radio-container { width:23.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo {display:block;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo { width:23.1875rem;height:auto;top:69.625rem;left:22.0625rem; }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #rivJAAx3DIT9t24a2kqMqoqdi5yKP4cr {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #OmPMuyRe4J591GV5ohMuCgPW9K1cU5mc {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #R0xhQkzpsrFJBpzB3zoZATZpd5cNhI9u {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #wLNpabLXd0fvWlbTz0xMvJt4ivnGD488 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #T7SUc6rUq7Ou75STsHCSJvX7eLmEATOA {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #MwgUNTWlcOtAb6cwSumAIOmKnsQp7iv9 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #hL1DX46mII5qBphQyTwGk2H6qg5z7hc2 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #JKZWZTASFn12SIJitJcVR7Ai4DvRPUT9 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #TnVKq9epmNxhBkOTDJm3F0nEJRLvquz9 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #DcpqTPkMesCCE7a4vycI6aDeW9UAuEmq {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #QEliLr6qpEmss8ftS4dArhZz6hmeiVmE {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #aEBZXIMF7bah5NhNtbEqvPtHk8ozDDts {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #gkNGU2wUQZKKl5iV0hVnz6hbgyDBEJxG {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #COmLblcHULEmCaewvlIf3R8syIJPDVJB {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #X5TJ55uyPxJ4gGgvZ7UlnA9BEXPHirUN {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #VoNNK7liTDm5uzbTTAZQTXJxG9Z0hqdd {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #SARWlszes3hT1UDztM0hX3dKNKMN3lFU {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #c1tweRI2cPVhtHdOZ8HEMmiIWMAN2gKv {  }
 }@media only screen and (max-width: 763px) { #sPTnmVbFv60M5oaObFqcQ2VbMKGSX5Qs { display:block; }
 }@media only screen and (max-width: 763px) { #ZD43D2Fe9Z6gWc26zwu9FoznTGa31yto { display:block; }
 }@media only screen and (max-width: 763px) { #NLbVDFTs83MzLmCi1o2OJlTnMwVZuxPE { display:block; }
 }@media only screen and (max-width: 763px) { #zoqMDN18J46HZOEiX4Thmsul9ZRol7Ty { display:block; }
 }@media only screen and (max-width: 763px) { #bKHJGTAgNZVO8dMKgeityreTX7kkW8H9 { display:block; }
 }@media only screen and (max-width: 763px) { #cK2QfLAdOKWAyDAL64ReKDPxEw0wtr5O { display:block; }
 }@media only screen and (max-width: 763px) { #kWrmDraTCVaSF2nKuNpxBIrNsIuxbQNI { display:block; }
 }@media only screen and (max-width: 763px) { #DWod6np5ruX5QQZgzHFQkuF7GE70hqGZ { display:block; }
 }@media only screen and (max-width: 763px) { #vHsB3SD2GDSIub7llweVEMoI4RNXG7ld { display:block; }
 }@media only screen and (max-width: 763px) { #z380xVcmiTgZq68NUIRXodOnFmfpieEE { display:block; }
 }@media only screen and (max-width: 763px) { #sPoSTn0bEoo25KeNwufb0aKNJelLkKyO { display:block; }
 }@media only screen and (max-width: 763px) { #tI0LTwIRt2gTJagn17Xm302tSBglXcLT { display:block; }
 }@media only screen and (max-width: 763px) { #ZBKsf69nMMGr7CoVhEMG7HQULeMWF9H7 { display:block; }
 }@media only screen and (max-width: 763px) { #yz5EN17LSfMVtzMDf7NhIEZii0yhMOwZ { display:block; }
 }@media only screen and (max-width: 763px) { #TiADguOS9yIUkXp4ApW7W7JmPGcRhOhw { display:block; }
 }@media only screen and (max-width: 763px) { #Je2mmtKPiJ90fftvosVz8PkK8DuvwXRJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q27OHoq4Dntik1T8izDZu9fKPdX1ue4d { display:block; }
 }@media only screen and (max-width: 763px) { #AOSNUOTG0ReRzpgDuaQ70B09aSaJ73Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #tbsUeTFtcuBe89ScgVBsamP9w04svo2a { display:block; }
 }@media only screen and (max-width: 763px) { #BvVibZxSRvBGdpp0Uc35BEG4HLMydGET { display:block; }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #V7tGmARtIKwBGnw3HuZizb6JJdxB6wOd {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #hrPEKzTE1b4mT1MH8n4xfKqopiDuobpG {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #zQynnlJ8y7TI5PVUe26mT4XD9O4ZEXhZ {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #CwilbvrZLMTVhxLsQJE0eAqVnHI0v3iy {  }
 }@media only screen and (max-width: 763px) { #auO55hVJRlzsHweVQOAF8Aei1Nk5paeR { top:51.1875rem;left:0rem;width:47.75rem;height:31.977096774194rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be { display:block; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7srisEsGEfBoAFywTc0FTpKkW1Crqba { top:5.9375rem;left:2.218505859375rem;width:43.25rem;height:4.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk { display:flex;height:auto;width:27.8125rem;top:15.4375rem;left:11.8125rem; }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #NEOduDaCD1ZZX1EQskpxMe9XWF6kogci {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #gC3bsozavHTliMkr1NBp8VBD1aAJi6MN {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #BrVhJwG4CH8THmMaxyb7oP2AnyLAwoWR {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #icQkM4KBuUJqCO0V21WHtHbWCyiTeV2Q {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #KEVK7LF9PceLVUWwV6iQRn4VTFGoCxir {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ZGRTpqUGmgzc4lDS9hf6lhBUrnfhpJ80 {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #DkIxFEWdDBsxxruf4RHdSPaIkkE218Pt {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ROIeoRpmnS2EeTkVaMJPgQQ7T010oIvs {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #swAp1xgsvmKnReerC9PaDX216Tf5NHdS {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ylTWDukOOf87zqKgbM5CNIqaE140TQbH {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #sdhqAv6hD5iTtA0DeWnKzWONDTsl3e9F {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #yTiNiP73FK5rDfl5hU7UFugkpc5GTQIg {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #tedQg0HlpOF2JfLucT0ZrQBte6eZmuVm {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #QuZNdBO56DyaR9ht30U2fpQL78f3lCFr {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #vNbAQL75Gx60UH9F2ORokt5Ey5eBZrZM {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #J72bs6Ti4FXv1mMbNmCPfxF6ihybFeyX {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #JFHnmxuWpNSgL88HEdcmh08MSnIyUxbI {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #AMvzfMVQxCuppkkp72vSb2ms065M4bZw {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #cDTmXSb3wnBCSQN8u5LZ0ayIpTT9vDTM {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #vNNks9TxgTdVSh3ALuTLK9TTwnfLUBhR {  }
 }@media only screen and (max-width: 763px) { #T2TiaeQHkTxq5qfoD67XnPZMWfJaiIlz { top:11.8125rem;left:9.96875rem;width:27.8125rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UO7pM7U0ETutagWlHO7rygdTCv8QNw9G { display:block; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHL1MzeopxHJBbza73tcho2aw6aJCEzC { top:0.875rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 { display:block; }#G1V9AT9wbLJ1TDlrWKRgmNSxz8tnu4Z6 > .row .container { width:20rem;height:71.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CPuSzqvwEibOW1kmLi7OoXD0xsuXEHZh { width:10rem;height:4.311525rem;top:1.31103515625rem;left:4.498291015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIdyX9HEC5vZ5iwQB8inaSErToKl7h8f { width:20rem;height:14.69725rem;top:11.719970703125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmXTx3b3Is9VsKLx8or2wkFHaaZcnm2e { width:18.9978125rem;height:4.1870125rem;top:27.967529296875rem;left:0.50048828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL0de39aZ2NV3OQ7oLVHqM6IvTXO34GB { display:block; }
 }@media only screen and (max-width: 763px) { #ToDFQTHR54idIt6FPXS7v9VEgyNp6lho { width:17.5rem;height:18.374rem;top:34.52880859375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDXLRu3vLuTWxXRkCaR8qIoKE5r8WSvO { width:20rem;height:1.7744899282589rem;top:50.15378515625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AqWHd3Hbx4xvXsTWXwEJnyzXyHrBs2Fd { width:20rem;height:2.6660166666667rem;top:53.17746640625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5asryMwSivx2vVV3oR8qAKmwVKwAu9f { width:17.5rem;height:3.4375rem;top:60.091552734375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPksK7JuukvbHvdHGKNp5FuaiR2kTB8u { width:17.5rem;height:3.0625rem;top:64.156494140625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR8lATvoINOzNcOS2fBxZFC2Lk7MlGRq { top:7.1240234375rem;left:1.25rem;width:17.5rem;height:3.4375rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AuPL7hZGA5gWaKvseEgysFnVV7fS1hp4 { top:55.108642578125rem;left:1.25rem;width:17.5rem;height:4.25rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn { display:block; }#flEwTdPTWTrQ64XPh5eTR7e3gK4XUOUn > .row .container { width:20rem;height:75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mw2keG4UGBQO2QPLTLypkTHEuVEGcfC8 { width:17.875rem;height:15.259571695378rem;top:23.20309375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kht1tedfMgGXopBJmugAmakB1O6Roi9n { width:20rem;height:4.19921875rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C0RCccxEohSyl8MmwCiIJgkP95uaMTZQ { width:16.0625rem;height:15.1875rem;top:6.69921875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PR7c34i9b3RUGy3MTqZaTibPA2e8Jkdl { width:16.0625rem;height:15.253858706607rem;top:39.71190625rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGbaeRSSU2TPZvtgBZZQzuElagmsEeTq { width:16.375rem;height:15.254973610963rem;top:56.21459375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 { display:block; }#JtKRhHhqGGWTbuXy5KUicWqaNrqcrV31 > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GdrEeogzUZEraIkITHZaP0nPAuiEGcDL { height:11.214625rem;width:20rem;top:15.15380859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKkMGMGOCwomIkanAucNGmhFsxJ4GRuq { width:20rem;height:6.2988125rem;top:2.479248046875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFePP7sMX6DZhagaUG3AppZhlmKR9e7z { width:19rem;height:3.875rem;top:28.338623046875rem;left:0.499267578125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2n5kQ36IzhetTf7nhNDbTO6yllCiDTe { display:block; }
 }@media only screen and (max-width: 763px) { #EpevQQAhmyA4lV7a74VeTm0W0unRliqP { width:10.874rem;height:3rem;top:10.4052734375rem;left:4.561767578125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk { display:block; }#lEHbedNUWyOgsb3sXhaZBAitRTpEHWDk > .row .container { width:20rem;height:80.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HDx4zrGSu8KTGpTIDwAGg34lyx8CtTUf { width:20rem;height:9.099625rem;top:3.436279296875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xumOiuFkhMerhZHKLXTUq9l3I4sm7M1s { width:20rem;height:6rem;top:14.1845703125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HsTMIruOAhqDDvoCCeUW0CI75EZy9Rwv { width:20rem;height:4.271186440678rem;top:34.80713046875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QweCQvMRMdaLUyvfTIMXEpivM3cRID3C { width:20rem;height:4.4067796610169rem;top:40.32714921875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tMVlFwCzd56pTLIzknHuNWsBAX4U1qGF { width:20rem;height:6.8566875rem;top:39.664306640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXdl4dLNTRWGQJKpvT7yHx8WcMwC9Kmo { width:17.5rem;height:7.3125rem;top:47.777099609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrzRneZP0TQBiixs58DQ5mVUhSzFp8HU { width:17.5rem;height:7.875rem;top:56.38671875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxDM3TSdRpn2hOqwhTVGEQp9rH4AIo8x { width:18.999rem;height:5.1245125rem;top:66.50634765625rem;left:0.50048828125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #El6aUDXZJ1TGMt8JHck1OODcVbKisR5G { display:block; }
 }@media only screen and (max-width: 763px) { #XIP2AaZR3Suvb4UUGORMOVFoqvTQDgTz { width:16.3745rem;height:4.5rem;top:73.631591796875rem;left:1.812744140625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KohAw0wWfgF1O4ikdy1N2uTQEHVRnrdB { top:22.562255859375rem;left:0rem;width:20rem;height:7.5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RJIsSPW6FCh0mRWuW7mfhuNg5nXnfS4p { top:31.248779296875rem;left:0rem;width:20rem;height:7.1875rem;z-index:15013;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Z026nBDxbcTJGUJhewiRIyStbbeFgLHM { width:19.875rem;height:26rem;top:79.377441796875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx { background-color:#121212;background-image:url("https://images.assets-landingi.com/uc/9e5568d0-d33e-4bd6-be83-0b3fe70038d3/background3.webp");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx.adaptive-delivery-prevent-bg, #xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx.lazyload, #xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx.lazyloading { background-image: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container { background-color: transparent; background-image: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container > .video-iframe-container { display: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row > .video-iframe-container { display: none; }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .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); }#xvprhCZIm5cQifmBmGTxKOrtUy5lu6Bx > .row .container { width:20rem;height:280.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t5acWXN6x4T02wLW5iZID5lN2Zaz1Sd4 { width:12.06175rem;height:4.19921875rem;top:28.369140625rem;left:3.96728515625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uAXhwqJH2tfWuJocwRaJr96qCazVMh0f { width:17.312rem;height:7.19925rem;top:3.436279296875rem;left:1.3427734375rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W4Mxn9lOvV0gTaBEDWle9TTL7VZKRNm4 { width:20rem;height:3.4319526627219rem;top:16.890875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VXH268osyntnSFafzpbCqQwVLkazI5Oc { width:19.875rem;height:22.1875rem;top:1.25rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #SprpL6pHek2dFsLGIye6ibaFlvIKnfyS { top:12.34375rem;left:1.25rem;width:17.5rem;height:8.625rem;z-index:15019;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #pdzplUgwUdyVKyd8TLQ4ChDpNrCIT67k { width:20rem;height:27.9986875rem;top:150.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i3tuELkIRuiw9wdGk1wLHO1AfcqqRb5I { width:19.9375rem;height:28.0625rem;top:64.062490463256rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNxSNi5ThabsBcMKzeq9borkrbXsTDZE { width:20rem;height:28.0208125rem;top:179.68619918823rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G6AQT5Dh3oqz2AIB4Aw5055S6fsAWKz8 { width:20rem;height:22.4805rem;top:232.00000762939rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iT4IJ9D7lDDhCGiCXgVamaFTG5IsG6mg { width:20rem;height:22.47925rem;top:208.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8beRFsms6K0yhMTlgWLcoZaXnVXhO1f { width:20rem;height:22.4291875rem;top:255.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7gQXePWnvoZU0ZqcLiTtqXWzMOhGIQn { width:20rem;height:28.091603053435rem;top:121.86720848084rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rizPigB1uguGrKrflbOBW6UP2r17aOCm { width:20rem;height:28rem;top:92.92578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xt7C0QNwTfAQzWGfhJEIwTObgbKy3xI4 { width:20rem;height:28rem;top:35.302085876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 { display:block; }#hOhVBttAuIVi5oZPTdKmmShfunWm7ZT4 > .row .container { width:20rem;height:84.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cEDiJyi2Zb6tpqrAopTXdu3qgv6ZgXZw { width:14.6875rem;height:6.2988125rem;top:4.96337890625rem;left:2.65625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFbLJrnTqztEJOT0s7qTLGhWDPuUqMEW { width:19.875rem;height:27.75rem;top:2.93212890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJ2XPmzXbMs7Cc7vOIElRTyqCtnGDE9V { width:18.9978125rem;height:5.1245125rem;top:28.2470703125rem;left:0.50048828125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lasxevIVcdHKBMDTOToOoOod3IBE9P6T { display:block; }
 }@media only screen and (max-width: 763px) { #JfLBpLN8TlIAvdqBQzqEPpWDHKvlmTnT { width:20rem;height:18.6181875rem;top:63.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y22QWzSd6cP3LnGrA1pwrBmghfnaBVB0 { width:18.562rem;height:8.3984375rem;top:36.75rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EsVbGJr4DfbMaMn4goDcxZPpJUgLQvW9 { width:19.812rem;height:14.0625rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JboxGLXK1vJoOowuM3tngAZoy9mgmOQ8 { width:16.3745rem;height:10.3984375rem;top:48.9375rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dms2986MttQJoZOA4rtaVA7zxhfxXT7J { width:20rem;height:12.5rem;top:13.134765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 { display:block; }#pkJgwD2Ca4b6R1D7L9Zg8V8oMkfROBU2 > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BHBu9c1Z6MTuS4dd1Qq7rgKP769Z6FS3 { width:19.8125rem;height:16.125rem;top:12.09475rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vLWRQEWvbFvgHZVeB8SxFaadeZ88P5tZ { width:16.12425rem;height:12.99805rem;top:14.21875rem;left:1.93603515625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h96y6KIqzRiQPATbv11IQu759hnhJefh { width:20rem;height:14.625rem;top:29.46975rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XbO2yw1VkPXcG2FrTdLIiFos5kw9qUoB { width:20rem;height:8.3984375rem;top:2.061767578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 { display:block; }#KixEb0xpNLvt2b15ymgGX2TvL54Lyfa4 > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdJDfTriBuCw9i4xVfuJlJ6vvrHR0Zoa { width:18.49975rem;height:8.3984375rem;top:2.1875rem;left:0.75rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r1KTTGc0a4PFrv1qkx05EE4dWUV8bDLP { width:17.749rem;height:3.8997375rem;top:11.6875rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GoUwuFvMMvKnIfkW435qgkBcGxQigWuA { width:20rem;height:3.668903803132rem;top:17.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6wmEzEiFpCHE4y0FwgEgDn28meH266g { width:19rem;height:3.875rem;top:22.8125rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RBzO07iWrP8cWi93h8Pea2NnJ0LCwTDC { display:block; }
 }@media only screen and (max-width: 763px) { #zl0ro1HseC3G6CChiUeIsTWDPPRENJTL { width:20rem;height:21.202765673755rem;top:28.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc { display:block; }#bUiiPxWZ5f0lzRbKSuUvghhK3nafvObc > .row .container { width:20rem;height:140.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OOWicQQ6PgITK548V8WIJGdOlnJA3ZSE { width:20rem;height:6.2988125rem;top:1.436767578125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tqeGtqR3k7M7Cz35BJ3tpkIT2CsnFThT { width:20rem;height:41.6875rem;top:10.12451171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnsTNk08o7yNDJka4XwlDXgRrI7sX6Bu { width:20rem;height:41.625rem;top:53.665771484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5vMTw5tMgUcWeCMnXq8SSfVwrbbOJLn { width:20rem;height:41.625rem;top:97.119140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp { display:block; }#yXdosIgHO25pVf9sllp9ZaCeU6Cw2OTp > .row .container { width:20rem;height:222.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oh4SxkQLtiVFLGvdgHS36FCAMIQ3kT5U { width:20rem;height:8.3984375rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QF6I8zEZK5D5khzq3mcuufwyuXrlmp8U { width:20rem;height:116.875rem;top:10.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPoXuhNUtqAPMoUCVSN0wCQowHbS3riF { width:18.999rem;height:5.1245125rem;top:128.875rem;left:0.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kskJOJOrucr3XKMJIpvrFDIDg1ex2Lur { display:block; }
 }@media only screen and (max-width: 763px) { #zpho8huZE123MIq1Vc4JBXD9yvHdX6kL { width:20rem;height:8.3984375rem;top:136.3720703125rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DoJaal8n1OVHLsvub23dopHrt91xV6wU { width:20rem;height:64.4375rem;top:147.583984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTxgcpkCshmVxqQtvyJKMT6sceIGrQ4B { width:18.9978125rem;height:5.1245125rem;top:213.873046875rem;left:0.50048828125rem;font-size:0.75rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #mnIzQx1QEnd6QKrcxpNbkrtUyHa0LKhc { display:block; }
 }@media only screen and (max-width: 763px) { #rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx { display:block; }#rOFRJM7Ovn5zGTqaiUPREsMIEpZoUTZx > .row .container { width:20rem;height:167.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c5ZJz5qFtvme5GT3b2b3IJX7Aql5KGTU { width:13.0615rem;height:4.19921875rem;top:3.3740234375rem;left:3.46923828125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OQmp6nft9zsug035xaPNlCQA1oPRpMes { width:12.2495rem;height:5.3125rem;top:109.99755859375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVfIbywan69PUCVGi5wsxxy5NXGeEgW4 { width:18.3125rem;height:5.625rem;top:117.625rem;left:0.84375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xNE1OzCcRFr3aCQ6LEpFCPnOgvt8lONq { width:18.0610625rem;height:5.5996125rem;top:124.375rem;left:0.96923828125rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #ATLou83WW8VeHC5E4VPUIe7lKkq9CEqF { width:20rem;height:14.441558441558rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GrAJXGAUpo4IfUGthVkW9Zwh8eHKTVih { width:20rem;height:14.493506493506rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iAXf9G9eeGQPQIBPOKJaCHz4mSCVmiZt { width:20rem;height:14.493506493506rem;top:40.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTL5IZfMr2ginFm1kfazQ4OcMElrPfBT { width:20rem;height:14.493506493506rem;top:56.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCamEyotM5MITEhd7r7hURtB98muUOor { width:20rem;height:14.493506493506rem;top:72.122802734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B22J30BFWsDWTSefM54mtltTydU01OAH { width:17.1875rem;height:6.5rem;top:88.468017578125rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-text {padding-top: 0; padding-bottom: 0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-select {padding-top: 0; padding-bottom: 0;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-input-button { width:16.75rem;margin-top:0.25rem;margin-right:0.375rem;margin-bottom:0.25rem;margin-left:0.375rem; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo  { width:17.5rem;height:auto;top:131.75rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo .widget-info-text { font-size:0.8125rem;overflow:hidden;height:auto; }
#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo {display:block;}#FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo { width:17.5rem;height:auto;top:131.75rem;left:0rem;border-top-left-radius:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem; }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #rivJAAx3DIT9t24a2kqMqoqdi5yKP4cr {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #OmPMuyRe4J591GV5ohMuCgPW9K1cU5mc {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #R0xhQkzpsrFJBpzB3zoZATZpd5cNhI9u {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #wLNpabLXd0fvWlbTz0xMvJt4ivnGD488 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #T7SUc6rUq7Ou75STsHCSJvX7eLmEATOA {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #MwgUNTWlcOtAb6cwSumAIOmKnsQp7iv9 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #hL1DX46mII5qBphQyTwGk2H6qg5z7hc2 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #JKZWZTASFn12SIJitJcVR7Ai4DvRPUT9 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #TnVKq9epmNxhBkOTDJm3F0nEJRLvquz9 {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #DcpqTPkMesCCE7a4vycI6aDeW9UAuEmq {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #QEliLr6qpEmss8ftS4dArhZz6hmeiVmE {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #aEBZXIMF7bah5NhNtbEqvPtHk8ozDDts {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #gkNGU2wUQZKKl5iV0hVnz6hbgyDBEJxG {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #COmLblcHULEmCaewvlIf3R8syIJPDVJB {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #X5TJ55uyPxJ4gGgvZ7UlnA9BEXPHirUN {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #VoNNK7liTDm5uzbTTAZQTXJxG9Z0hqdd {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #SARWlszes3hT1UDztM0hX3dKNKMN3lFU {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #c1tweRI2cPVhtHdOZ8HEMmiIWMAN2gKv {  }
 }@media only screen and (max-width: 763px) { #sPTnmVbFv60M5oaObFqcQ2VbMKGSX5Qs { display:block; }
 }@media only screen and (max-width: 763px) { #ZD43D2Fe9Z6gWc26zwu9FoznTGa31yto { display:block; }
 }@media only screen and (max-width: 763px) { #NLbVDFTs83MzLmCi1o2OJlTnMwVZuxPE { display:block; }
 }@media only screen and (max-width: 763px) { #zoqMDN18J46HZOEiX4Thmsul9ZRol7Ty { display:block; }
 }@media only screen and (max-width: 763px) { #bKHJGTAgNZVO8dMKgeityreTX7kkW8H9 { display:block; }
 }@media only screen and (max-width: 763px) { #cK2QfLAdOKWAyDAL64ReKDPxEw0wtr5O { display:block; }
 }@media only screen and (max-width: 763px) { #kWrmDraTCVaSF2nKuNpxBIrNsIuxbQNI { display:block; }
 }@media only screen and (max-width: 763px) { #DWod6np5ruX5QQZgzHFQkuF7GE70hqGZ { display:block; }
 }@media only screen and (max-width: 763px) { #vHsB3SD2GDSIub7llweVEMoI4RNXG7ld { display:block; }
 }@media only screen and (max-width: 763px) { #z380xVcmiTgZq68NUIRXodOnFmfpieEE { display:block; }
 }@media only screen and (max-width: 763px) { #sPoSTn0bEoo25KeNwufb0aKNJelLkKyO { display:block; }
 }@media only screen and (max-width: 763px) { #tI0LTwIRt2gTJagn17Xm302tSBglXcLT { display:block; }
 }@media only screen and (max-width: 763px) { #ZBKsf69nMMGr7CoVhEMG7HQULeMWF9H7 { display:block; }
 }@media only screen and (max-width: 763px) { #yz5EN17LSfMVtzMDf7NhIEZii0yhMOwZ { display:block; }
 }@media only screen and (max-width: 763px) { #TiADguOS9yIUkXp4ApW7W7JmPGcRhOhw { display:block; }
 }@media only screen and (max-width: 763px) { #Je2mmtKPiJ90fftvosVz8PkK8DuvwXRJ { display:block; }
 }@media only screen and (max-width: 763px) { #Q27OHoq4Dntik1T8izDZu9fKPdX1ue4d { display:block; }
 }@media only screen and (max-width: 763px) { #AOSNUOTG0ReRzpgDuaQ70B09aSaJ73Z6 { display:block; }
 }@media only screen and (max-width: 763px) { #tbsUeTFtcuBe89ScgVBsamP9w04svo2a { display:block; }
 }@media only screen and (max-width: 763px) { #BvVibZxSRvBGdpp0Uc35BEG4HLMydGET { display:block; }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #V7tGmARtIKwBGnw3HuZizb6JJdxB6wOd {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #hrPEKzTE1b4mT1MH8n4xfKqopiDuobpG {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #zQynnlJ8y7TI5PVUe26mT4XD9O4ZEXhZ {  }
 }@media only screen and (max-width: 763px) { #FTfPnslsUSuZJ8DT3AnXkJZlxvo2AOWo #CwilbvrZLMTVhxLsQJE0eAqVnHI0v3iy {  }
 }@media only screen and (max-width: 763px) { #auO55hVJRlzsHweVQOAF8Aei1Nk5paeR { width:20rem;height:13.393548387097rem;top:97.310546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be { display:block; }#oW4aOPlq9PWEgQ3oqWJDL7Ez4JziW2be > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C7srisEsGEfBoAFywTc0FTpKkW1Crqba { width:20rem;height:5.9121125rem;top:3.7138671875rem;left:0rem;font-size:2.6875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-element-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-heading-text { font-size:1.125rem;height:auto; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk .accordion-trigger { height:1.25rem;width:1.25rem;min-width:1.25rem; }
#DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk { display:flex;height:auto;width:20rem;top:14.24267578125rem;left:0rem;z-index:15006; }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #NEOduDaCD1ZZX1EQskpxMe9XWF6kogci {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #gC3bsozavHTliMkr1NBp8VBD1aAJi6MN {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #BrVhJwG4CH8THmMaxyb7oP2AnyLAwoWR {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #icQkM4KBuUJqCO0V21WHtHbWCyiTeV2Q {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #KEVK7LF9PceLVUWwV6iQRn4VTFGoCxir {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ZGRTpqUGmgzc4lDS9hf6lhBUrnfhpJ80 {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #DkIxFEWdDBsxxruf4RHdSPaIkkE218Pt {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ROIeoRpmnS2EeTkVaMJPgQQ7T010oIvs {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #swAp1xgsvmKnReerC9PaDX216Tf5NHdS {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #ylTWDukOOf87zqKgbM5CNIqaE140TQbH {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #sdhqAv6hD5iTtA0DeWnKzWONDTsl3e9F {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #yTiNiP73FK5rDfl5hU7UFugkpc5GTQIg {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #tedQg0HlpOF2JfLucT0ZrQBte6eZmuVm {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #QuZNdBO56DyaR9ht30U2fpQL78f3lCFr {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #vNbAQL75Gx60UH9F2ORokt5Ey5eBZrZM {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #J72bs6Ti4FXv1mMbNmCPfxF6ihybFeyX {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #JFHnmxuWpNSgL88HEdcmh08MSnIyUxbI {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #AMvzfMVQxCuppkkp72vSb2ms065M4bZw {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #cDTmXSb3wnBCSQN8u5LZ0ayIpTT9vDTM {  }
 }@media only screen and (max-width: 763px) { #DrawaXJy9TPqpT2zoBhcJiimzo6I9Fnk #vNNks9TxgTdVSh3ALuTLK9TTwnfLUBhR {  }
 }@media only screen and (max-width: 763px) { #T2TiaeQHkTxq5qfoD67XnPZMWfJaiIlz { width:20rem;height:1.42480625rem;top:10.25146484375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UO7pM7U0ETutagWlHO7rygdTCv8QNw9G { display:block; }#UO7pM7U0ETutagWlHO7rygdTCv8QNw9G > .row .container { width:20rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PHL1MzeopxHJBbza73tcho2aw6aJCEzC { width:20rem;height:2.923825rem;top:0.85009765625rem;left:0rem;font-size:0.75rem;display:block; }
 }